Showing
3 changed files
with
5 additions
and
5 deletions
@@ -316,7 +316,7 @@ export default { | @@ -316,7 +316,7 @@ export default { | ||
316 | } | 316 | } |
317 | 317 | ||
318 | .item-title { | 318 | .item-title { |
319 | - font-family: 'SFProText-Regular'; | 319 | + font-family: 'PingFang-SC-Regular'; |
320 | font-size: 22px; | 320 | font-size: 22px; |
321 | color: #000000; | 321 | color: #000000; |
322 | text-align: center; | 322 | text-align: center; |
@@ -78,7 +78,7 @@ export default { | @@ -78,7 +78,7 @@ export default { | ||
78 | } | 78 | } |
79 | .assets-record-code-txt { | 79 | .assets-record-code-txt { |
80 | width: 100%; | 80 | width: 100%; |
81 | - font-family: PingFang-SC-Regular; | 81 | + font-family: 'PingFang-SC-Regular'; |
82 | font-size: 28px; | 82 | font-size: 28px; |
83 | color: #000000; | 83 | color: #000000; |
84 | overflow: hidden; | 84 | overflow: hidden; |
@@ -87,7 +87,7 @@ export default { | @@ -87,7 +87,7 @@ export default { | ||
87 | } | 87 | } |
88 | 88 | ||
89 | .assets-record-time-txt { | 89 | .assets-record-time-txt { |
90 | - font-family: SFProText-Regular; | 90 | + font-family: 'SFProText-Regular'; |
91 | font-size: 24px; | 91 | font-size: 24px; |
92 | color: #999999; | 92 | color: #999999; |
93 | margin-top: 12px; | 93 | margin-top: 12px; |
@@ -99,7 +99,7 @@ export default { | @@ -99,7 +99,7 @@ export default { | ||
99 | @include num | 99 | @include num |
100 | } | 100 | } |
101 | .assets-record-income-tip-txt { | 101 | .assets-record-income-tip-txt { |
102 | - font-family: PingFang-SC-Regular; | 102 | + font-family: 'PingFang-SC-Regular'; |
103 | font-size: 20px; | 103 | font-size: 20px; |
104 | color: #D0021B; | 104 | color: #D0021B; |
105 | } | 105 | } |
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | <order></order> | 14 | <order></order> |
15 | </div> | 15 | </div> |
16 | <div v-else-if="key === 'sale'" class="bg-top"> | 16 | <div v-else-if="key === 'sale'" class="bg-top"> |
17 | - <tab-item :data="value" noLine titleBold titleSmall numStyle='color: #999; fontSize: 12px'></tab-item> | 17 | + <tab-item :data="value" noLine titleBold titleSmall numStyle='color: #999;'></tab-item> |
18 | </div> | 18 | </div> |
19 | <bind v-else-if="key === 'bindAccount'" :data="value"></bind> | 19 | <bind v-else-if="key === 'bindAccount'" :data="value"></bind> |
20 | <tab-item v-else :data="value"></tab-item> | 20 | <tab-item v-else :data="value"></tab-item> |
-
Please register or login to post a comment