nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
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
 
ul,
li {
    list-style: none;
}
 
a,
a:hover,
a:active,
a:link {
    text-decoration: none;
    color: #3d3d3d;
}
 
#nav_box {
    width: 160px;
    height: 250px;
    overflow: hidden;
    margin-top: 40px;
    position: fixed;
    display: none;
    display: block;
}
 
#nav_box #nav-mainbox {
    padding: 0;
 
}
 
#nav-mainbox li {
    background-color: #444d59;
    font-size: 14px;
    position: relative;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #dedede;
    border-bottom-style:inset;
 
}
 
#nav-mainbox li a{
    color: white;
}
 
 
#nav-mainbox li:hover{
    background-color: #ADADAD;
}
.shead{
    position: relative;
    width: 40px;
    height: 40px;
    top: 10px;
    padding: 10px;
 
}
.sfoot{
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 20px;
 
}
#nav-mainbox li ul{
    padding: 0;
}
 
#nav-mainbox li ul li {
    position: relative;
    padding-left: 70px;
    background-color: #3d3d3d;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
#nav-mainbox li ul li:hover{
    background-color: #ccc;
}