Эх сурвалжийг харах

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

peter 4 сар өмнө
parent
commit
c4ba7e1fe8

+ 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;
   }