接着做首页的充值,,调试接口

This commit is contained in:
2024-03-28 16:49:49 +08:00
parent 4713116996
commit c9abd2cfa0
15 changed files with 125 additions and 35 deletions

View File

@@ -3,6 +3,11 @@
.top {
background-color: var(--deep-green);
position: fixed;
left: 0;
top: 0;
width: 100vw;
z-index: 99;
}
.chooseParkWrapper {
@@ -94,4 +99,28 @@
.operate {
margin-left: 46rpx;
margin-right: 46rpx;
margin-bottom: 40rpx;
}
.welcome {
margin-top: 20rpx;
margin-left: 30rpx;
font-size: 32rpx;
color: #fff;
}
.moneyBox {
display: flex;
justify-content: space-between;
margin-top: 30rpx;
}
.money {
flex: 1;
padding: 16rpx;
display: flex;
justify-content: center;
align-items: center;
border: 1rpx solid #ccc;
margin-right: 30rpx;
}