You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.less 336 B

12345678910111213141516171819
  1. .kf-spin {
  2. position: absolute;
  3. top: 0;
  4. right: 0;
  5. bottom: 0;
  6. left: 0;
  7. z-index: 1001;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. justify-content: center;
  12. background-color: rgba(255, 255, 255, 0.3);
  13. &__label {
  14. margin-top: 20px;
  15. color: @text-color;
  16. font-size: @font-size-content;
  17. }
  18. }