_special.css
784 Bytes
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
.sale-special-page {
.main-banner {
height: 350px;
}
.special-limit,
.special-name {
display: none;
}
.special-title {
font-size: 20px;
height: 34px;
text-align: center;
border-bottom: 1px dotted #999;
margin: 20px 0;
.all-count {
color: #999;
font-size: 12px;
line-height: 26px;
background: #fff;
display: inline-block;
padding: 0 10px;
}
}
.filter-box .brand .attr-content {
max-width: 730px;
}
.good-detail-text .discount {
display: none;
}
.block-next-page {
width: 235px;
> a {
width: 100%;
height: 315px;
}
}
}