UNPKG

@fe6/water-pro

Version:

An enterprise-class UI design language and Vue-based implementation

35 lines (34 loc) 821 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 */ /** @format */ @font-face { font-weight: bold; font-family: 'DINAlternate-Bold'; font-style: normal; src: url(https://cdn.dev.mosh.cn/assets/font/din_alternate_bold.ttf) format('truetype'); } .ant-loading { position: fixed; top: 0; left: 0; z-index: 200; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; } .ant-loading-absolute { position: absolute; top: 0; left: 0; z-index: 300; } .ant-loading-spin { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }