product_list.css
2.64 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
125
126
127
128
129
130
131
132
133
134
135
<<<<<<< HEAD
=======
.product-filter {
padding-bottom: 75px;
position: relative;
}
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
.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;
<<<<<<< HEAD
=======
height: auto;
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
}
.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;
}
<<<<<<< HEAD
=======
.product-filter .m-list-view .btn-group .m-btn:nth-child(6) ~ span {
display: none;
}
.product-filter .m-list-view .btn-group.show .m-btn {
display: block !important;
}
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
.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%;
}
<<<<<<< HEAD
#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;
}
=======
.prodtctListPage .m-header .m-segment {
padding-top: 6px;
}
.prodtctListPage .m-list-view {
margin-top: 0;
}
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
#product-filter-popup {
top: 0;
left: 45px;
right: 0;
margin: 0;
border-radius: 0;
background-color: #FFF;
width: auto;
}
<<<<<<< HEAD
=======
.back-to-top {
position: fixed;
right: 15px;
bottom: 15px;
z-index: 1;
}
.m-list-view .cell-pic h3,
.m-list-view .cell-pic p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.m-list-view {
margin-top: 0;
}
.m-list-view .desc {
padding-right: 80px;
}
.m-list-view .desc span {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.m-list-view .desc .name {
width: 100%;
}
.m-list-view .desc .category {
text-align: left;
margin-right: -80px;
width: 80px;
}
#product-filter-popup {
-webkit-transform: translate(100%, 0) translateZ(0);
-ms-transform: translate(100%, 0) translateZ(0);
-o-transform: translate(100%, 0) translateZ(0);
transform: translate(100%, 0) translateZ(0);
}
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa