tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
32 lines (30 loc) • 773 B
text/less
@empty-prefix-cls: ~'@{ant-prefix}-exception';
.@{empty-prefix-cls} {
& {
min-height: 500px;
height:100%;
padding-top: 110px;
background-color: #fff;
border-radius: calc(@border-radius-base * 2);
}
&-desc{
text-align: center;
margin-top: 16px;
max-width: 92%;
margin-left: auto;
margin-right: auto;
>h1{
font-family: PingFangSC-Medium;
font-size: 20px;
font-weight: 500;
margin-bottom: 2px ;
text-align: center;
}
>div{
font-family: PingFangSC-Regular;
font-size: 14px;
color: @text-color-secondary;
text-align: center;
}
}
}