home.wxss 1.4 KB
/* pages/main/finalpay/home.wxss */

.page {
  background-color: #f5f5f5;
}

.text_black_bold {
  font-size: 36rpx;
  color: #000;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 50rpx
}

.arrow_wrap {
  position: relative;
  width: 28rpx;
  height: 16rpx;
  margin-top: 16rpx;
  align-self: center;
}

.text_gray3_26 {
  font-size: 26rpx;
  color: #333333;
  font-family:PingFangSC-Regular,PingFang SC;
  line-height: 36rpx
}

.text_gray6_28 {
  font-size: 28rpx;
  color: #666666;
  font-family:PingFangSC-Regular,PingFang SC;
  line-height: 40rpx
}

.text_yellow_28 {
  font-size: 28rpx;
  color: #ffaa00;
  font-family:PingFangSC-Regular,PingFang SC;
  line-height: 40rpx
}

.text_blue_26 {
  font-size: 26rpx;
  color: #3795ff;
  font-family:PingFangSC-Regular,PingFang SC;
  line-height: 36rpx
}

.text_blue_28 {
  font-size: 28rpx;
  color: #3795ff;
  font-family:PingFangSC-Regular,PingFang SC;
  line-height: 36rpx
}

.btn_blue_radius{
  margin: 26rpx 30rx;
  background: #357AEB;
  border-radius: 5px;
  height: 84rpx;
}

.btn_white_radius{
  margin: 26rpx 30rx;
  background: #fff;
  border-radius: 5px;
  border:1px solid rgba(228,231,240,1);
  height: 84rpx;
}

.text_white_34 {
  font-family: PingFangSC-Regular;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
}

.text_blue_34 {
  font-family: PingFangSC-Regular;
  font-size: 17px;
  color: #357aeb;
  text-align: center;
  line-height: 42px;
}