y595705120 1 dag geleden
bovenliggende
commit
ad00be7da3

+ 2 - 2
src/assets/css/course.css

@@ -524,11 +524,11 @@
     margin-top: 4px;
     text-overflow: ellipsis;
     white-space: nowrap;
-    width: 60%;
+    width: 70%;
   }
   .classlist li .info .w2{
     text-align: left;
-    width: 40%;
+    width: 30%;
     margin-top: 4px;
     overflow: hidden;
     text-overflow: ellipsis;

BIN
src/assets/images/banner_bg.jpg


+ 2 - 2
src/containers/center/class/train/index.vue

@@ -26,10 +26,10 @@
                <p class="w1"><span class="p-ico c1"></span> {{item.type}}</p>
                <p class="w2"><span class="p-ico c2"></span>{{item.nd||'2020'}}</p>
                <p class="w1">
-                <span class="p-ico c3"></span> 获得<strong style="color: orange;">{{item.getXs/10}}</strong>学时
+                  <span class="p-ico c3"></span>获得<strong style="color: orange;"> {{item.getXs/10}} </strong>学时
                </p>
                <p class="w2" >
-                 <span class="p-ico c3"></span> 总共 <strong style="color: orange;">{{item.totalXs/10}}</strong>学时
+                 <span class="p-ico c3"></span>学时<strong style="color: orange;"> {{item.totalXs/10}}</strong>
                </p>
             </div>
           </div>

+ 1 - 1
src/containers/center/home/index.vue

@@ -74,7 +74,7 @@
     data() {
       return {
         page: 1,
-        size: 6,
+        size: 12,
         total: 1,
         media: {},
         curDate:curDatetime(),