38 lines
2.3 KiB
Plaintext
38 lines
2.3 KiB
Plaintext
|
|
.content{ background: #f7f8f9; min-height: 100vh; padding: 30rpx; box-sizing: border-box; }
|
|
|
|
/* 售后服务提醒 */
|
|
.service-content { display: flex; flex-direction: row; align-items: center; justify-content: center; }
|
|
.service { font-size: 24rpx; padding: 4rpx 20rpx; border-radius: 30rpx; background-color: #f9f9f9; display: inline-block; text-align: center; color: #666; }
|
|
.service text{ color: #da2b54; }
|
|
|
|
/* 服务单详情 */
|
|
.service-status{ background: white; padding: 50rpx; margin-top: 30rpx; border-radius: 20rpx; }
|
|
.service-status-text{ font-weight: bold; text-align: center; font-size: 34rpx; color: #da2b54; }
|
|
.service-status-remark{ font-size: 28rpx; color: gray; margin-top: 10rpx; line-height: 40rpx; text-align: center; }
|
|
.service-status-btn{ text-align: center; margin-top: 30rpx; text-align: center; }
|
|
.service-status-btn navigator{ line-height: 60rpx; background: #da2b54; color: white; width: 200rpx; border-radius: 30rpx; display: inline-block; font-size: 28rpx; }
|
|
|
|
/* 退款金额 */
|
|
.service-price{ background: white; padding: 30rpx; border-radius: 20rpx; margin-top: 30rpx; }
|
|
.service-price-title{ font-weight: bold; font-size: 30rpx; color: #333; padding-bottom: 10rpx; }
|
|
.service-price-flex{ display: flex; justify-content: space-between; font-size: 28rpx; color: gray; line-height: 50rpx; }
|
|
.service-price-refund{ width: calc(100% - 200rpx); }
|
|
.service-price-val{ font-weight: bold; width: 200rpx; text-align: right; }
|
|
|
|
/* 订单产品 */
|
|
.service-goods-flex{ display: flex; align-items: center; justify-content: space-between; }
|
|
.service-goods-cover{ width: 128rpx; height: 128rpx; border-radius: 10rpx; }
|
|
.service-goods-text{ width: calc(100% - 128rpx); padding-left: 30rpx; box-sizing: border-box; }
|
|
.service-goods-title{ font-size: 30rpx; margin-bottom: 10rpx; }
|
|
.service-goods-num{ font-size: 28rpx; color: gray; }
|
|
|
|
/* 订单信息 */
|
|
.service-card{ background: white; padding: 30rpx; margin-top: 30rpx; border-radius: 20rpx; }
|
|
.service-goods{ padding-bottom: 30rpx; }
|
|
.service-flexs{ border-top: solid 1rpx #f7f8f9; padding-top: 30rpx; }
|
|
.service-flexs-item{ display: flex; align-items: center; justify-content: space-between; font-size: 28rpx; padding: 10rpx 0; line-height: 40rpx; }
|
|
.service-flexs-item label{ width: 180rpx; color: gray; }
|
|
.service-flexs-val{ width: calc(100% - 180rpx); text-align: right; }
|
|
|