34 lines
402 B
Plaintext
34 lines
402 B
Plaintext
/* pages/login/index.wxss */
|
|
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.confirmWrapper {
|
|
margin: 32rpx 40rpx;
|
|
}
|
|
|
|
.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;
|
|
} |