瀏覽代碼

'首页多媒体'

chending1994 5 年之前
父節點
當前提交
c31545fd7c
共有 1 個文件被更改,包括 17 次插入5 次删除
  1. 17 5
      pages/index.vue

+ 17 - 5
pages/index.vue

@@ -259,7 +259,7 @@
                       <span class="price-num">{{ item.price }}</span>
                     </div>
-                    <div class="course-product-price" v-else>
+                    <div class="course-product-price course-product-price-text" v-else>
                       免费
                     </div>
                     <div class="course-product-user">
@@ -2194,6 +2194,7 @@ ul.cate-nav {
       white-space: nowrap;//强制不换行
     }
     .course-product-content {
+      margin-top: 16px;
       display: flex;
       align-items: center;
       justify-content: space-between;
@@ -2201,26 +2202,31 @@ ul.cate-nav {
     .course-product-price {
       color: #ea0b4a;
       font-size: 20px;
-      margin-top: 13px;
+      // margin-top: 13px;
       .price-num {
         font-size: 30px;
         font-weight: 600;
         line-height: 26px;;
       }
     }
+    .course-product-price-text {
+      font-size: 30px;
+      font-weight: 600;
+      line-height: 30px;
+    }
     .course-product-user {
       display: flex;
       align-items: flex-end;
       img {
-        width: 18px;
-        height: 22px;
+        width: 16px;
+        height: 19px;
         margin-right: 10px;
       }
       .views {
-        color: #418eff;
         font-size: 15px;
         font-family: PingFangSC-Regular, PingFang SC;
         font-weight: 400;
+        color: #418EFF;
         line-height: 21px;
       }
     }
@@ -2295,6 +2301,12 @@ ul.cate-nav {
           }
         }
       }
+      .mobile-education-1 {
+        width: 412px;
+        .big-mobile-education {
+          display: block;
+        }
+      }
       .big-mobile-education {
         display: none;
         background: #fff;