wxy 4 年之前
父节点
当前提交
6a4997c744
共有 1 个文件被更改,包括 12 次插入8 次删除
  1. 12 8
      src/views/market/index.vue

+ 12 - 8
src/views/market/index.vue

@@ -884,20 +884,22 @@ export default {
         width: 288px;
         margin-top: 15px;
         .name {
-          font-size: 15px;
+          font-size: 18px;
+          width: 65%;
         }
         .date {
           text-align: right;
           font-size: 15px;
+          width: 35%;
         }
         .demand {
           display: -webkit-box;
           -webkit-box-orient: vertical;
-          -webkit-line-clamp: 6;
+          -webkit-line-clamp: 9;
           overflow: hidden;
           margin-top: 13px;
-          height: 180px;
-          line-height: 30px;
+          height: 280px;
+          line-height: 31px;
           font-size: 13px;
         }
       }
@@ -975,20 +977,22 @@ export default {
         width: 288px;
         margin-top: 15px;
         .name {
-          font-size: 15px;
+          font-size: 18px;
+          width: 65%;
         }
         .date {
           text-align: right;
           font-size: 15px;
+          width: 35%;
         }
         .info {
           display: -webkit-box;
           -webkit-box-orient: vertical;
-          -webkit-line-clamp: 6;
+          -webkit-line-clamp: 9;
           overflow: hidden;
           margin-top: 13px;
-          height: 180px;
-          line-height: 30px;
+          height: 280px;
+          line-height: 31px;
           font-size: 13px;
         }
       }