UNPKG

@ttk/component

Version:

ttk组件库

33 lines (32 loc) 799 B
/* 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-loadingMask { font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; } .mk-loadingMask-1 { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 999999; display: flex; justify-content: center; align-items: center; } .mk-loadingMask-2 { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 999999; display: flex; justify-content: center; align-items: center; } .mk-loadingMask-3 { background-color: rgba(55, 55, 55, 0.6); }