Browse Source

企业版顶部导航下拉菜单ie兼容问题以及ie表单行高问题
科袖网设置页面内容内容被遮挡问题

luyanan 8 years ago
parent
commit
e9d72ca397
5 changed files with 10 additions and 7 deletions
  1. 1 0
      cmp-portal/css/cmpindex.css
  2. 5 3
      cmp-portal/css/common.css
  3. 1 1
      cmp-portal/js/public/cmpHeader.js
  4. 1 1
      css/common.css
  5. 2 2
      css/index.css

+ 1 - 0
cmp-portal/css/cmpindex.css

@ -62,6 +62,7 @@ a.worksubmenu.cmpBg{color: #FFFFFF;}
62 62
.workselectitem table tr .workcheck{ text-align:center;}
63 63
.worksitcon{ width:100%;margin-top:0; overflow:hidden; }
64 64
.worksitcon .titList{font-weight:bold;font-size:14px;padding-right: 130px;}
65
.worksitcon .titList em{font-style: normal;}
65 66
.worksitcon .lasttime{ font-size:13px; color:#666;}
66 67
.worksitcon .lasttime.rightTime{position: absolute; right: 20px;top:0}
67 68
.worksitcon span{ padding-right:4px;}

+ 5 - 3
cmp-portal/css/common.css

@ -518,7 +518,7 @@ a:active,a:hover{outline:0;text-decoration:none;}
518 518
/*倒三角*/
519 519
.to-bottom {display: inline-block;overflow: hidden;width: 0px;height: 0px;border: 6px solid #ccc;border-color: #ccc #fff; border-width: 6px 6px 0 6px;position: absolute;right: 0;top: 40%;}
520 520
/*/////////////////////表单样式/////////////////////// */
521
.frmtype{border:1px #b5b5b5 solid;font-size:14px;outline: none; padding:6px 20px 6px 10px;border-radius: 6px;}
521
.frmtype{border:1px #b5b5b5 solid;font-size:14px;line-height:16px;outline: none; padding:6px 20px 6px 10px;border-radius: 6px;}
522 522
.frmtype:focus{box-shadow: none;outline:none;border-color:#28b8fa;}
523 523
.frmtypeW{width:98%;margin: auto;}
524 524
textarea.frmtype{height:100px;}
@ -603,8 +603,10 @@ button.btnModelBig:hover{
603 603
.nodatabox .keyword{font-size:20px; padding:0 6px;color:#555555;}
604 604
/***********************缺省页面*******************/
605 605

606
.containerCon{width:1100px;padding:0 20px;position:relative; margin:auto;overflow: hidden; }
607
.overInitial{overflow:initial;}
606
.containerCon{width:1100px;padding:0 20px;position:relative; margin:auto;}
607
.containerCon:before,.containerCon:after{display:table;content:" "}
608
.containerCon:after{clear: both;}
609
/*.overInitial{overflow:initial;}*/
608 610
/*新版footer*/
609 611
footer{position: absolute;right:0; left: 0;bottom:0;background: #373d41;color:#888;font-size:16px;line-height:30px;}
610 612
footer .containerCon{background: #373d41;}

+ 1 - 1
cmp-portal/js/public/cmpHeader.js

@ -8,7 +8,7 @@
8 8
								'</div>' +
9 9
						'</div>' +	
10 10
					'<div class="container-fulid navheader">'+
11
					  '<div class="containerCon clearfix overInitial">'+
11
					  '<div class="containerCon clearfix">'+
12 12
					  		'<div class="floatL">'+
13 13
									'<div class="headlogo floatL">'+
14 14
											'<a href="javascript:;"><h1></h1></a>'+

+ 1 - 1
css/common.css

@ -186,7 +186,7 @@ button.btnModel[disabled]:hover{background:#d6d8de;}
186 186
}
187 187

188 188
/*认证标识相关*/
189
.authiconNew{/*position:absolute;top:1px;*/display: inline-block;margin-left:4px;background-position: center;background-repeat: no-repeat;}
189
.authiconNew{position:relative;top:2px;display: inline-block;margin-left:4px;background-position: center;background-repeat: no-repeat;}
190 190
.authicon-pro{width:16px;height:16px;background-image:url(../images/porfile_icon_zhuanjia_nor.png);background-size: cover;}/*科袖认证专家*/
191 191
.authicon-com-ok{width:16px;height:16px;background-image:url(../images/porfile_icon_qiye_hig.png);background-size: cover;}/*认证企业*/
192 192
.authicon-com-no{width:16px;height:16px;background-image:url(../images/porfile_icon_qiye_nor.png);background-size: cover;}/*未认证企业*/

+ 2 - 2
css/index.css

@ -1,4 +1,4 @@
1
\n @charset "utf-8";
1
 @charset "utf-8";
2 2
/* CSS Document */
3 3

4 4
html, body{}
@ -145,7 +145,7 @@ input{ outline:none;}
145 145
.industrybox{font-size:14px; color:#999;  }
146 146
/*------------------------------------------------------------------------------------*/
147 147
/*账号设置*/
148
.account{ width:1050px; min-height:100px; margin:auto; padding: 40px 0;}
148
.account{ width:1050px; min-height:100px; margin:auto; padding: 40px 0;overflow: hidden;}
149 149
.account-set{ width:12%; min-height: 280px; float:left; background:#f8f8f8; border-radius:6px; margin-top:50px; overflow:hidden;}
150 150
.account-title{ height:58px; padding:0 20px;font-size:17px;line-height:68px;color:#a3a3a3;}
151 151
.leftsidebar{ display:block; width:100%; height:40px; padding-left:30px;font-size:15px;line-height:40px; color:#313131;}