4b104cee by joe

字体修改

1 parent e38da5d6
...@@ -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;
......
...@@ -142,7 +142,6 @@ ...@@ -142,7 +142,6 @@
142 } 142 }
143 143
144 .tit { 144 .tit {
145 font-family: MicrosoftYaHei;
146 text-align: center; 145 text-align: center;
147 color: #f05a23; 146 color: #f05a23;
148 font-size: 18px; 147 font-size: 18px;
......
...@@ -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;
......
1 @import '@/styles/_support'; 1 @import '@/styles/_support';
2 2
3 .content { 3 .content {
4 font-family: MicrosoftYaHei; 4 // font-family: MicrosoftYaHei;
5 color: #4c4948; 5 color: #4c4948;
6 padding-bottom: 8.5rem; 6 padding-bottom: 8.5rem;
7 } 7 }
......
1 @import '@/styles/_support'; 1 @import '@/styles/_support';
2 2
3 .content { 3 .content {
4 font-family: MicrosoftYaHei; 4 // font-family: MicrosoftYaHei;
5 color: #4c4948; 5 color: #4c4948;
6 padding-bottom: 8.5rem; 6 padding-bottom: 8.5rem;
7 } 7 }
......
1 @import '@/styles/_support'; 1 @import '@/styles/_support';
2 2
3 .content { 3 .content {
4 font-family: MicrosoftYaHei; 4 // font-family: MicrosoftYaHei;
5 color: #4c4948; 5 color: #4c4948;
6 padding-bottom: 8.5rem; 6 padding-bottom: 8.5rem;
7 } 7 }
......
1 @import '@/styles/_support'; 1 @import '@/styles/_support';
2 2
3 .content { 3 .content {
4 font-family: MicrosoftYaHei; 4 // font-family: MicrosoftYaHei;
5 color: #4c4948; 5 color: #4c4948;
6 padding-bottom: 8.5rem; 6 padding-bottom: 8.5rem;
7 } 7 }
......
...@@ -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;
......
1 @import '@/styles/_support'; 1 @import '@/styles/_support';
2 2
3 .content { 3 .content {
4 font-family: MicrosoftYaHei; 4 // font-family: MicrosoftYaHei;
5 color: #4c4948; 5 color: #4c4948;
6 padding-bottom: 8.5rem; 6 padding-bottom: 8.5rem;
7 } 7 }
......