refundDetail.wxss 673 Bytes
/* pages/main/finalpay/refundDetail/refundDetail.wxss */

.page {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.text_black3_34 {
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 34rpx;
  color: #333;
  text-align: center;
  line-height: 24px;
}

.text_black6_32 {
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 32rpx;
  color: #666;
  text-align: center;
  line-height: 32px;
}

.light_blue_bg {
  float: right;
  width: 64px;
  height: 20px;
  background: rgba(221, 240, 253, 1);
  border-radius: 2px;
}

.light_yellow_bg {
  float: right;
  width: 50px;
  height: 20px;
  background:rgba(255,233,211,1);
  border-radius: 2px;
}