| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
 | | @import "/common/css/refund.wxss"; |  |   |  | .order-footer-list { |  |   background: #fff; |  |   display: flex; |  |   justify-content: flex-end; |  |   width: 95%; |  |   height: 106rpx; |  |   align-items: center; |  | } |  |   |  | .order-footer { |  |   width: 100%; |  |   position: fixed; |  |   bottom: 0; |  |   height: 106rpx; |  |   background: #fff; |  |   left: 0; |  | } |  |   |  | .order-footer-list>view { |  |   width: 120rpx; |  |   height: 44rpx; |  |   line-height: 44rpx; |  |   text-align: center; |  |   border-radius: 10rpx; |  |   font-size: 22rpx; |  | } |  | .main{padding-bottom: 20rpx} |  | .explain{ |  |   text-overflow: ellipsis; |  |   overflow: hidden; |  |   white-space: nowrap |  | } |  | .order-address{ |  |   margin-top: 0 |  | } |  |   |  | .icon-color{ |  | color: #00c085; |  | font-size: 40rpx; |  | margin: 25rpx 22rpx 0 0; |  |   |  | } | 
 |