@import '../../style/mixins.scss';
@import '../../style/mask.scss';

.dui-loading {
  display: none;
  &__body {
    width: 110px;
    @include center(fixed);
    text-align: center;
    color: rgba(255, 255, 255, .9);
    background-color: #4c4c4c;
    border-radius: 12px;
    z-index: 10000;
    .dui-icon__loading {
      width: 36px;
      height: 36px;
    }
  }
  &.show {
    display: block;
  }
}
