76 lines
1.0 KiB
Plaintext
76 lines
1.0 KiB
Plaintext
/* packageE/findpwd/findpwd.wxss */
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.box {
|
|
background: #fff;
|
|
}
|
|
|
|
.linebox {
|
|
padding: 37rpx 0;
|
|
margin: 0 25rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-bottom: 1rpx solid #efefef;
|
|
}
|
|
|
|
.linebox .password-input {
|
|
flex: 1;
|
|
}
|
|
|
|
.linebox .password-input .van-cell {
|
|
padding: 0;
|
|
}
|
|
|
|
.left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.left view {
|
|
width: 150rpx;
|
|
margin-right: 20rpx;
|
|
margin-left: 18rpx;
|
|
font-size: 28rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.left input {
|
|
flex: 1;
|
|
}
|
|
|
|
.right {
|
|
font-size: 24rpx;
|
|
line-height: 50rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #ff2c29;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.btn {
|
|
width: 589rpx;
|
|
height: 84rpx;
|
|
background-color: #ff2c29;
|
|
border-radius: 42rpx;
|
|
margin: 0 auto;
|
|
font-size: 36rpx;
|
|
line-height: 84rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
margin-top: 120rpx;
|
|
}
|
|
|
|
.right.disabled {
|
|
background-color: #ccc;
|
|
color: #f0f0f0;
|
|
}
|
|
|
|
.right.truebled {
|
|
background-color: #ff2c29;
|
|
color: #f0f0f0;
|
|
padding: 0 10rpx;
|
|
}
|