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