2024-03-15 17:20:54 +08:00

21 lines
305 B
Plaintext

/* pages/login/index.wxss */
.content {
/* width: 600rpx;
height: 500rpx;
background-color: #fff;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
padding: 20rpx 24rpx; */
}
.confirmWrapper {
margin: 32rpx 40rpx;
}
.agreementText {
color: rgb(211, 155, 52);
}