Переглянути джерело

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