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.
40 lines
685 B
40 lines
685 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;
|
|
}
|
|
.serviceView{
|
|
padding-top: 25rpx;
|
|
height: 100rpx;
|
|
width: 100%;
|
|
background-color: #F6F6FB;
|
|
}
|
|
.serviceView .serviceBtn{
|
|
margin-top: 25rpx;
|
|
margin-left: 60rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 70rpx;
|
|
width: 630rpx;
|
|
text-align: center;
|
|
line-height: 70rpx;
|
|
font-size: 28rpx;
|
|
color: white;
|
|
background-color: #F53C45;
|
|
border-radius: 35rpx;
|
|
}
|