Bladeren bron

修改迭代

秦鹏 3 jaren geleden
bovenliggende
commit
ca6d7f8742

+ 7 - 3
src/components/learnCenter/Course.vue

@@ -129,15 +129,18 @@ export default {
     }
   }
   .class_list {
-    width: 1200px;
     margin: 0 auto;
     background: #fff;
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-start;
-    padding-bottom: 40px;
+    width: 1160px;
+    padding-top: 50px;
+    padding-left: 20px;
+    padding-right: 20px;
     > div {
-      margin: 50px 0 0 32px;
+      margin-left: 20px;
+      margin-right: 20px;
       width: 256px;
       cursor: pointer;
       .one_name {
@@ -163,6 +166,7 @@ export default {
         .price_2 {
           font-size: 16px;
         }
+        margin-bottom: 40px;
       }
       p {
         font-size: 16px;

+ 7 - 3
src/components/learnCenter/Textbook.vue

@@ -124,15 +124,18 @@ export default {
     }
   }
   .class_list {
-    width: 1200px;
     margin: 0 auto;
     background: #fff;
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-start;
-    padding-bottom: 40px;
+    width: 1160px;
+    padding-top: 50px;
+    padding-left: 20px;
+    padding-right: 20px;
     > div {
-      margin: 50px 0 0 32px;
+      margin-left: 20px;
+      margin-right: 20px;
       width: 192px;
       cursor: pointer;
       .one_name {
@@ -155,6 +158,7 @@ export default {
         font-weight: bold;
         color: #2c2c2c;
         font-size: 24px;
+        margin-bottom: 40px;
         .price_2 {
           font-size: 16px;
         }

+ 2 - 2
src/views/learn-center/ListPage.vue

@@ -188,7 +188,7 @@ export default {
   height: 100%;
   .nav {
     background: url("../../assets/learncenter/Homebg2.png") no-repeat center;
-    background-size: 100% 100%;
+    background-size: cover;
     height: 64px;
     border-bottom-left-radius: 20px;
     border-bottom-right-radius: 20px;
@@ -244,7 +244,7 @@ export default {
   .main {
     min-height: 100%;
     padding-top: 52px;
-    background: #e5e5e5;
+    background: #f6f6f6;
     padding-bottom: 20px;
   }
   .paging {

+ 2 - 2
src/views/learn-center/Seekresult.vue

@@ -247,7 +247,7 @@ export default {
 .SeekResult {
   .nav {
     background: url("../../assets/learncenter/Homebg2.png") no-repeat center;
-    background-size: 100% 100%;
+    background-size: cover;
     height: 64px;
     border-bottom-left-radius: 20px;
     border-bottom-right-radius: 20px;
@@ -348,7 +348,7 @@ export default {
   .main {
     min-height: 568px;
     padding-top: 24px;
-    background: #e5e5e5;
+    background: #f6f6f6;
     padding-bottom: 20px;
     .classilfy {
       display: flex;