product_list.less
1.38 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
@import "product-filter";
<<<<<<< HEAD
#prodtctListPage{
=======
.prodtctListPage{
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
.m-header{
.m-segment{
padding-top: 6px;
}
}
.m-list-view{
margin-top: 0;
}
<<<<<<< HEAD
.back-to-top{
position: fixed;
right: 15px;
bottom: 15px;
z-index: 1;
}
=======
>>>>>>> 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;
.desc{
padding-right: 80px;
span{
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.name{
width: 100%;
}
.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
}