_search.css
870 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
.product-search-page {
.goods-container {
height: auto;
padding: 25px 0 0 0;
position: relative;
width: calc(1150px + 10px);/*每列增加右边距*/
.good-info {
width: 222px;
}
}
.path-nav .last {
font-weight: normal;
span {
font-weight: bold;
}
}
}
.min-screen .product-search-page {
.goods-container {
height: auto;
padding-top: 25px;
position: relative;
width: calc(990px + 10px); /*每列增加右边距*/
.good-info {
width: 190px;
.good-detail-img {
height: 255px;
}
}
.block-next-page {
width: 190px;
height: 255px;
}
}
.filter-box .brand .attr-content {
max-width: 750px;
}
}