Navigation_wev8.css
1.6 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
.noNavigation{
color: #bbb;
font-size: 14px;
font-family: 'Microsoft Yahei',Arial, Helvetica, sans-serif;
padding: 9px 5px 9px 22px;
}
.navContainer .MEC_NumberRemind{
position: absolute;
top: 17px;
right: 50px;
height: 22px;
width: 22px;
overflow: hidden;
background: none repeat scroll 0 0 red;
text-align: center;
line-height: 22px;
border-radius: 15px;
color: #FFFFFF;
font-family: arial;
font-size: 10px;
}
.navContainer .MEC_NumberRemind1{
font-size: 14px;
}
.navContainer .MEC_NumberRemind2{
font-size: 12px;
}
.navContainer .MEC_NumberRemind3{
font-size: 10px;
line-height: 24px;
}
.navContainer .MEC_NumberRemind4{
font-size: 8px;
line-height: 24px;
}
/*Navigation*/
.navContainer{
list-style: none;
margin: 0px;
padding: 0px;
background-color: #dedede;
}
.navContainer li{
border-bottom: 1px solid #eee;
overflow: hidden;
background-color: #fff;
position: relative;
padding: 0px 72px 0px 50px;
}
.navContainer li.group{
margin-bottom: 15px;
border-bottom: none;
}
.navContainer li .icon{
position: absolute !important;
top: 0px;
left: 0px;
height: 55px;
width: 50px;
}
.navContainer li .icon img{
position: relative;
top: 2px;
height: 20px;
width: 20px;
}
.navContainer li .uiname{
line-height: 55px;
height: 55px;
}
.navContainer li .rightFlag{
position: absolute !important;
top: 0px;
right: 0px;
height: 55px;
width: 35px;
}
.navContainer li .rightFlag img{
position: absolute;
left: 0px;
top: 18px;
}
.navContainer > li.link_active{
background-color: #eee;
}
.navContainer li.no-img{
padding-left: 15px;
}
.navContainer li.no-img .icon{
display: none;
}