refundOrderProgress.wxss 5.14 KB
/* page/subPackage/pages/refundOrderProgress/refundOrderProgress.wxss */
page {
  background-color: #F0F0F0;
}

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

.small-margin-left {
  margin-left: 10rpx;
}

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

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

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

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

.large-margin-right {
  margin-right: 40rpx;
}

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

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

.big-large-margin-left {
  margin-left: 116rpx;
}

.big-large-margin-right {
  margin-right: 116rpx;
}

.big-large-margin-bottom {
  margin-bottom: 116rpx;
}

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

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

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

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

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

.large-padding-left {
  padding-left: 40rpx;
}

.large-padding-right {
  padding-right: 40rpx;
}

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

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

.ping-fang-sc-bold {
  font-family:  PingFangSC-Semibold;
}

.ping-fang-sc-regular {
  font-family: PingFangSC-Regular;
}

.black-color-text {
  color: #000000;
}

.large-text-size {
  font-size: 32rpx;
}

.small-text-size {
  font-size: 24rpx;
}

.middle-text-size {
  font-size: 28rpx;
}

.b0-gray-color-text {
  color: #B0B0B0;
}

.row {
  display: flex;
  flex-direction: row;
}

.column {
  display: flex;
  flex-direction: column;
}

.refund-status-header {
  align-items: center;
  justify-content: space-between;
}

.bg-white {
  background-color: white;
}

.refund-status {
  height: 86rpx;
  align-items: center;
  justify-content: flex-end;
}

.refund-status-icon {
  flex-grow: 1;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.refund-status-text {
  width: 640rpx;
  line-height: 86rpx;
}

.refund-status-icon-size {
  width: 20rpx;
  height: 20rpx;
  display: block;
}

.refund-status-icon-line-bg-color-y {
  background-color: #000000;
}

.refund-status-icon-line-bg-color-n {
  background-color: #979797;
}

.refund-status-icon-line-bg-color-hidden {
  background-color: white;
}

.refund-status-icon-line {
  width: 2rpx;
  flex-grow: 1;
}

.refund-status-footer {
  align-items: center;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.refund-status-footer-text {
  text-align: center;
}

.black-text-color-4a {
  color: #4A4A4A;
}

.send-post-info::after {
  border: 0;
}

.send-post-info {
  width: 680rpx;
  background-color: #444444;
  border-radius: 4px;
  color: #FFFFFF;
}

.logistics-image-size {
  width: 60rpx;
  height: 60rpx;
}

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

.logistics-info {
  width: 580rpx;
}

.goods {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
}

.goods-image {
  width: 100rpx;
  height: 125rpx;
}

.goods-detail {
  width: 610rpx;
  display: flex;
  height:125rpx;
  justify-content: space-between;
}

.goods-bg {
  background-color: white;
}

.red-text-color {
  color: #D0021B;
}

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

.product-info {
  display: -webkit-box;
  overflow: hidden;            
  -webkit-box-orient: vertical;    
  -webkit-line-clamp: 2; 
  word-break: break-all;
  text-overflow:ellipsis;
  width: 400rpx;
}

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

.refund-good-footer {
  height: 90rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.refund-goods-reason {
  display: flex;
  height: 80rpx;
}

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

.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;
}

.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-title {
  font-size: 28rpx;
  font-family:  PingFangSC-Semibold;
  color: #222222;
  letter-spacing: -0.29rpx;
}

.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;
}

.refund-good-footer {
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.border-radius {
  border-radius: 8rpx;
}

.border {
  border: 1rpx solid #222222;
}

.refund-cancel {
  width: 120rpx;
  height: 50rpx;
  line-height: 50rpx;
  text-align: center;
}

.upload-btn-image {
  width: 150rpx;
  height: 150rpx;
  border-radius: 20rpx;
}

.productTag {
  margin-top: -20rpx;
  width:100rpx;
  height:20rpx;
}