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