|
@ -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;}
|