showPickerBg.wxss 869 Bytes
/* component/showPikerBg/showPikerBg.wxss */

.margin-left {
  margin-left: 20rpx;
}

.margin-bottom {
  margin-bottom: 20rpx;
}

.margin-right {
  margin-right: 20rpx;
}

.margin-top {
  margin-top: 20rpx;
}

.large-margin-left {
  margin-left: 32rpx;
}

.light-gray {
  color: #B0B0B0;
}

.pingfangsc-regular {
  font-family: PingFangSC-Regular;
}

.refund-way {
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.border-bottom {
  border-bottom: 1rpx solid #E0E0E0;
}

.cell-title {
  font-size: 28rpx;
  font-family:  PingFangSC-Semibold;
  color: #222222;
  letter-spacing: -0.29rpx;
  width: 110rpx;
}

.select-way {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size:28rpx;
  justify-content: flex-end;
}

.select-way-arrow {
  width: 22rpx;
  height: 36rpx;
}