开始做充值和发票
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
/* pages/login/index.wxss */
|
||||
.content {
|
||||
/* width: 600rpx;
|
||||
height: 500rpx;
|
||||
|
||||
page {
|
||||
background-color: #fff;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
padding: 20rpx 24rpx; */
|
||||
}
|
||||
|
||||
.confirmWrapper {
|
||||
@@ -18,4 +10,25 @@
|
||||
|
||||
.agreementText {
|
||||
color: rgb(211, 155, 52);
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 15vh;
|
||||
margin-bottom: 15vh;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-left: 32rpx;
|
||||
margin-right: 32rpx;
|
||||
}
|
||||
|
||||
.agreement {
|
||||
margin-top: 32rpx;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
margin-top: 6rpx;
|
||||
}
|
Reference in New Issue
Block a user