Browse Source

修改查询专家点击咨询后提交成功后再滑动鼠标,下面的地址栏就跟着上去了

xuchunyang 8 years ago
parent
commit
9a830e01aa
2 changed files with 2 additions and 2 deletions
  1. 1 1
      css/common.css
  2. 1 1
      js/common.js

+ 1 - 1
css/common.css

@ -197,7 +197,7 @@ footer .beian-icon{float: left;margin:0 4px; width:14px; height:14px; background
197 197

198 198
/*新版footer*/
199 199

200
footer{position: absolute;right:0; left: 0;bottom:0;background: #333;color:#888;font-size:16px;line-height:30px;/*padding:40px 0 0 0;*/}
200
footer{position: absolute;right:0; left: 0;bottom:0;background: #333;color:#888;font-size:16px;line-height:30px;/*padding:40px 0 0 0;*/z-index:999;}
201 201
footer a{color:#888;text-decoration: none;}
202 202
footer p .listlink{margin-right:25px;color:#888;}
203 203
footer .bottom-block{padding:30px 0;}

+ 1 - 1
js/common.js

@ -428,7 +428,7 @@ function sendConsultHandler(professorId){
428 428
			"complete":function(){
429 429
				//$(".consultapply").remove();
430 430
				$(".blackcover").remove();
431
				$("body").css("position","static");
431
				$("body").css("position","");
432 432
				$.MsgBox.Alert("消息提醒","咨询申请成功");
433 433
			},
434 434
		});