pointsExchangeRecords.less
1.91 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
.records_back{
background: #F6F6F6;
.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{
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;
height: 33px;
font-size: 24px;
font-weight: 400;
color: #9B9B9B;
line-height: 33px;
}
.exchange_time{
margin-top: 34px;
height: 33px;
font-size: 24px;
font-weight: 400;
color: #9B9B9B;
line-height: 33px;
}
}
}
}
.is_more{
text-align: center;
padding-bottom: 20px;
color: #6D7278;
font-size: 32px;
font-weight: 500;
height: 100px;
line-height: 100px;
}
// 返回按钮
.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;
}
}