#Easy3wMSpin { // 锁屏加载
  position: fixed;
  background: rgba(255, 255, 255, 0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  .spinLoading { // 内容
    position: relative;
    left: 50%;
    top: 50%;
    --size: 48px;
  }
}