Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -521,7 +521,7 @@ const handleGoToRewards = () => { | ... | @@ -521,7 +521,7 @@ const handleGoToRewards = () => { |
| 521 | 521 | ||
| 522 | .points-label { | 522 | .points-label { |
| 523 | display: block; | 523 | display: block; |
| 524 | - font-size: 24rpx; | 524 | + font-size: 26rpx; |
| 525 | margin-top: 10rpx; | 525 | margin-top: 10rpx; |
| 526 | opacity: 0.9; | 526 | opacity: 0.9; |
| 527 | } | 527 | } |
| ... | @@ -630,7 +630,7 @@ const handleGoToRewards = () => { | ... | @@ -630,7 +630,7 @@ const handleGoToRewards = () => { |
| 630 | } | 630 | } |
| 631 | 631 | ||
| 632 | .points-label { | 632 | .points-label { |
| 633 | - font-size: 20rpx; | 633 | + font-size: 24rpx; |
| 634 | } | 634 | } |
| 635 | } | 635 | } |
| 636 | 636 | ... | ... |
-
Please register or login to post a comment