wangxy 2 年 前
コミット
383e5bd730
1 ファイル変更13 行追加3 行削除
  1. 13 3
      pages/solution/privatization.vue

+ 13 - 3
pages/solution/privatization.vue

@@ -320,6 +320,16 @@ export default {
             font-weight: 500;
             color: #333;
             line-height: 30px;
+
+            &:before {
+              content: '';
+              display: inline-block;
+              width: 14px;
+              height: 14px;
+              background-image: url("~static/gangweiIcon/z133.png");
+              background-repeat: no-repeat;
+              background-position: center;
+            }
           }
         }
       }
@@ -370,17 +380,17 @@ export default {
           div {
             margin-left: 3%;
             width: 600px;
-            height: 120px;
+            height: 80px;
 
             h4 {
-              font-size: 18px;
+              font-size: 14px;
               font-weight: 800;
               color: #333;
               text-align: left;
             }
 
             p {
-              font-size: 14px;
+              font-size: 12px;
               color: #333;
               font-weight: 500;
               line-height: 1.5;