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 | 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 公共 | ... | ... |