21 lines
305 B
Plaintext
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);
|
|
} |