EMobile50Head_wev8.css
1020 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
50
51
52
.menuList{
border-radius: 6px;
position: absolute;
width: 50%;
left: 25%;
top: 15px;
box-shadow: 0 0 15px rgba(0, 0, 0, .1);
z-index: 20;
box-sizing: border-box;
}
.menuList:before {
position: absolute;
top: -15px;
left: 50%;
width: 0;
height: 0;
margin-left: -15px;
content: '';
border-right: 15px solid transparent;
border-bottom: 15px solid #444;
border-left: 15px solid transparent;
}
.menuList .table-view{
background-color: #444;
border-radius: 6px;
box-sizing: border-box;
line-height: 21px;
margin-bottom: 0px;
margin-top: 0px;
max-height: 300px;
overflow: auto;
padding-left: 0px;
}
.menuList .menuSpan{
border-bottom: 1px solid #555;
color: #fff;
box-sizing: border-box;
font-family: 'Helvetica Neue', sans-serif;
font-size: 17px;
font-style: normal;
font-variant: normal;
font-weight: normal;
display: list-item;
height: 44px;
overflow: hidden;
padding: 11px 65px 11px 15px;
position: relative;
text-align: left;
}
.menuList .menuSpan:last-child {
border-bottom: 0;
}