product_list.css
1.19 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
.product-filter .m-list-view {
margin-top: 0;
}
.product-filter .m-list-view .cell {
padding: 15px;
}
.product-filter .m-list-view .acc-icon .acc {
right: 10px;
}
.product-filter .m-list-view .text {
display: inline-block;
margin-left: 0;
font-size: 14px;
line-height: 30px;
vertical-align: middle;
}
.product-filter .m-list-view .filed {
line-height: 20px;
margin-bottom: 10px;
}
.product-filter .m-list-view .separate {
display: inline-block;
width: 30px;
text-align: center;
line-height: 30px;
}
.product-filter .m-list-view .btn-group {
margin: -10px 0 0 -10px;
}
.product-filter .m-list-view .btn-group .m-btn {
float: left;
margin: 10px 0 0 10px;
}
.product-filter .pop-foot {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.product-filter .pop-foot .m-btn {
float: left;
box-sizing: border-box;
width: 50%;
}
#prodtctListPage .m-header .m-segment {
padding-top: 6px;
}
#prodtctListPage .m-list-view {
margin-top: 0;
}
#prodtctListPage .back-to-top {
position: fixed;
right: 15px;
bottom: 15px;
z-index: 1;
}
#product-filter-popup {
top: 0;
left: 45px;
right: 0;
margin: 0;
border-radius: 0;
background-color: #FFF;
width: auto;
}