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.
|
|
|
|
/* pages/user/bindtel/index.wxss */
|
|
|
|
|
.bind-box {
|
|
|
|
|
background: white;
|
|
|
|
|
}
|
|
|
|
|
.bind-item {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin: 0 20rpx;
|
|
|
|
|
height: 120rpx;
|
|
|
|
|
line-height: 120rpx;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
border-bottom: 1rpx solid #EEE;
|
|
|
|
|
}
|
|
|
|
|
.bind-item .weui-input {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
.bind-item-left {
|
|
|
|
|
width: 249rpx;
|
|
|
|
|
}
|
|
|
|
|
.bind-item image {
|
|
|
|
|
width: 200rpx;
|
|
|
|
|
height: 60rpx;
|
|
|
|
|
}
|
|
|
|
|
.btn {
|
|
|
|
|
margin:0rpx auto;
|
|
|
|
|
margin-top: 74rpx;
|
|
|
|
|
width: 697rpx;
|
|
|
|
|
height: 73rpx;
|
|
|
|
|
background: #D62829;
|
|
|
|
|
border-radius: 37rpx;
|
|
|
|
|
line-height: 73rpx;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 35rpx;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.btn.disabled{
|
|
|
|
|
background: #CCCCCC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.vaild-number{
|
|
|
|
|
width: 207rpx !important;
|
|
|
|
|
height: 53rpx !important;
|
|
|
|
|
font-size: 27rpx !important;
|
|
|
|
|
color: #0C898F !important;
|
|
|
|
|
background: none !important;
|
|
|
|
|
line-height: 53rpx !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: 1px solid #0C898F;
|
|
|
|
|
border-radius: 27rpx;
|
|
|
|
|
font-weight: 500 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.edit-tip{
|
|
|
|
|
padding: 66rpx 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 31rpx;
|
|
|
|
|
color: #000000;
|
|
|
|
|
}
|
|
|
|
|
.passward-box-container{
|
|
|
|
|
width: 697rpx;
|
|
|
|
|
height: 93rpx;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
position: relative;
|
|
|
|
|
border-radius: 7rpx;
|
|
|
|
|
border: 1px solid #999999;
|
|
|
|
|
display: flex;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
padding: 16rpx 0;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.show-code{
|
|
|
|
|
flex: 1;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border-right: 1px solid #999999;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.show-code:last-of-type {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
.passward-box{
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
border: none;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
color: rgba(0,0,0,0);
|
|
|
|
|
}
|