guhongwei vor 5 Jahren
Ursprung
Commit
9349c4acf6

+ 1 - 1
src/layout/master/news/banner.vue

@@ -2,7 +2,7 @@
   <div id="banner">
     <el-row>
       <el-col :span="24">
-        <img style="width:100%;height:529px;" :src="bannerinfo.banner" />
+        <img style="width:100%;height:526px;" :src="bannerinfo.banner" />
       </el-col>
     </el-row>
   </div>

+ 2 - 2
src/layout/master/news/newsright.vue

@@ -160,7 +160,7 @@ p {
 }
 .page {
   text-align: center;
-  height: 258px;
-  padding: 114px 0;
+  height: 100px;
+  padding: 50px 0;
 }
 </style>

+ 3 - 0
src/layout/master/notice/maininfo.vue

@@ -109,4 +109,7 @@ p {
   font-size: 13px;
   color: #999;
 }
+/deep/.el-pagination {
+  padding: 15px 5px;
+}
 </style>

+ 1 - 2
src/views/master/news/detail.vue

@@ -65,7 +65,7 @@ export default {
   height: 140px;
 }
 .banner {
-  height: 529px;
+  height: 526px;
   margin-bottom: 72px;
 }
 .mainLeft {
@@ -75,7 +75,6 @@ export default {
 }
 .mainRight {
   background-color: #f8f2f2;
-
   text-align: center;
 }
 </style>

+ 4 - 4
src/views/master/news/list.vue

@@ -75,19 +75,19 @@ export default {
   height: 529px;
 }
 .main {
-  height: 1690px;
+  min-height: 1535px;
   padding: 70px 0 0 0;
 }
 .main .newsleft {
   width: 303px;
-  height: 1620px;
+  min-height: 1460px;
   margin: 0 14px 0 0;
 }
 .main .newsright {
   width: 883px;
-  height: 1620px;
+  min-height: 1460px;
 }
 .foot {
-  height: 184px;
+  height: 109px;
 }
 </style>

+ 2 - 2
src/views/master/notice/detail.vue

@@ -65,7 +65,7 @@ export default {
   height: 140px;
 }
 .banner {
-  height: 529px;
+  height: 526px;
 }
 .main {
   height: 1694px;
@@ -81,6 +81,6 @@ export default {
   height: 1694px;
 }
 .foot {
-  height: 184px;
+  height: 109;
 }
 </style>

+ 3 - 3
src/views/master/notice/list.vue

@@ -63,12 +63,12 @@ export default {
   height: 140px;
 }
 .banner {
-  height: 529px;
+  height: 526px;
 }
 .main {
-  height: 2082px;
+  height: 1970px;
 }
 .foot {
-  height: 184px;
+  height: 109px;
 }
 </style>