HoriList_wev8.css
1.03 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
.horiListContainer{
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling:touch;
background-color: #fff;
}
.mobile .horiListContainer::-webkit-scrollbar {
display: none;
}
.horiListContainer > ul{
list-style: none;
padding: 0px;
margin: 0px;
overflow: hidden;
display: table;
}
.horiListContainer > ul > li{
display: table-cell;
text-align: center;
padding: 3px 5px;
}
.horiListContainer > ul > li .imgRow{
white-space:nowrap;
}
.horiListContainer > ul > li .imgRow img{
width: 80px;
height: 80px;
border-radius: 3px;
border: 1px solid #eee;
}
.horiListContainer > ul > li .titleRow{
color: #333;
font-size: 15px;
white-space:nowrap;
}
.horiListContainer > ul > li .normalRow{
color: #333;
font-size: 12px;
white-space:nowrap;
}
.horiListWarn{
font-family: 'Microsoft Yahei', Arial;
font-size: 18px;
background: url("/mobilemode/images/tip_wev8.png") no-repeat;
padding: 5px 5px 5px 45px;
line-height: 35px;
color: #bbb;
background-size: 30px;
background-position: 10px center;
margin: 0px auto;
text-align: left;
}