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