Authored by baoss

UI修改

... ... @@ -136,6 +136,6 @@ export default {
.cubeic-arrow {
color: #999;
margin-left: 10px;
font-size: 32px;
font-size: 20px;
}
</style>
... ...
... ... @@ -13,6 +13,7 @@
font-size: 36px;
color: #000;
padding: 15px;
font-weight: bold;
border-bottom: solid 1px #eee;
}
.no-data {
... ...
... ... @@ -55,7 +55,6 @@
height: 48px;
}
.assets-record-code-txt {
font-family: PingFang-SC-Regular;
font-size: 28px;
color: #000000;
display: -webkit-box;
... ... @@ -68,19 +67,16 @@
display: inline-block;
}
.assets-record-time-txt {
font-family: SFProText-Regular;
font-size: 22px;
color: #999999;
margin-top: 12px;
}
.assets-record-income-txt {
font-family: SFProText-Medium;
font-weight: bold;
font-size: 28px;
color: #65AB85;
color: #000;
}
.assets-record-income-tip-txt {
font-family: PingFang-SC-Regular;
font-size: 20px;
color: #D0021B;
display: inline-block;
... ...