help.less
678 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
/**
* name : zzf
* info :
*/
.menu {
float: left;
width: 105px;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
display: inline-block;
zoom: 1;
*display:inline;
li {
border-bottom: 1px solid #eee;
height: 35px;
line-height: 35px;
text-align: center;
background: #f9f9f9;
a {
color: #666;
}
}
li.on {
background: #23ac38;
a {
color: #fff;
}
}
}
.help-cont {
margin-left: 150px;
text-align: left;
line-height: 30px;
color: #999;
h5 {
color: #333;
font-size: 14px;
margin-bottom: 10px;
}
}