107 lines
1.6 KiB
CSS
107 lines
1.6 KiB
CSS
|
|
/* 主体开始 */
|
||
|
|
.content-block{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: flex-start;
|
||
|
|
margin-left: 40rpx;
|
||
|
|
margin-top: 46rpx;
|
||
|
|
margin-right: 40rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.login-detail{
|
||
|
|
width: 644rpx;
|
||
|
|
height: 40rpx;
|
||
|
|
margin-top: 40rpx;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: flex-start;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.choose-block{
|
||
|
|
width: 28rpx;
|
||
|
|
height: 28rpx;
|
||
|
|
font-size: 28rpx;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
.choose-pic{
|
||
|
|
width: 28rpx;
|
||
|
|
height: 28rpx;
|
||
|
|
}
|
||
|
|
.login-agreement{
|
||
|
|
margin-left: 14rpx;
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #333333;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
.login-user{
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #517FB0;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
/* 手机号开始 */
|
||
|
|
.phone-block{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: flex-start;
|
||
|
|
border-bottom: solid 1px #D9D9D9;
|
||
|
|
width: 670rpx;
|
||
|
|
align-items: flex-end;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.num{
|
||
|
|
font-size: 30rpx;
|
||
|
|
color: #333333;
|
||
|
|
margin-bottom: 24rpx;
|
||
|
|
}
|
||
|
|
.pull{
|
||
|
|
width: 44rpx;
|
||
|
|
height: 44rpx;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
.phone{
|
||
|
|
margin-left: 10rpx;
|
||
|
|
margin-bottom: 12rpx;
|
||
|
|
}
|
||
|
|
.phone-placeholder{
|
||
|
|
color:#CCCCCC;
|
||
|
|
font-size:30rpx;
|
||
|
|
}
|
||
|
|
.phone-input{
|
||
|
|
font-size: 44rpx;
|
||
|
|
color: #333333;
|
||
|
|
}
|
||
|
|
.reset-block{
|
||
|
|
width: 88rpx;
|
||
|
|
height: 88rpx;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.phone-pic{
|
||
|
|
width: 20rpx;
|
||
|
|
height: 20rpx;
|
||
|
|
}
|
||
|
|
/* 手机号结束 */
|
||
|
|
/* 下一步按钮开始 */
|
||
|
|
.login-vercode{
|
||
|
|
width: 658rpx;
|
||
|
|
height: 80rpx;
|
||
|
|
margin-top: 80rpx;
|
||
|
|
background: #3982FC;
|
||
|
|
border-radius: 20px;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.text{
|
||
|
|
color: #6CA3FF;
|
||
|
|
font-size: 32rpx;
|
||
|
|
}
|
||
|
|
.textHigh{
|
||
|
|
color: #FFFFFF;
|
||
|
|
font-size: 32rpx;
|
||
|
|
}
|
||
|
|
/* 下一步按钮结束 */
|
||
|
|
/* 主体结束 */
|