@ttk/component
Version:
ttk组件库
41 lines (40 loc) • 926 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 */
.mk-nodata {
font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333;
width: 100%;
height: 100%;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mk-nodata-img {
position: relative;
width: 220px;
height: 220px;
left: 50%;
transform: translate(-50%, 0);
display: block;
}
.mk-nodata-message {
display: block;
text-align: center;
font-size: 13px;
}
.mk-nodata.small img {
width: 120px;
height: 120px;
}
.mk-nodata.mini img {
width: 50px;
height: 50px;
}
.mk-nodata.large img {
width: 250px;
height: 250px;
}