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: 140rpx;
|
|
|
|
|
}
|
|
|
|
|
.bind-item image {
|
|
|
|
|
width: 200rpx;
|
|
|
|
|
height: 60rpx;
|
|
|
|
|
}
|
|
|
|
|
.btn {
|
|
|
|
|
margin:60rpx auto;
|
|
|
|
|
margin-top: 100rpx;
|
|
|
|
|
width: 360rpx;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
line-height: 80rpx;
|
|
|
|
|
background: #0B898E;
|
|
|
|
|
border-radius: 40rpx;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
.code-img {
|
|
|
|
|
width: 150rpx;
|
|
|
|
|
height: 60rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.login-tip-box {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
margin: 0 20rpx;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
margin-top: 40rpx;
|
|
|
|
|
line-height: 40rpx;
|
|
|
|
|
}
|
|
|
|
|
.login-tip-box .icon-gou1 {
|
|
|
|
|
line-height: 80rpx;
|
|
|
|
|
margin-top: -20rpx;
|
|
|
|
|
margin-right: 30rpx;
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select-icon{
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
color: transparent;
|
|
|
|
|
border: 1px solid #666;
|
|
|
|
|
width: 24rpx;
|
|
|
|
|
height: 24rpx;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
margin-right: 34rpx;
|
|
|
|
|
margin-top: 7rpx;
|
|
|
|
|
}
|
|
|
|
|
.navigator-file{
|
|
|
|
|
display: inline-block;
|
|
|
|
|
color: #0b898e;
|
|
|
|
|
}
|