Commit ddae00cfe48b7bc8f5e7a7aed874e88a17747756

Authored by Andy
2 parents 0486a995 59622aed

Merge branch 'test' of http://192.168.1.195:9998/web_developers/workreport into test

resource/img/nodata-icon.png 0 → 100644

45.5 KB

resource/public/commoncss.css
... ... @@ -71,6 +71,11 @@ header{
71 71 width: 1200px;
72 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 81 overflow 公共
... ...
topages/workquery/workquery.html
... ... @@ -40,6 +40,7 @@
40 40  
41 41  
42 42 <ul class="workquery-list-wrap" id="workquery-list-wrap">
  43 + <div class="nodata-icon" ></div>
43 44 <li>
44 45 <ul class="workquery-list-title clearfix boxshadow">
45 46 <li>项目1</li>
... ...