NavHeader_wev8.css
841 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
.navHeaderContainer{
padding:0 0 0 15px;
margin:12px 0;
border-left:4px solid #999;
position: relative;
}
.navHeaderContainer .title{
font-size:22px;
}
.navHeaderContainer .btnWrap{
font-size: 12px;
position: absolute;
top: 0px;
right: 0px;
padding-right: 8px;
}
.navHeaderContainer .btnWrap .btn{
height: 28px;
line-height: 28px;
background-color: #017afd;
color: #fff;
font-family: 'Microsoft Yahei',Arial;
font-size: 12px;
display: inline-block;
margin-right: 5px;
padding: 0 8px;
cursor: pointer;
border-radius: 5px;
}
.navHeaderContainer .btnWrap .imgBtn{
display: inline-block;
margin-right: 5px;
cursor: pointer;
height: 28px;
line-height: 28px;
}
.navHeaderContainer .btnWrap .imgBtn img{
vertical-align: top;
width: 28px;
height: 28px;
}
.navHeaderContainer .small-title{
font-size:10px;
color:#999;
}