Showing
3 changed files
with
2 additions
and
4 deletions
@@ -27,7 +27,6 @@ function downCount(options) { | @@ -27,7 +27,6 @@ function downCount(options) { | ||
27 | 27 | ||
28 | return newDate; | 28 | return newDate; |
29 | }, | 29 | }, |
30 | - | ||
31 | difference = targetDateFunction(),// difference of dates | 30 | difference = targetDateFunction(),// difference of dates |
32 | interval; | 31 | interval; |
33 | 32 |
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | float: left; | 5 | float: left; |
6 | width: 170px; | 6 | width: 170px; |
7 | height: 72px; | 7 | height: 72px; |
8 | - background: resolve('img/trend.png') no-repeat center center; | 8 | + background:no-repeat center center; |
9 | background-size: 90%; | 9 | background-size: 90%; |
10 | background-color: #fff; | 10 | background-color: #fff; |
11 | 11 |
1 | <div class="notice-wrap clearfix"> | 1 | <div class="notice-wrap clearfix"> |
2 | - <div class="trend"> | ||
3 | - </div> | 2 | + <img class="trend" src="{{img}}"> |
4 | <div class="notice" data-time="{{notice.time}}"> | 3 | <div class="notice" data-time="{{notice.time}}"> |
5 | {{# list}} | 4 | {{# list}} |
6 | <a class="notice-item item-{{@index}}" href="{{url}}"> | 5 | <a class="notice-item item-{{@index}}" href="{{url}}"> |
-
Please register or login to post a comment