_sale.css
794 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
45
46
47
48
.sale-page {
overflow: hidden;
background-color: #fff;
.banner-top .swiper-container {
height: 200px;
ul {
height: 200px;
}
}
#thumb-row {
overflow: hidden;
padding-left: 30px;
height: auto;
background: #fff;
text-align: left;
a {
float: left;
margin-right: 30px;
width: 275px;
height: 130px;
}
.thumb-row-box {
margin: 0 auto;
width: 100%;
height: 100%;
border-radius: 20px;
}
}
}
.sale-vip-page {
.good-info {
height: 570px;
}
.sale-vip {
height: 506px;
}
.good-detail-text .price {
white-space: nowrap;
}
}