Files
app-cannengyun/pages/modifyPassword/modifyPassword.css

93 lines
1.6 KiB
CSS
Raw Normal View History

2023-11-16 15:13:28 +08:00
.text_block{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
margin-top: 60rpx;
}
.phone-block{
display: flex;
flex-direction: row;
justify-content: flex-start;
border-bottom: solid 1px #D9D9D9;
width: 670rpx;
align-items: flex-end;
margin-top: 60rpx;
}
.phoneNum{
font-size: 32rpx;
font-weight:400;
color:rgba(51,51,51,1);
}
.vercode{
margin-left: 10rpx;
margin-bottom: 12rpx;
}
.vercode-placeholder{
color:#CCCCCC;
font-size:30rpx;
}
.vercode-input{
font-size: 44rpx;
color: #333333;
}
.reset-block{
width: 88rpx;
height: 88rpx;
display: flex;
justify-content: center;
align-items: center;
}
.vercode-pic{
width: 20rpx;
height: 20rpx;
}
.vercode-button{
width: 150rpx;
height: 48rpx;
font-size: 24rpx;
border-radius:12px;
color:rgba(255,255,255,1);
background: rgba(57,130,252,1);
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
white-space: nowrap;
margin-bottom: 22rpx;
}
.vercode-button-send{
width: 160rpx;
height: 48rpx;
font-size: 18rpx;
border-radius:12px;
color:rgba(255,255,255,1);
background: rgba(217,217,217,1);
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
white-space: nowrap;
margin-bottom: 22rpx;
}
/* 下一步按钮开始 */
.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;
}
/* 下一步按钮结束 */