This commit is contained in:
kbing1981 2024-07-12 16:36:50 +08:00
parent bf9ebe0aa9
commit fd61e0dd0c
1 changed files with 4 additions and 3 deletions

View File

@ -71,6 +71,7 @@
} }
.totalIntegral { .totalIntegral {
padding-left: 20px; padding-left: 20px;
font-size: 30rpx;
} }
.innerBottomOfBottom { .innerBottomOfBottom {
@ -116,7 +117,7 @@
.isbOptions { .isbOptions {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
font-size: 18px; font-size: 16px;
} }
.optionsDetail { .optionsDetail {
@ -246,8 +247,8 @@
.withdrawalMoneyBtn { .withdrawalMoneyBtn {
width: 92%; width: 92%;
height: 45px; height: 45px;
border-radius: 20px; border-radius: 30px;
font-size: 20px; font-size: 18px;
color: #FFFFFF; color: #FFFFFF;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495); background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
display: flex; display: flex;