Browse Source

工作台导航样式统一

luyanan 7 years ago
parent
commit
2a4a2021ec
2 changed files with 6 additions and 5 deletions
  1. 4 3
      cmp-portal/css/cmpindex.css
  2. 2 2
      css/workspace.css

+ 4 - 3
cmp-portal/css/cmpindex.css

@ -11,11 +11,12 @@ a.worksubmenu.cmpBg{color: #FFFFFF;}
11 11
/*右侧内容*/
12 12
.workcon{float:right; margin-left:10px; width:87%; background: #fff;overflow: hidden;}
13 13
.worksubcon{/* padding:20px 16px;*/}
14
.workconleft{width:70%;}
15
.workcontit{height: 60px;padding: 0 20px;font-size:16px;line-height:60px;color: #606060; border-bottom:1px solid #e7e7e7;}
14
.workconleft{width:70%;border-right:1px solid #e5e5e5;}
15
.workcontit{height: 60px;padding: 0 20px;font-size:16px;line-height:60px;color: #606060; border-bottom:1px solid #e5e5e5;}
16 16
17 17
/*////////////工作台/////////////////*/
18
.workblock{width:100%; padding:10px 20px; overflow:hidden; background:#fff; margin:0;margin-bottom:16px;}
18
.workblock{width:100%; padding:10px 20px; overflow:hidden; background:#fff; margin:0;border-top:1px solid #e5e5e5;}
19
.workblock:first-child{border-top:none;}
19 20
.leftlogo{width:56px;overflow:hidden;text-align: center;}
20 21
.cmplogo{width: 140px;height: auto;}
21 22
.rightinfo{position:relative;width:77%;padding:0 10px;}

+ 2 - 2
css/workspace.css

@ -11,8 +11,8 @@ body,html{background: #f4f6f8;}
11 11
12 12
/*左侧菜单*/
13 13
.workmenu{text-align:center; float:left; width:12%; height:auto; background: #fff;overflow: hidden;}
14
a.workmenutit{display: inline-block;background-position:20px center;background-repeat: no-repeat;width:100%;height:48px;font-size:16px;padding-left:10px;line-height:48px;cursor:pointer;color:#313131; }
15
a.worksubmenu{display: inline-block;background-position:20px center;background-repeat: no-repeat;width:100%; height:48px;font-size:16px;padding-left:10px;line-height:48px; color:#313131; cursor:pointer;}
14
a.workmenutit{display: inline-block;background-position:14px center;background-repeat: no-repeat;width:100%;height:48px;font-size:16px;line-height:48px;cursor:pointer;color: #666; }
15
a.worksubmenu{display: inline-block;background-position:14px center;background-repeat: no-repeat;width:100%; height:48px;font-size:16px;line-height:48px;color: #666; cursor:pointer;}
16 16
a.subcolor{ background-color:#ff9900; color:#fff;}
17 17
.nohide{display:none;}
18 18
/*a.workmenutit{background-image:url(../images/g_article_icon_gongzuotai_nor.png);}*/