Authored by ccbikai

logo 地址写入css

@@ -10,13 +10,11 @@ @@ -10,13 +10,11 @@
10 line-height: 96rem / $pxConvertRem; 10 line-height: 96rem / $pxConvertRem;
11 11
12 .index-logo { 12 .index-logo {
13 - display: table-cell;  
14 float: left; 13 float: left;
15 - font-size: 50rem / $pxConvertRem;  
16 width: 216rem / $pxConvertRem; 14 width: 216rem / $pxConvertRem;
17 height: 96rem / $pxConvertRem; 15 height: 96rem / $pxConvertRem;
18 - color: #343434;  
19 - vertical-align: middle; 16 + background: url(../img/yohologo.png) left center no-repeat;
  17 + background-size: 104px 25px;
20 opacity: 1; 18 opacity: 1;
21 transition: all 400ms; 19 transition: all 400ms;
22 20
@@ -3,7 +3,6 @@ @@ -3,7 +3,6 @@
3 <div class="index-container"> 3 <div class="index-container">
4 <div class="index-header clearfix"> 4 <div class="index-header clearfix">
5 <div class="index-logo"> 5 <div class="index-logo">
6 - <img src="http://static.dev.yohobuy.com/img/yohologo.png">  
7 </div> 6 </div>
8 <div class="box"> 7 <div class="box">
9 <a href="javascript:void(0);" class="no-search">取消</a> 8 <a href="javascript:void(0);" class="no-search">取消</a>