开始做充值和发票

This commit is contained in:
2024-03-20 11:10:52 +08:00
parent e5c9a96353
commit 7648ace524
59 changed files with 1091 additions and 199 deletions

View File

@@ -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;
}