Browse Source

搜索条和导航头像

luyanan 8 years ago
parent
commit
4ec079af5c
3 changed files with 4 additions and 4 deletions
  1. 1 1
      cmp-portal/css/common.css
  2. 2 2
      css/common.css
  3. 1 1
      css/index.css

+ 1 - 1
cmp-portal/css/common.css

@ -648,7 +648,7 @@ header .headnav{margin:0 14px;}
648 648
header .headnav li{float:left;margin:0 4px; padding:14px 0;}
649 649
header .headnav li a{ color:#666; padding:14px 18px;}
650 650
header .headuserimg{position:relative;padding: 10px 0 10px 20px; width: 60px;height: 60px;}
651
header .headuser{overflow: hidden;border:1px solid #999; width: 40px;height: 40px;display: table-cell; vertical-align:middle; text-align:center;cursor: pointer;}
651
header .headuser{overflow: hidden;border:1px solid #E5E5E5; width: 40px;height: 40px;display: table-cell; vertical-align:middle; text-align:center;cursor: pointer;}
652 652
header .headuser img{max-width: 40px;max-height: 100%;vertical-align:middle;height:auto !important; overflow-y:auto;}
653 653
header .headnavbtn{margin:14px 6px;}
654 654
header .headnavbtn a{color:#666;}

+ 2 - 2
css/common.css

@ -207,7 +207,7 @@ footer .weixincode span{background-image:url(../images/home_code_weixin.jpg);bac
207 207
.topheader a:hover{color:#FFFFFF;}
208 208
.topheader .downicon{background: url(../images/top_icon_shouji_nor.png) 0 center no-repeat;padding-left:18px;}
209 209

210
.searchblock{ width:280px; height:39px;background:#fff;border:2px solid #d8d8d8;border-radius:6px;overflow: hidden; position:absolute; left:50%; top:50%; margin-left:-140px; margin-top:-19.5px;}
210
.searchblock{ width:280px; height:39px;background:#fff;border:1px solid #d8d8d8;border-radius:6px;overflow: hidden; position:absolute; left:50%; top:50%; margin-left:-140px; margin-top:-19.5px;}
211 211
.search-txt{ width:240px;line-height:35px; height:35px;border:none; behavior:url(../js/ie-css3.htc); float:left;font-size:14px;padding-left:10px; color:#444;}
212 212
.search-btn{ width:35px; height:35px; float:right; behavior:url(../js/ie-css3.htc);cursor:pointer;}
213 213
.search-icon{ display:block; width:20px; height:20px; background:url(../images/index-icon.png) no-repeat; background-position:left; margin:8px;}
@ -221,7 +221,7 @@ header .headnav{margin:0 14px;}
221 221
header .headnav li{float:left;margin:0 4px; padding:14px 0;}
222 222
header .headnav li a{ color:#666; padding:14px 18px;}
223 223
header .headuserimg{position:relative;padding: 10px 0 10px 20px; width: 60px;height: 60px;}
224
header .headuser{overflow: hidden;border:1px solid #999; width: 40px;height: 40px;display: table-cell; vertical-align:middle; text-align:center;cursor: pointer;}
224
header .headuser{overflow: hidden;border:1px solid #E5E5E5; width: 40px;height: 40px;display: table-cell; vertical-align:middle; text-align:center;cursor: pointer;}
225 225
header .headuser img{max-width: 40px;max-height: 100%;vertical-align:middle;height:auto !important; overflow-y:auto;}
226 226
header .headnavbtn{margin:14px 6px;}
227 227
header .headnavbtn a{color:#666;font-size:15px;}

+ 1 - 1
css/index.css

@ -241,7 +241,7 @@ input[type='radio'].radio:checked + .radio {background:url(../images/redio.png)
241 241
.coulstbtn .shareWeixin{background: #52DA4D;}
242 242
.shareCode{background:#FFFFFF;border:6px solid rgba(0,0,0,.2);padding:8px;position: absolute;bottom:40px;left:0;display: none;width: 260px;}
243 243
.shareCode img{width:80px;height:80px;}
244
.shareCode .shareWord{width: 126px;margin:10px;color:#666666;text-align: left;}
244
.shareCode .shareWord{width: 126px;margin:10px;color:#666666;text-align: left;font-size: 14px; line-height: 20px;}
245 245
.coulstbtn .attentBtn{position:relative;padding-left:20px;border:1px solid #ff9900;color:#ff9900;background: transparent;}
246 246
.coulstbtn .attentBtn em{position:absolute;top:50%;margin-top:-8px;left:34px;display:inline-block; width:16px;height:18px;background:url(../images/favoricon.png) 0 -32px no-repeat;background-size:100% auto;}
247 247
.coulstbtn .attentBtn i{font-style: normal;}