king
2025-03-18 a43efe21b4627d5c6d4a6886f223c7c6e9640182
1
2
3
4
5
6
7
.mk-base-design-wrap {
  .loading-view {
    position: absolute;
    left: calc(50vw - 22px);
    top: calc(30vh + 48px);
  }
}