Browse Source

修改专家咨询入口样式

luyanan 8 years ago
parent
commit
c9593f899b
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/main/webapp/css/index.css

+ 5 - 5
src/main/webapp/css/index.css

@ -201,11 +201,11 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
201 201
/*------------------------------------------------------------------------------------*/
202 202
/*专家信息页*/
203 203
/*咨询模块按钮入口*/
204
.coulstblock{position:fixed;width:100%; min-width:1050px; bottom:0;right:0;z-index:999; display:none;}
205
.coulstblock .coulstbox{display:block;height:100px; padding:10px 20px; background:rgba(256,256,256,.9); border:1px solid #ccc; border-radius:4px 4px 0 0; box-shadow: -3px -2px 8px -1px rgba(0,0,0,0.2); cursor: pointer;}
206
.coulstblock .coulstbox .prohead{ width:80px; height:80px;margin-left:40px; overflow:hidden;}
207
.coulstblock .coulstbox .proinfomation{height:80px;margin:0 2%; overflow:hidden;}
208
.coulstblock .coulstbox .coulstbtn{padding:24px 10px; margin-left:10px;}
204
.coulstblock{position:fixed;width:100%;bottom:0;right:0;z-index:999; cursor: pointer; background:rgba(256,256,256,.9); border:1px solid #ccc; border-radius:4px 4px 0 0; box-shadow: -3px -2px 8px -1px rgba(0,0,0,0.2); display:none;}
205
.coulstblock .coulstbox{display:block;padding:10px 20px; overflow:hidden;}
206
.coulstblock .coulstbox .prohead{ width:80px;margin-left:40px; overflow:hidden;}
207
.coulstblock .coulstbox .proinfomation{margin:0 2%;width:60%; overflow:hidden;}
208
.coulstblock .coulstbox .coulstbtn{padding:24px 10px; margin-right: 20px;}
209 209
.coulstblock .coulstbox .coulstbtn span,#conbtn span{padding:4px 20px; display:block; width:80px; border-radius:2px; text-align:center; color:#fff; background:#ff9900;cursor:pointer}
210 210
/*专家信息头部*/
211 211
.information-head{ width:1050px; margin:auto;background:#fff; border:1px  solid #eaeaea; margin-top:30px; overflow:hidden; padding:20px 50px;}