common.less
826 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
47
48
49
@import "reset";
@import "one-border";
@import "header";
@import "slider";
@import "section";
@import "list-view";
@import "goods-items";
@import "photo-wall";
@import "tab";
@import "util";
@import "icon.css";
@import "icon_admin.css";
.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{
white-space: nowrap;
overflow: visible;
width: auto;
li{
float: none;
display: inline;
width: 90px;
a{
display: inline-block;
}
}
}
}
//自定义 非合并图
//
// body{
// max-width: 640px;
// margin: 0 auto;
// }