修改样式

This commit is contained in:
2024-06-17 17:36:07 +08:00
parent 56e08863de
commit 75713f1e97
16 changed files with 72 additions and 40 deletions

View File

@@ -26,6 +26,7 @@
.parkContent {
display: flex;
align-items: center;
font-size: 32rpx;
}
.notLoginWrapper, .logined {
@@ -63,6 +64,7 @@
display: flex;
align-items: center;
flex: 1;
font-size: 33rpx;
}
.cardContent {
@@ -73,7 +75,7 @@
display: flex;
align-items: center;
margin-bottom: 30rpx;
font-size: 34rpx;
font-size: 32rpx;
}
.cardItemValue {
@@ -105,8 +107,8 @@
.welcome {
margin-top: 20rpx;
margin-left: 30rpx;
font-size: 32rpx;
color: #fff;
font-size: 30rpx;
color: rgba(255,255,255, .85);
}
.moneyBox {