@aimake/nanod
Version:
## 设计模式 NANO DESIGN 是面向于企业级中台化应用的解决方案。服务于 ToB 和 ToE 类型的单页应用,应用于各产品中从而产出了一套设计及前端规范。
36 lines (35 loc) • 724 B
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-empty {
text-align: center;
font-size: 14px;
line-height: 22px;
margin: 0 8px;
}
.ant-empty-image {
margin-bottom: 8px;
height: 100px;
}
.ant-empty-image img {
height: 100%;
}
.ant-empty-description {
margin: 0;
}
.ant-empty-footer {
margin-top: 16px;
}
.ant-empty-small {
margin: 8px 0;
}
.ant-empty-small .ant-empty-image {
height: 35px;
}
.ant-empty-normal {
margin: 32px 0;
}
.ant-empty-normal .ant-empty-image {
height: 40px;
}