qm-ui
Version:
千米公有云管理端UI基础组件库
41 lines (33 loc) • 513 B
text/less
//空页面提示小图标
.info-icon {
padding: 0 5px;
color: @warning-color;
}
.tips-error {
text-align: center;
padding: 60px 0 20px;
.text {
font-size: 26px;
padding: 10px 0 20px;
}
strong {
color: #6699cc;
font-weight: normal;
}
.ant-btn {
margin-right: 10px;
&:last-child {
margin-right: 0;
}
}
}
.tips-no-open {
position: relative;
top: 100px;
font-size: 14px;
text-align: center;
.qmIcon {
font-size: 60px;
color: #eee;
}
}