43 lines
568 B
Plaintext
43 lines
568 B
Plaintext
/* 手机号登录页Css */
|
|
|
|
/* Logo盒子 */
|
|
.logo-box{
|
|
margin-top: 50rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
}
|
|
|
|
.logo-img{
|
|
width: 230rpx;
|
|
height: 230rpx;
|
|
}
|
|
|
|
.logo-title{
|
|
font-size: 40rpx;
|
|
letter-spacing: 4rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.logo-text{
|
|
font-size: 28rpx;
|
|
margin-top: 20rpx;
|
|
color: #999999;
|
|
letter-spacing: 2rpx;
|
|
}
|
|
|
|
|
|
/* 表单 */
|
|
.register-form{
|
|
margin-top: 100rpx;
|
|
}
|
|
.register-form-box{
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.submit-btn{
|
|
margin-top: 50rpx;
|
|
} |