_sale.css
2.24 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
.yoho-header {
.sale-nav {
text-transform: capitalize;
width: auto;
right: 20px;
font-size: 36px;
}
+ .sale-nav-select {
position: absolute;
top: 90px;
right: 20px;
z-index: 2;
padding: 10px 30px;
min-width: 246px;
border-radius: 10px;
background-color: #000;
background-image: linear-gradient(to bottom, #000 0%, #333 100%);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
text-align: center;
font-size: 28px;
line-height: 80px;
display: none;
.arrow {
position: absolute;
top: -16px;
right: 30px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 16px;
border-color: transparent transparent #000;
}
&.show {
display: block;
}
a {
display: block;
border-bottom: 2px solid #ccc;
color: #fff;
&:last-child {
border-bottom: none;
}
}
}
}
.sale-page {
overflow: hidden;
background-color: #f0f0f0;
.thumb-row {
padding-top: 25px;
padding-bottom: 0;
.thumb-row-box {
margin-top: 10px;
}
}
.list-nav,
.goods-container {
background: #fff;
}
.category-swiper {
height: auto;
max-height: 320px;
}
.focus-wrap,
.vip-floor-wrap,
.off-code-area-wrap {
.banner-top {
height: 200px;
overflow: hidden;
}
}
.vip-floor {
border-bottom: 1px solid #e0e0e0;
.good-info {
margin-bottom: 20px;
height: auto;
min-height: 506px;
}
}
.list-nav {
width: 100%;
z-index: 1;
background: #fff;
&.fixed {
position: fixed;
top: 0;
left: 0;
}
}
.filter-mask.fixed {
position: fixed;
top: 70px;
}
}
.sale-vip-page {
.good-info {
height: 570px;
}
.sale-vip {
height: 506px;
}
.good-detail-text .price {
white-space: nowrap;
}
}