refundInfo.wxss 1.7 KB
/* pages/main/finalpay/refundInfo/refundInfo.wxss */

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

.text_black3_34 {
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 34rpx;
  color: #333;
  line-height: 104rpx;
}

.text_gray7_34 {
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 34rpx;
  color: #777;
  line-height: 104rpx;
}

.text_gray6_28 {
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 28rpx;
  color: #666;
}

.input_wrap {
  max-width: 600rpx;
  height: 104rpx;
  font-size: 34rpx;
  color: #fff;
  text-align: right;
  overflow: hidden;
  float: right;
}

.rigion_choosed{
  color:#000;
  line-height:104rpx
}

.rigion_notchoosed{
  color:#777;
  line-height:104rpx
}

.image_camera {
  width: 42rpx;
  height: 42rpx;
  margin-left: 10rpx;
  margin-top: 30rpx;
  float: right;
}

.arrow_wrap {
  width: 60rpx;
  height: 60rpx;
  margin-top: 20rpx
}

/* 遮罩层 */

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: 10;
}

.modal_lg {
  width: 72%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  top: 260rpx;
  z-index: 10;
}

.text_cancel {
  font-family: PingFangSC-Regular;
  font-size: 36rpx;
  color: #999;
  letter-spacing: 0;
  text-align: center;
  flex: 1;
  padding: 30rpx;
}

.text_confirm {
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 36rpx;
  color: #357aeb;
  letter-spacing: 0;
  text-align: center;
  flex: 1;
  padding: 30rpx;
}

.text_title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: rgba(51, 51, 51, 1);
  padding: 40rpx;
  text-align: center;
}