| 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
 | | .refund-image { |  |   width: 120rpx; |  |   height: 80rpx; |  | } |  | .refund-container { |  |   padding-top: 20rpx; |  | } |  | .refund-list { |  |   background: #fff; |  |   margin: 0 20rpx 10rpx 20rpx; |  | } |  | .refund-content>view { |  |   display: flex; |  |   line-height: 80rpx; |  |   padding: 0 30rpx; |  | } |  | .iconfont { |  |   margin-top: 3rpx; |  |   color: #cacaca; |  | } |  | .name { |  |   white-space: nowrap; |  |   width: 96%; |  | } |  | .refund-top>view { |  |   padding: 30rpx; |  |   display: flex; |  | } |  | .refund-info{ |  |   width: 76%; |  | } |  | .refund-info>text { |  |   display: block; |  |   margin-left: 21rpx; |  |   width: 100%; |  |   overflow: hidden; |  |   text-overflow: ellipsis; |  |   white-space: nowrap |  | } |  | .refund-info .grey { |  |   margin-top: 6rpx; |  | } | 
 |