section.less
2.76 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
.m-section {
.section-head {
line-height: 45px;
padding: 0 10px;
background-color: #fff;
font-size: 14px;
color: #666;
text-align: left;
font-weight: bold;
margin-bottom: 10px;
&:first-letter {
font-size: 18px;
color: #23ac38;
}
}
}
.section-items {
margin-bottom: 10px;
.section-item {
display: block;
margin-bottom: 5px;
width: 100%;
img {
width: 100%;
max-width: 100%;
}
}
}
.product-items {
background-color: #FFF;
margin-bottom: 10px;
.items {
.item {
width: 33.33%;
float: left;
font-size: 13px;
text-align: center;
padding: 8px 0;
a {
display: block;
position: relative;
z-index: 2;
}
h3 {
font-size: 13px;
padding: 0 5px;
font-weight: 700;
color: #333;
text-align: left;
line-height: 16px;
overflow: hidden;
padding: 0 10px;
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
p{
padding: 0 10px;
text-align: left;
}
em {
text-align: left;
display: block;
font-size: 13px;
font-weight: 700;
font-style: normal;
color: #FA4535;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
span {
display: block;
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.pic {
max-width: 100%;
height: 60px;
display: inline-block;
vertical-align: middle;
}
&:after {
border-left: none;
border-top: none;
}
}
}
}
.scroll-wrap{
overflow-y: hidden;
overflow-x:scroll;
-webkit-overflow-scrolling: touch;
.m-goods-items{
white-space: nowrap;
li{
float: none;
display: inline;
width: 110px !important;
a{
display: inline-block;
width: 100px;
}
}
}
.m-tab, .m-nav{
white-space: nowrap;
overflow: visible;
width: auto;
li{
float: none;
display: inline;
width: 90px;
a{
display: inline-block;
}
}
}
}