Showing
3 changed files
with
6 additions
and
3 deletions
static/img/yohologo.png
0 → 100644
5.23 KB
@@ -10,9 +10,12 @@ | @@ -10,9 +10,12 @@ | ||
10 | 10 | ||
11 | .index-logo { | 11 | .index-logo { |
12 | float: left; | 12 | float: left; |
13 | - font-size: 50rem / $pxConvertRem; | ||
14 | width: 216rem / $pxConvertRem; | 13 | width: 216rem / $pxConvertRem; |
15 | - color: #343434; | 14 | + height: 96rem / $pxConvertRem; |
15 | + background: url(../img/yohologo.png) left center no-repeat; | ||
16 | + background-size: 104px 25px; | ||
17 | + opacity: 1; | ||
18 | + @include transition(all 400ms); | ||
16 | } | 19 | } |
17 | 20 | ||
18 | .index-search { | 21 | .index-search { |
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <div class="index-page yoho-page"> | 2 | <div class="index-page yoho-page"> |
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="iconfont index-logo"></div> | 5 | + <div class="index-logo"></div> |
6 | <form action="{{searchUrl}}" class="index-search"> | 6 | <form action="{{searchUrl}}" class="index-search"> |
7 | <a href="javascript:void(0);" class="no-search">取消</a> | 7 | <a href="javascript:void(0);" class="no-search">取消</a> |
8 | <div class="search-box"> | 8 | <div class="search-box"> |
-
Please register or login to post a comment