|
@ -9,9 +9,9 @@
|
9
|
9
|
.updownbtn{text-decoration:underline; color:#333;}
|
10
|
10
|
|
11
|
11
|
/*左侧菜单*/
|
12
|
|
.workmenu{ float:left; width:12%; height:300px; background: #fafafa;border-radius: 6px;overflow: hidden;}
|
|
12
|
.workmenu{text-align:center; float:left; width:12%; height:300px; background: #fafafa;border-radius: 6px;overflow: hidden;}
|
13
|
13
|
a.workmenutit{height: 60px;padding: 0 20px;font-size:16px;line-height:60px; border-bottom:1px #ff9900 solid;cursor:pointer; display:block;color:#313131; }
|
14
|
|
a.worksubmenu{width:100%; height:40px; margin:10px 0; padding-left:30px;font-size:15px;line-height:40px; color:#313131; cursor:pointer;display: block;}
|
|
14
|
a.worksubmenu{width:100%; height:40px; margin:10px 0; font-size:15px;line-height:40px; color:#313131; cursor:pointer;display: block;}
|
15
|
15
|
a.worksubmenu.subcolor{ background:#ff9900; color:#fff;}
|
16
|
16
|
.nohide{display:none;}
|
17
|
17
|
|