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.
37 lines
685 B
37 lines
685 B
/* pages/mine/pages/bindUser/bindUser.wxss */
|
|
.bind_box{
|
|
margin-top: 34rpx;
|
|
width: 686rpx;
|
|
height: 528rpx;
|
|
background: white;
|
|
margin-left:32rpx;
|
|
padding-top: 32rpx;
|
|
|
|
}
|
|
.bind_box input{
|
|
height: 96rpx;
|
|
width: 590rpx;
|
|
background-color: #f9f9f9;
|
|
margin-top: 24rpx;
|
|
margin-left: 32rpx;
|
|
padding-left: 32rpx;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
}
|
|
page{
|
|
background: #f9f9f9;
|
|
}
|
|
.placeholder-style{
|
|
font-size: 28rpx;
|
|
/* margin-left: 32rpx; */
|
|
}
|
|
.bts{
|
|
margin-top: 48rpx;
|
|
width: 622rpx;
|
|
margin-left:32rpx ;
|
|
color: white;
|
|
background: #66b6ff;
|
|
font-size: 28rpx;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
} |