_browse-record.css
2.15 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
.browse-record-good {
position: relative;
padding: 0.5rem 0 0.5rem 0.75rem;
display: block;
.thumb {
float: left;
width: 120px;
height: 160px;
}
.sold-out {
display: inline;
}
.deps {
margin-left: 135px;
padding: 0.5rem 0;
border-bottom: 1px solid #e0e0e0;
margin-bottom: -0.75rem;
}
.name {
font-size: 28px;
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.price {
margin: 0.3rem 0;
font-size: 16PX;
}
.sale-price {
color: #f00;
&.original-price {
color: #000;
}
}
.market-price {
text-decoration: line-through;
color: #b0b0b0;
}
.sold-out-tag {
font-size: 16px;
line-height: 30px;
text-align: center;
color: #fff;
background: #7f7f7f;
padding: 0.125rem 0.375rem;
border-radius: 1rem;
}
.del-icon {
position: absolute;
right: 0.75rem;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
color: #999;
}
}
.browse-record-page {
.load-more {
width: 100%;
height: 1.75rem;
line-height: 1.75rem;
text-align: center;
}
.no-record {
background: #fff;
text-align: center;
top: 50%;
margin-top: 200px;
width: 100%;
.icon {
width: 196px;
height: 207px;
background: resolve("home/no-record.png") no-repeat;
background-size: 100%;
margin: 0 auto;
}
span {
display: block;
color: #b0b0b0;
font-size: 24px;
margin: 30px 0 110px;
}
.walk-way {
display: block;
height: 80px;
line-height: 80px;
width: 70%;
margin: 0 auto;
text-align: center;
font-size: 30px;
color: #fff;
background: #444;
border-radius: 5PX;
}
}
}