refundInfo.wxss 684 Bytes
/* 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;
}

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

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