Commit 59622aed8bb62d0a2e0054fb62f75f2fdb4af42e
1 parent
de961b87
nodata-icon
Showing
3 changed files
with
6 additions
and
0 deletions
resource/img/nodata-icon.png
0 → 100644
45.5 KB
resource/public/commoncss.css
@@ -71,6 +71,11 @@ header{ | @@ -71,6 +71,11 @@ header{ | ||
71 | width: 1200px; | 71 | width: 1200px; |
72 | margin: 30px auto; | 72 | margin: 30px auto; |
73 | } | 73 | } |
74 | +.nodata-icon{ | ||
75 | + width: 100%; | ||
76 | + height: 400px; | ||
77 | + background: url("../../resource/img/nodata-icon.png") no-repeat center center; | ||
78 | +} | ||
74 | /* | 79 | /* |
75 | ================================ | 80 | ================================ |
76 | overflow 公共 | 81 | overflow 公共 |
topages/workquery/workquery.html
@@ -40,6 +40,7 @@ | @@ -40,6 +40,7 @@ | ||
40 | 40 | ||
41 | 41 | ||
42 | <ul class="workquery-list-wrap" id="workquery-list-wrap"> | 42 | <ul class="workquery-list-wrap" id="workquery-list-wrap"> |
43 | + <div class="nodata-icon" ></div> | ||
43 | <li> | 44 | <li> |
44 | <ul class="workquery-list-title clearfix boxshadow"> | 45 | <ul class="workquery-list-title clearfix boxshadow"> |
45 | <li>项目1</li> | 46 | <li>项目1</li> |