25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
|
|
/* 售后服务列表 */
|
|
.orders{ background: #f7f8f9; min-height: 100vh; padding:10rpx 30rpx 30rpx; box-sizing: border-box; }
|
|
.order-item{ background: white; padding: 30rpx; border-radius: 20rpx; margin-top: 20rpx; }
|
|
|
|
/* 订单数量 */
|
|
.order-flex{ display: flex; flex-wrap: wrap; }
|
|
.order-cover{ background-color: #f7f8f9; width: 140rpx; height: 140rpx; margin-right: 30rpx; border-radius: 10rpx; }
|
|
.order-content{ width: calc(100% - 178rpx); }
|
|
.order-title{ font-size: 30rpx; font-weight: bold; line-height: 50rpx; height: 50rpx; }
|
|
.order-text{ color: gray; font-size: 28rpx; line-height: 45rpx; }
|
|
.order-text text{ color: #da2b54; font-weight: bold; }
|
|
|
|
/* 订单状态 */
|
|
.order-state { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; box-sizing: border-box; font-size: 26rpx; background: #f7f8f9; margin: 30rpx 0; padding: 20rpx; border-radius: 10rpx; }
|
|
.order-state label{ width: 180rpx; }
|
|
.order-des { padding-left: 20rpx; color: #777; width: calc(100% - 180rpx); }
|
|
|
|
/* 订单操作 */
|
|
.order-btns { border-top: solid 1rpx #f9f9f9; display: flex; justify-content: flex-end; padding-top: 20rpx; }
|
|
.order-btns .item{ font-size: 26rpx; margin-left: 20rpx; color: #da2b54; line-height: 56rpx; border: solid 1rpx #da2b54; padding: 0 20rpx; border-radius: 28rpx; }
|
|
|
|
/* 售后服务 */
|
|
.pages-hint{ padding-bottom: 10vh; }
|