layui/src/component/empty/index.less

21 lines
262 B
Plaintext
Raw Normal View History

2021-11-17 15:51:15 +00:00
.layui-empty {
margin: 0 8px;
font-size: 14px;
line-height: 22px;
text-align: center;
2021-11-17 15:51:15 +00:00
}
.layui-empty-image {
height: 100px;
margin-bottom: 8px;
2021-11-17 15:51:15 +00:00
}
.layui-empty-image img {
height: 100%;
margin: auto;
2021-11-17 15:51:15 +00:00
}
.layui-empty-description {
margin: 0;
}