接着做首页的充值,,调试接口
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user