Selaa lähdekoodia

底部二维码被遮盖问题

luyanan 8 vuotta sitten
vanhempi
commit
f368567e4f
2 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 2 2
      css/common.css
  2. 2 2
      css/index.css

+ 2 - 2
css/common.css

@ -87,7 +87,7 @@ input{ outline:none;}
87 87
#container{ min-width:1100px;padding-bottom:100px; background:#fff;overflow: hidden;}
88 88
.contentBody{width:1050px;height:auto; margin:10px auto; padding:80px 0 2px 0; }
89 89
/*footer部分*/
90
#footer{ min-width:1100px;background:#ff9900;clear: both;height:100px; position: absolute;bottom:0;right: 0;left: 0; z-index: 100; text-align:center;}
90
#footer{ min-width:1100px;background:#ff9900;clear: both;height:100px; position: absolute;bottom:0;right: 0;left: 0; z-index: 299; text-align:center;}
91 91
#footer .wrapper {margin-left:80px;position: relative;padding: 15px 0; min-width:1000px;}
92 92
#footer .footer-logo {display: block;width:80px;height:40px;background: url(../images/logo2.png) 0 0 no-repeat;background-size:100% 100%;}
93 93

@ -100,7 +100,7 @@ input{ outline:none;}
100 100
#footer .inner_wrapper {padding-top: 12px;line-height: 14px;white-space: nowrap;overflow:hidden;}
101 101
#footer .inner_wrapper .codebox{ background:#fff;border-radius:8px;overflow:hidden;padding:2px 2px 10px 2px;margin:0 6px;float:left;}
102 102
#footer .inner_wrapper .codebox p{ line-height:14px; font-size:12px;}
103
#footer .code{border: 2px solid #ccc;border-radius: 4px;position: absolute;top: -210px;left: 50%;margin-left: -100px;display: none;width: 200px;height: 200px;background-position:center center; background-repeat:no-repeat;}
103
#footer .code{border: 2px solid #ccc;border-radius: 4px;position: absolute;top: -210px;left: 50%;margin-left: -100px;z-index:300;display: none;width: 200px;height: 200px;background-position:center center; background-repeat:no-repeat;}
104 104

105 105
#footer .code.weixin_code{ background-image:url(../images/weixin_code.jpg); background-size:100% 100%;}
106 106
#footer .code.app_code{ background-image:url(../images/app_android_code.jpg); background-size:100% 100%;}

+ 2 - 2
css/index.css

@ -211,7 +211,7 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
211 211
/*------------------------------------------------------------------------------------*/
212 212
/*专家信息页*/
213 213
/*咨询模块按钮入口*/
214
.coulstblock{position:fixed;width:100%;bottom:0;right:0;z-index:999;background:rgba(256,256,256,.9); border:1px solid #dddddd; border-radius:4px 4px 0 0; box-shadow: -3px -2px 8px -1px rgba(0,0,0,0.2); display:none;}
214
.coulstblock{position:fixed;width:100%;bottom:0;right:0;z-index:200;background:rgba(256,256,256,.9); border:1px solid #dddddd; border-radius:4px 4px 0 0; box-shadow: -3px -2px 8px -1px rgba(0,0,0,0.2); display:none;}
215 215
.coulstblock .coulstbox{display:block;padding:10px 20px;width:90%;margin:auto; overflow:hidden;}
216 216
.coulstblock .coulstbox .prohead{ width:80px;margin-left:40px; overflow:hidden;}
217 217
.coulstblock .coulstbox .proinfomation{margin:0 2%;max-width:50%; overflow:hidden;}
@ -244,7 +244,7 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
244 244
#orgImage{display:none;}
245 245
/*专家信息内容*/
246 246
.information-content{  width:1050px;height:auto; margin:auto;margin-top:20px; position:relative;overflow: hidden;}
247
.content-left{min-height:394px;max-width: 252px;width:24%; float:left;overflow:hidden;z-index:100; }
247
.content-left{min-height:394px;max-width: 252px;min-width: 250px;width:24%; float:left;overflow:hidden;z-index:100; }
248 248
.menublock{ margin-bottom:10px;width:100%; background:#fff; border:1px #eaeaea solid; padding-bottom:10px;}
249 249
.left-title{ width:165px; height:44px;font-size:20px;line-height:44px; border-bottom:1px #ffad55 solid; padding-left:10px; }
250 250
.subsidebar{ display:block; width:100%; height:26px; padding-left:18px;font-size:14px;line-height:26px;color:#313131; margin-top:5px;}