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.
41 lines
683 B
41 lines
683 B
|
5 years ago
|
/* 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;
|
||
|
|
}
|