瀏覽代碼

style: aboutus contactus termsconditions三个页面富文本内容基础样式调整.

peter 4 月之前
父節點
當前提交
c4ba7e1fe8
共有 3 個文件被更改,包括 9 次插入15 次删除
  1. 3 5
      pages/aboutus.vue
  2. 3 5
      pages/home/contactus.vue
  3. 3 5
      pages/home/termsConditions.vue

+ 3 - 5
pages/aboutus.vue

@@ -46,11 +46,9 @@ export default {
 }
 :deep(.item) {
   width: 1400px;
-  font-size: 18px;
-  font-family: Proxima Nova;
-  font-weight: 400;
-  color: #333333;
-  line-height: 24px;
+  font-size: 14pt;
+  color: #333;
+  line-height: 1.2;
   p {
     word-wrap: break-word;
   }

+ 3 - 5
pages/home/contactus.vue

@@ -239,11 +239,9 @@ export default {
 }
 :deep(.item) {
   width: 1400px;
-  font-size: 18px;
-  font-family: Proxima Nova;
-  font-weight: 400;
-  color: #333333;
-  line-height: 24px;
+  font-size: 14pt;
+  color: #333;
+  line-height: 1.2;
   p {
     word-wrap: break-word;
   }

+ 3 - 5
pages/home/termsConditions.vue

@@ -55,11 +55,9 @@ export default {
 }
 :deep(.item) {
   width: 1400px;
-  font-size: 18px;
-  font-family: Proxima Nova;
-  font-weight: 400;
-  color: #333333;
-  line-height: 24px;
+  font-size: 14pt;
+  color: #333;
+  line-height: 1.2;
   p {
     word-wrap: break-word;
   }