You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
280 B
19 lines
280 B
/* pages/login/register.wxss */
|
|
page{
|
|
background-color: #F4F5F6;
|
|
}
|
|
.container{
|
|
font-size: 30rpx;
|
|
width: 100%;
|
|
align-items: center;
|
|
}
|
|
.codeImage{
|
|
margin-top: 60rpx;
|
|
width: 320rpx;
|
|
height: 320rpx;
|
|
}
|
|
.title{
|
|
margin-top: 30rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
}
|