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.
 

50 lines
785 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{
display: flex;
align-items: center;
justify-content:center;
flex-direction: column;
padding-top: 25rpx;
height: 100rpx;
width: 100%;
background-color: #F6F6FB;
}
.service {
display: flex;
align-items: center;
justify-content:center;
position:absolute;
top:8rpx;
height: 50rpx;
width: 50rpx;
opacity:0;
}
.icon_kf{
width: 50rpx;
height: 50rpx;
display: inline-block;
margin-top: 5px;
}
.dbtext{
line-height: 15px;
color: #333;
font-size: 12px;
}