bindcard.wxss 601 Bytes
/* pages/main/rewardpoint/bindcard/bindcard.wxss */
page{
  background:#f5f5f5
}

.view_bottom {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: row;
}

.light_yellow_bg{
  width: 350px;
height: 40px;
background: #FEF6E9;
border-radius: 6px;
margin:auto;
display: flex;
align-items: center;
}

.placeholder_input_wrap{
  color:#999;
  font-size:32rpx;
  height: 100rpx;
}

.input_wrap{
  width:520rpx;
  color:#333;
  font-size:34rpx;
  height: 100rpx;
}

.btn_blue_radius {
  background: #357aeb;
  border-radius: 5px;
  flex: 1;
  color: #fff;
}