修复调用hotrank图片地址错误的bug
Code Review By Rock Zhang
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -38,12 +38,12 @@ | @@ -38,12 +38,12 @@ | ||
38 | text-align: center; | 38 | text-align: center; |
39 | font-size: 22rem / $pxConvertRem; | 39 | font-size: 22rem / $pxConvertRem; |
40 | color: #fff; | 40 | color: #fff; |
41 | - background: url("../img/me/employ/rank.png") no-repeat; | 41 | + background: image-url("../img/me/employ/rank.png") no-repeat; |
42 | background-position: center top; | 42 | background-position: center top; |
43 | background-size: auto 100%; | 43 | background-size: auto 100%; |
44 | 44 | ||
45 | &.top { | 45 | &.top { |
46 | - background: url("../img/me/employ/rank-t.png") no-repeat; | 46 | + background: image-url("../img/me/employ/rank-t.png") no-repeat; |
47 | background-position: center top; | 47 | background-position: center top; |
48 | background-size: 100%; | 48 | background-size: 100%; |
49 | line-height: 54rem / $pxConvertRem; | 49 | line-height: 54rem / $pxConvertRem; |
-
Please register or login to post a comment