_browse-record.scss
2.28 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
.browse-record-good {
position: relative;
padding: 0.5rem 0 0.5rem 0.75rem;
.thumb {
float: left;
width: 120rem / $pxConvertRem;
height: 160rem / $pxConvertRem;
}
.deps {
margin-left: 135rem / $pxConvertRem;
padding: 0.5rem 0;
border-bottom: 1px solid #e0e0e0;
margin-bottom: -0.75rem;
}
.name {
font-size: 28rem / $pxConvertRem;
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: 30rem / $pxConvertRem;
text-align: center;
color: #fff;
background: #7f7f7f;
padding: 0.125rem 0.375rem;
@include border-radius(1rem);
}
.del-icon {
position: absolute;
right: 0.75rem;
bottom: 0.25rem;
color: #999;
}
}
.browse-record-page {
.load-more {
width: 100%;
height: 1.75rem;
line-height: 1.75rem;
text-align: center;
}
.no-record {
position: absolute;
background: #fff;
text-align: center;
top: 50%;
margin-top: -220rem / $pxConvertRem;
width: 100%;
.icon {
width: 196rem / $pxConvertRem;
height: 207rem / $pxConvertRem;
background: image-url('me/no-record.png') no-repeat;
background-size: 100%;
margin: 0 auto;
}
span {
display: block;
color: #b0b0b0;
font-size: 24rem / $pxConvertRem;
margin: 30rem / $pxConvertRem 0 110rem / $pxConvertRem;
}
.walk-way {
display: block;
height: 80rem / pxConvertRem;
line-height: 80rem / $pxConvertRem;
width: 70%;
margin: 0 auto;
text-align: center;
font-size: 30rem / $pxConvertRem;
color: #fff;
background: #444;
@include border-radius(5px);
}
}
}