暂存首页改造,banner

This commit is contained in:
2024-11-26 17:00:51 +08:00
parent cfad35ec52
commit 6af35a4632
16 changed files with 209 additions and 18 deletions

View File

@@ -34,7 +34,7 @@
}
.notLoginWrapper, .logined {
padding: 24rpx 32rpx;
padding: 16rpx 32rpx;
padding-left: 50rpx;
background-color: var(--middle-green);
display: flex;
@@ -62,6 +62,7 @@
.rechargeWrapper {
background: linear-gradient(to bottom, var(--middle-green), #fff );
overflow: hidden;
padding-top: 24rpx;
}
.card {
@@ -153,6 +154,8 @@
.moneyInput {
margin-top: 24rpx;
margin-bottom: 24rpx;
display: flex;
justify-content: space-between;
}
.others {