正在显示
2 个修改的文件
包含
10 行增加
和
2 行删除
@@ -4,7 +4,15 @@ body, html { | @@ -4,7 +4,15 @@ body, html { | ||
4 | background-color: #f5f6fa; | 4 | background-color: #f5f6fa; |
5 | 5 | ||
6 | } | 6 | } |
7 | - | 7 | +.no-data { |
8 | + width: 100%; | ||
9 | + height: 100%; | ||
10 | + display: flex; | ||
11 | + align-items: center; | ||
12 | + justify-content: center; | ||
13 | + color: #CCCCCC; | ||
14 | + font-size: 0.3rem; | ||
15 | +} | ||
8 | .head { | 16 | .head { |
9 | width: 100%; | 17 | width: 100%; |
10 | height: 0.88rem; | 18 | height: 0.88rem; |
-
请 注册 或 登录 后发表评论