Showing
3 changed files
with
3 additions
and
3 deletions
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | <p>i fancy, you like.</p> | 4 | <p>i fancy, you like.</p> |
5 | </div> | 5 | </div> |
6 | <div class="icon-container"> | 6 | <div class="icon-container"> |
7 | - <div class="blk-icon"></div> | 7 | + <span class="blk-icon icon icon-blk"></span> |
8 | <p class="icon-label">YOHO!BLK</p> | 8 | <p class="icon-label">YOHO!BLK</p> |
9 | </div> | 9 | </div> |
10 | </div> | 10 | </div> |
public/img/me/app-icon.png
deleted
100644 → 0
![](/fe/yohoblk-wap/raw/1224faeedebcd08deab9152a89d0591e3bf700f9/public/img/me/app-icon.png)
4.51 KB
@@ -29,8 +29,8 @@ | @@ -29,8 +29,8 @@ | ||
29 | } | 29 | } |
30 | 30 | ||
31 | .blk-icon { | 31 | .blk-icon { |
32 | - background: resolve("me/app-icon.png") no-repeat; | ||
33 | - background-size: 100%; | 32 | + display: block; |
33 | + font-size: 180px; | ||
34 | width: 180px; | 34 | width: 180px; |
35 | height: 180px; | 35 | height: 180px; |
36 | left: 0; | 36 | left: 0; |
-
Please register or login to post a comment