afterSale.wxss 3.08 KB
/* pages/orders/afterSale/afterSale.wxss */
page {
  background-color: #F0F0F0;
}

.refund-bg {
  background-color: #F0F0F0;
  height: 100%;
}

.refund-proudect-list {
  display: flex;
  flex-direction: column;
  background-color: white;
}

.refund-proudect-list .title-bg {
  background-color: #F0F0F0;
  color: #B0B0B0;
  font-size: 28rpx;
  height: 80rpx;
  display: flex;
  align-items: center;
}

.refund-proudect-list .title-bg .title {
  margin-left: 60rpx;
}

.list {
  display: flex;
  flex-direction: column;
  margin-top: 20rpx;
}

.list .goods {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30rpx;
}

.list .goods .selected-image {
  width: 40rpx;
  height: 40rpx;
}

.list .goods .goods-image {
  margin-left: 20rpx;
  width: 100rpx;
  height: 125rpx;
}

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

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

.goods-detail {
  width: 70%;
  display: flex;
  height:125rpx;
  justify-content: space-between;
  margin-right: 30rpx;
}

.goods-detail .title-color-size {
  display: flex;
  flex-direction: column;
}

.goods-detail .price-number {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.goods-detail .product-name {
  font-size: 28rpx;
  font-family: PingFangSC-Regular;
  margin-bottom: 10rpx;
}

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

.color-size {
  font-size: 24rpx;
}

.big-color-size {
  font-size: 28rpx;
}

.large-big-color-size {
  font-size: 32rpx;
}

.normal {
  color: #444444;
}

.light-gray {
  color: #B0B0B0;
}

.light-line {
  height: 2rpx;
  background-color: #E0E0E0;
  width: 100%;
  margin-left: 80rpx;
}

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

.large-margin-top {
  margin-top: 30rpx;
}

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

.large-margin-bottom {
  margin-bottom: 98rpx;
}

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

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

.space {
  background-color:#F0F0F0;
  height: 20rpx;
}

.refund-price {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.refund-price-bg {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.refund-price-tips {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cell-tips {
  width: 30rpx;
  height: 30rpx;
  margin-left: 10rpx;
  margin-top: 28rpx;
}

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

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

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

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

.refund-submit::after {
  border-radius: 0;
  border: 0;
}

.border-top {
  border: 2rpx solid #E0E0E0;
}

.refund-submit {
  line-height: 100rpx;
  height: 100rpx;
  position: fixed;
  background-color: white;
  font-family:PingFangSC-Semibold;
  color: #444444;
  border-radius: 0;
  left: 0;
  right: 0;
  bottom: 0;
}