pointsExchangeRecords.less
3.09 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
.records_back{
background: #F6F6F6;
min-height: 100vh;
.com_box{
margin: 30px 30px 0 30px;
background: #FFFFFF;
border-radius: 24px;
.item_box{
padding: 30px;
border-bottom: solid 2px #EAEAEA;
display: flex;
padding-bottom: 28px;
img{
display: flex;
width: 190px;
height: 190px;
}
.right{
flex: 1;
margin-left: 32px;
.name{
height: 80px;
font-size: 28px;
font-weight: 400;
color: #333333;
line-height: 40px;
display: -webkit-box;
-webkit-line-clamp: 2;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
text-overflow: ellipsis;
overflow: hidden;
}
.address_name{
margin-top: 10px;
font-size: 24px;
font-weight: 400;
color: #9B9B9B;
display: -webkit-box;
-webkit-line-clamp: 2;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
}
.exchange_time{
margin-top: 34px;
height: 33px;
font-size: 24px;
font-weight: 400;
color: #9B9B9B;
line-height: 33px;
}
.btn-box{
display: flex;
justify-content: flex-end;
margin-top: 30px;
.btn{
width: 157px;
height: 50px;
border-radius: 26px;
border: 1px solid #FC1541;
padding:10px 20px;
font-size: 24px;
color: #FF415F;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
img{
display: block;
width: 22px;
height: 22px;
margin-left: 4px;
}
}
}
}
}
// 没有更多
.is_more{
text-align: center;
color: #6D7278;
font-size: 32px;
font-weight: 500;
height: 100px;
line-height: 100px;
}
// 暂无记录提示
.no_gift_tip{
width: 100%;
img{
display: block;
width: 500px;
height: 285px;
margin:366px 125px 0 125px;
}
.text{
font-size: 30px;
font-weight: 400;
color: #333333;
line-height: 60px;
margin-top: 19px;
text-align: center;
}
}
// 返回按钮
.title_box{
width: 100%;
position: fixed;
left: 0;
font-size: 36px;
font-weight: 400;
color: #000000;
height: 93px;
line-height: 93px;
top: 0;
text-align: center;
background-color: #fff;
.title{
display: flex;
position: relative;
.goback{
display: block;
width: 38px;
height: 38px;
position: absolute;
left: 20px;
top: 27px;
}
.text{
flex: 1;
text-align: center;
}
}
}
// 占位
.title_box_lh{
height: 93px;
}
}