| @import "/common/css/refund.wxss"; | 
| .order-container{margin-top: 20rpx} | 
| .order-list { | 
|   background: #fff; | 
|   margin: 0 19rpx; | 
|   padding: 30rpx 32rpx; | 
|   margin-bottom: 10rpx; | 
| } | 
|   | 
| .order-middle { | 
|   padding: 19rpx 0; | 
| } | 
| .explain { | 
|   color: #ff5806; | 
|   font-size: 26rpx; | 
|   width: 30%; | 
|   text-align: right; | 
| } | 
|   | 
| .order-image { | 
|   width: 167rpx; | 
|   height: 159rpx; | 
|   margin-right: 21rpx; | 
| } | 
|   | 
| .order-list>view { | 
|   display: flex; | 
| } | 
|   | 
| .order-top .grey { | 
|   width: 70%; | 
| } | 
|   | 
| .order-bottom>text { | 
|   width: 120rpx; | 
|   height: 44rpx; | 
|   line-height: 44rpx; | 
|   display: block; | 
|   font-size: 22rpx; | 
|   text-align: center; | 
|   border-radius: 10rpx; | 
| } | 
|   | 
| .pay { | 
|   margin-left: 18rpx; | 
|   background: #ff5806; | 
|   color: #fff; | 
|   border: 1rpx solid #fff; | 
| } | 
|   | 
| .cancel-order { | 
|   color: #999; | 
|   border: 1rpx solid #b3b3b3; | 
| } | 
|   | 
| .order-number { | 
|   justify-content: flex-end; | 
| } | 
|   | 
| .order-bottom { | 
|   justify-content: flex-end; | 
| } | 
|   | 
| .order-list .price { | 
|   color: #ff4606; | 
| } | 
|   | 
| .norms { | 
|   margin: 10rpx 0 30rpx 0; | 
|   width: 100%; | 
|   text-overflow: ellipsis; | 
|   overflow: hidden; | 
|   white-space: nowrap; | 
| } | 
|   | 
| .order-info { | 
|   width: 70%; | 
|   text-overflow: ellipsis; | 
|   overflow: hidden; | 
|   white-space: nowrap; | 
| } | 
|   | 
| .name { | 
|   overflow: hidden; | 
|   text-overflow: ellipsis; | 
|   white-space: nowrap; | 
|   width: 100%; | 
| } | 
| .order-number { | 
|   font-size: 26rpx; | 
|   margin-bottom: 30rpx; | 
| } | 
| .total-text { | 
|   margin-left: 20rpx; | 
|   color: #999; | 
| } | 
| .order-number .price { | 
|   color: #666; | 
| } | 
| .evaluate, .receiving-goods { | 
|   border: 1rpx solid#FF5806; | 
|   margin-left: 18rpx; | 
|   color: #ff5806; | 
| } | 
| .logistics { | 
|   margin-left: 18rpx; | 
| } | 
| .cancel-details{border:1rpx solid #FF5806;color: #FF5806} | 
| .cancel-success{border: 1rpx solid #999999;color: #999} | 
| .no-refund {text-align: center;color: #666;font-size: 30rpx} | 
| .no-refund image{width: 281rpx;height: 258rpx;margin: 200rpx 0 109rpx 0} | 
| .no-text{display: block} | 
| .cancel-success{margin-left: 15rpx} | 
| .order-info>view{ | 
|   display: block | 
| } |