字体修改
Showing
9 changed files
with
12 additions
and
13 deletions
... | @@ -44,7 +44,7 @@ export default { | ... | @@ -44,7 +44,7 @@ export default { |
44 | @import "@/styles/_support"; | 44 | @import "@/styles/_support"; |
45 | 45 | ||
46 | html { | 46 | html { |
47 | font-family: Microsoft YaHei, Helvetica Neue, Arial, sans-serif; | 47 | font-family: "Microsoft YaHei","Arial"; |
48 | font-size: 12px; | 48 | font-size: 12px; |
49 | word-spacing: 1px; | 49 | word-spacing: 1px; |
50 | word-break: break-word; | 50 | word-break: break-word; | ... | ... |
... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
38 | background-color: #ffffff; | 38 | background-color: #ffffff; |
39 | 39 | ||
40 | &-tit { | 40 | &-tit { |
41 | font-family: MicrosoftYaHei; | 41 | // font-family: MicrosoftYaHei; |
42 | color: #f05a23; | 42 | color: #f05a23; |
43 | text-align: center; | 43 | text-align: center; |
44 | font-size: 18px; | 44 | font-size: 18px; |
... | @@ -70,7 +70,7 @@ | ... | @@ -70,7 +70,7 @@ |
70 | } | 70 | } |
71 | 71 | ||
72 | &-tit { | 72 | &-tit { |
73 | font-family: MicrosoftYaHei; | 73 | // font-family: MicrosoftYaHei; |
74 | flex: 1; | 74 | flex: 1; |
75 | font-size: 18px; | 75 | font-size: 18px; |
76 | font-weight: bold; | 76 | font-weight: bold; |
... | @@ -131,7 +131,7 @@ | ... | @@ -131,7 +131,7 @@ |
131 | margin-top: 2.5rem; | 131 | margin-top: 2.5rem; |
132 | 132 | ||
133 | .label { | 133 | .label { |
134 | font-family: MicrosoftYaHei; | 134 | // font-family: MicrosoftYaHei; |
135 | font-size: 18px; | 135 | font-size: 18px; |
136 | font-weight: bold; | 136 | font-weight: bold; |
137 | color: #f05a23; | 137 | color: #f05a23; | ... | ... |
... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
43 | background-color: #ffffff; | 43 | background-color: #ffffff; |
44 | 44 | ||
45 | &-tit { | 45 | &-tit { |
46 | font-family: MicrosoftYaHei; | 46 | // font-family: MicrosoftYaHei; |
47 | color: #f05a23; | 47 | color: #f05a23; |
48 | text-align: center; | 48 | text-align: center; |
49 | font-size: 18px; | 49 | font-size: 18px; |
... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
67 | } | 67 | } |
68 | 68 | ||
69 | &-tit { | 69 | &-tit { |
70 | font-family: MicrosoftYaHei; | 70 | // font-family: MicrosoftYaHei; |
71 | flex: 1; | 71 | flex: 1; |
72 | font-size: 18px; | 72 | font-size: 18px; |
73 | font-weight: bold; | 73 | font-weight: bold; |
... | @@ -126,7 +126,7 @@ | ... | @@ -126,7 +126,7 @@ |
126 | margin-top: 3.75rem; | 126 | margin-top: 3.75rem; |
127 | 127 | ||
128 | .label { | 128 | .label { |
129 | font-family: MicrosoftYaHei; | 129 | // font-family: MicrosoftYaHei; |
130 | font-size: 18px; | 130 | font-size: 18px; |
131 | font-weight: bold; | 131 | font-weight: bold; |
132 | color: #f05a23; | 132 | color: #f05a23; | ... | ... |
-
Please register or sign in to post a comment