home.wxss 981 Bytes
/* pages/main/advancepayment/home.wxss */

.page {
  background-color: #fcfcfc;
}

.text_gray_32 {
  font-size: 32rpx;
  color: #6c7596;
  font-family: PingFangSC-Semibold;
  line-height: 100rpx;
}

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

.payment_img_bg {
  width: 92%;
  height: 312rpx;
}

.icon_wrap {
  width: 8rpx;
  height: 28rpx;
}

.view_bg_wrap {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 690rpx;
  flex-wrap: nowrap;
}

.text_num_wrap {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.text_text_wrap {
  font-family: PingFang-SC-Medium;
  font-size: 11px;
  color: #fff;
  text-align: center;
}

.text_wrap_left {
  font-family: PingFang-SC-Medium;
  font-size: 30rpx;
  color: #999;
  float: left
}

.text_wrap_right {
  font-family: PingFang-SC-Medium;
  font-size: 30rpx;
  color: #000;
  text-align: right;
  float: right
}