Browse Source

专家基本信息展示

luyanan 8 years ago
parent
commit
50f1f11e81
1 changed files with 2 additions and 2 deletions
  1. 2 2
      css/index.css

+ 2 - 2
css/index.css

@ -226,10 +226,10 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
226 226
.coulstbtn .attentBtn.attented{color:#ffffff;padding-left:24px;background: #f4c600;border:1px solid #f4c600;}
227 227
.coulstbtn .attentBtn.attented em{background:url(../images/favoricon.png) 0 -48px no-repeat;background-size:100% auto;left:28px;}
228 228
/*专家信息头部*/
229
.information-head{ width:1050px; margin:auto;background:#fff; border:1px  solid #eaeaea; margin-top:30px; padding:20px 30px; position: relative;}
229
.information-head{ height:100%;width:1050px; margin:auto;background:#fff; border:1px  solid #eaeaea; margin-top:30px; padding:20px 30px; position: relative;}
230 230
.head-left{ float:left;width:200px; height:200px; position:relative;overflow:hidden;}
231 231
.replace-photo{ display:block; width:100%; height:50px; position:absolute; bottom:-50px;background:url(../images/take-photo.png) no-repeat center center; background-color:rgba(0,0,0,0.4);font-size:16px;line-height:44px; color:#fff; text-align:center;}
232
.head-center{ float:left; min-height:150px;margin: 0px 30px;min-width: 50%;}
232
.head-center{ float:left; min-height:150px;padding-bottom:32px;margin: 0px 30px;min-width: 50%; max-width: 58%;}
233 233
.input-txt{ width:180px; height:26px; color:#666; border-radius:5px; border:1px #f99550 solid; box-shadow:0 0 1px #f99550 inset; float:left; padding-left:10px;}
234 234
.infor{clear:both; width:100%;overflow:hidden; margin:10px; }
235 235
.infor2{clear:both; width:100%; margin:10px; }