|
|
@@ -351,7 +351,7 @@ const handleGotoRechage = () => {
|
|
|
gap: 8rpx;
|
|
|
padding: 8rpx 20rpx;
|
|
|
border-radius: 20rpx;
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
font-weight: $uni-font-weight-medium;
|
|
|
margin-bottom: 24rpx;
|
|
|
|
|
|
@@ -404,7 +404,7 @@ const handleGotoRechage = () => {
|
|
|
background: rgba($uni-color-primary, 0.08);
|
|
|
color: $uni-color-primary;
|
|
|
border-radius: 16rpx;
|
|
|
- font-size: 22rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
font-weight: $uni-font-weight-medium;
|
|
|
}
|
|
|
}
|
|
|
@@ -518,7 +518,7 @@ const handleGotoRechage = () => {
|
|
|
}
|
|
|
|
|
|
.button-tip {
|
|
|
- font-size: 22rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
color: rgba(255, 255, 255, 0.75);
|
|
|
}
|
|
|
|
|
|
@@ -581,7 +581,7 @@ const handleGotoRechage = () => {
|
|
|
border-radius: 50%;
|
|
|
background: $uni-color-primary;
|
|
|
color: $uni-text-color-inverse;
|
|
|
- font-size: 22rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
font-weight: $uni-font-weight-semibold;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
@@ -632,7 +632,7 @@ const handleGotoRechage = () => {
|
|
|
gap: 6rpx;
|
|
|
|
|
|
.balance-label {
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
color: $uni-text-color-hint;
|
|
|
}
|
|
|
|
|
|
@@ -642,7 +642,7 @@ const handleGotoRechage = () => {
|
|
|
gap: 4rpx;
|
|
|
|
|
|
.amount-symbol {
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
color: $uni-color-primary;
|
|
|
font-weight: $uni-font-weight-medium;
|
|
|
}
|