setpaypwd.wxss 550 Bytes
/* pages/main/rewardpoint/setpaypwd/setpaypwd.wxss */
.placeholder_input_wrap{
  color:#ccc;
  font-size:32rpx;
  height: 100rpx;
}

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

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

.btn_white_radius {
  flex: 1;
  height: 42px;
  background: #fff;
  border-radius: 5px;
  color: #666;
border: 1px solid #EEEEEE;
}

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