Authored by baoss

UI修改

... ... @@ -316,7 +316,7 @@ export default {
}
.item-title {
font-family: 'SFProText-Regular';
font-family: 'PingFang-SC-Regular';
font-size: 22px;
color: #000000;
text-align: center;
... ...
... ... @@ -78,7 +78,7 @@ export default {
}
.assets-record-code-txt {
width: 100%;
font-family: PingFang-SC-Regular;
font-family: 'PingFang-SC-Regular';
font-size: 28px;
color: #000000;
overflow: hidden;
... ... @@ -87,7 +87,7 @@ export default {
}
.assets-record-time-txt {
font-family: SFProText-Regular;
font-family: 'SFProText-Regular';
font-size: 24px;
color: #999999;
margin-top: 12px;
... ... @@ -99,7 +99,7 @@ export default {
@include num
}
.assets-record-income-tip-txt {
font-family: PingFang-SC-Regular;
font-family: 'PingFang-SC-Regular';
font-size: 20px;
color: #D0021B;
}
... ...
... ... @@ -14,7 +14,7 @@
<order></order>
</div>
<div v-else-if="key === 'sale'" class="bg-top">
<tab-item :data="value" noLine titleBold titleSmall numStyle='color: #999; fontSize: 12px'></tab-item>
<tab-item :data="value" noLine titleBold titleSmall numStyle='color: #999;'></tab-item>
</div>
<bind v-else-if="key === 'bindAccount'" :data="value"></bind>
<tab-item v-else :data="value"></tab-item>
... ...