bindcard.wxss
394 Bytes
/* pages/main/rewardpoint/bindcard/bindcard.wxss */
.view_bottom {
background: #fff;
width: 100%;
position: fixed;
bottom: 0;
display: flex;
flex-direction: row;
}
.placeholder_input_wrap{
color:#ccc;
font-size:30rpx;
}
.input_wrap{
width:356rpx;
color:#333;
font-size:56rpx;
}
.btn_blue_radius {
background: #357aeb;
border-radius: 5px;
flex: 1;
color: #fff;
}