ExchangeRecords.less
3.52 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
.ExchangeRecords_box{
width: 100%;
min-height: 100vh;
background: rgb(241,46,50,1) url("../../../static/img/pointsMall/ExchangeRecords.jpg") no-repeat
center bottom;
background-size: 100%;
padding: 1px 0 0 0;
.top_back{
height: 60px;
display: flex;
justify-content: flex-start;
padding: 0 0 40px 40px;
img{
width: 60px;
height: 60px;
}
}
.drawRecord_title{
width: 588px;
height: 390px;
//background: url("../../../static/img/pointsMall/title.png") no-repeat center top;
background-size: 100%;
margin: 2px 81px 64px 81px;
}
.title_t{
height:53px;
font-size:34px;
font-weight:400;
color:rgba(249,249,249,1);
line-height:53px;
text-align: center;
margin: 49px 0;
}
.content_box{
width:670px;
height:669px;
background:rgba(241,46,50,1);
border-radius:16px;
margin: auto;
padding-top: 1px;
.tip{
text-align: center;
}
ul{
height: 540px;
overflow-y: auto;
}
div{
//display: flex;
//justify-content: space-between;
color: #fff;
}
.content_top{
width:580px;
height:60px;
line-height: 60px;
background:rgba(232,28,32,1);
border-radius:12px;
margin: 20px auto;
font-size: 30px;
font-weight: 600;
padding: 0 27px;
display: flex;
justify-content: space-between;
div{
color:rgba(255,202,40,1);
}
}
.item{
padding: 20px 34px 20px 20px;
font-size:28px;
font-weight:400;
color:rgba(255,255,255,1);
line-height:40px;
position: relative;
display: flex;
align-items: center;
.adderss{
position: absolute;
right:72px;
top:48px;
width:100px;
height:34px;
line-height: 34px;
border-radius:18px;
border:1px solid rgba(244,195,47,1);
color: #F4C32F;
font-size: 22px;
display: flex;
justify-content: center !important;
}
div:nth-child(1){
float: left;
display: flex;
justify-content: flex-start;
flex: 1;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
-ms-word-wrap:break-word;
word-wrap:break-word;
}
div:nth-child(2){
float: left;
width: 280px;
display: flex;
justify-content: flex-start;
}
div:nth-child(3){
width: 80px;
text-align: center;
}
}
}
.btn{
width:520px;
height:88px;
background:linear-gradient(180deg,rgba(241,205,59,1) 0%,rgba(254,155,2,1) 100%);
border-radius:44px;
border:1px solid rgba(151,151,151,1);
margin: 64px auto;
text-align: center;
line-height: 88px;
font-size: 34px;
color: #0A0741;
}
}