|
|
@@ -2069,7 +2069,7 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
font-size: 26px;
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
- font-weight: 500;
|
|
|
+ font-weight: bold;
|
|
|
color: #ffffff;
|
|
|
position: relative;
|
|
|
margin-right: 4px;
|
|
|
@@ -2078,10 +2078,11 @@ export default {
|
|
|
position: absolute;
|
|
|
bottom: 16px;
|
|
|
left: 0px;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
}
|
|
|
.transaction_tax {
|
|
|
- padding: 31px 0 12px 0;
|
|
|
+ padding: 30px 0 12px 0;
|
|
|
box-sizing: border-box;
|
|
|
font-size: 12px;
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|