Authored by ccbikai

logo 地址写入css

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