@import (reference) '../styles/index.less';

.@{prefix}-dynamicPage-spinning-mask {
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    .lingxi-app-pc-spin-text {
      font-size: 14px;
      margin-top: 5px;
    }
  }
