apply-after-sale.wxss 4.3 KB
/* pages/apply-after-sale/apply-after-sale.wxss */
.container {
  width: 750rpx;
  background-color: #f1f2f4;
  padding-top: 32rpx;
  padding-bottom: 50rpx;
}

/* 订单详情 */
.orderBox {
  width: 686rpx;
  height: 338rpx;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 32rpx 24rpx 36rpx 24rpx;
  box-sizing: border-box;
  border-radius: 20rpx;
}

.orderNumber {
  height: 40rpx;
  font-size: 28rpx;
  font-weight: 400;
  color: #323233;
  padding-bottom: 24rpx;
  border-bottom: 2rpx solid #f1f2f4;
  display: flex;
  align-items: center;
}
.orderNumber>view {
margin-right: 16rpx;
}

.productBox {
  display: flex;
  box-sizing: border-box;
  margin-top: 24rpx;
}

.pic {
  width: 180rpx;
  height: 180rpx;
  background-color: blanchedalmond;
  margin-right: 24rpx;
}

.pic image {
  width: 180rpx;
  height: 180rpx;
}

.text {
  width: 454rpx;
  height: 180rpx;
}

.name {
  font-size: 28rpx;
  font-weight: 500;
  text-align: left;
  color: #333333;
  margin-bottom: 16rpx;
}

.detail,
.priceBox {
  font-size: 24rpx;
  font-weight: 400;
  text-align: left;
  color: #999999;
  margin-bottom: 16rpx;
  display: flex;
}

.price {
  color: #FB7900;
}

/* 退货详情 */
.salesBox {
  width: 686rpx;
  height: 284rpx;
  background: #ffffff;
  border-radius: 16rpx;
  margin: 0 auto;
  margin-top: 24rpx;
  background-color: #ffffff;
  padding-left: 18rpx;
  padding-right: 28rpx;
  box-sizing: border-box;
}

.boxItem {
  width: 638rpx;
  height: 96rpx;
  border-bottom: 2rpx solid #f1f2f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left {
  height: 96rpx;
  display: flex;
  align-items: center;
  font-size: 28rpx;
  font-weight: 400;
  color: #7d7e80;
  display: flex;
}
.left>view{
  height: 40rpx;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left image {
  width: 28rpx;
  height: 30rpx;
}

.right {
  font-size: 28rpx;
  font-weight: 400;
  color: #323233;
}
.popupBox image{
width: 30rpx;
height: 30rpx;
}
.popupBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28rpx;
  font-weight: 400;
  color: #7d7e80;
  height: 88rpx;
}
.popupLeft{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28rpx;
  font-weight: 400;
  color: #7d7e80;
}
.reason{
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
}
.reason image{
  width: 16rpx;
  height: 26rpx;
}

/* 备注 */
.commentBox {
  width: 686rpx;
  height: 266rpx;
  background: #ffffff;
  border-radius: 16rpx;
  margin: 0 auto;
  margin-top: 24rpx;
  padding: 24rpx 32rpx;
  box-sizing: border-box;
}

.title {
  font-size: 32rpx;
  font-weight: 600;
  text-align: left;
  color: #323233;
  margin-bottom: 24rpx;
}

textarea {
  font-size: 28rpx;
  height: 118rpx;
}

.length {
  height: 34rpx;
  font-size: 28rpx;
  font-weight: 400;
  text-align: right;
  color: #969799;
}

/* 上传凭证 */
.photoBox {
  width: 686rpx;
  height: 288rpx;
  background: #ffffff;
  border-radius: 16rpx;
  margin: 0 auto;
  margin-top: 24rpx;
  padding: 32rpx 24rpx;
  box-sizing: border-box;
}

.photoText {
  width: 638rpx;
  height: 40rpx;
  display: flex;
  justify-content: space-between;
}

.photoText .lefttext {
  font-size: 32rpx;
  font-weight: 500;
  color: #323233;
}

.photoText .right {
  font-size: 28rpx;
  font-weight: 400;
  color: #969799;
}

.photo {
  display: flex;
  margin-top: 24rpx;
}

.photoOne {
  width: 150rpx;
  height: 150rpx;
  margin-right: 14rpx;
  position: relative;
}

.photoOne image {
  width: 150rpx;
  height: 150rpx;
}

.delBox {
  width: 32rpx;
  height: 32rpx;
  background: #c8c9cc;
  border-radius: 0px 4rpx 0px 4rpx;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.delBox image {
  width: 26rpx;
  height: 26rpx;
}

/* 按钮 */
.applyBox {
  width: 750rpx;
  height: 120rpx;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.applyBtn {
  width: 622rpx;
  height: 88rpx;
  background: linear-gradient(270deg, #fb7900 -100%, #ff4903);
  border-radius: 44rpx;
  font-size: 32rpx;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}