style.less 381 B

123456789101112131415161718192021222324252627
  1. @import "~assets/less/variable";
  2. .mask {
  3. background-color: fade(@white, 60);
  4. position: absolute;
  5. top: 0;
  6. bottom: 0;
  7. left: 0;
  8. right: 0;
  9. display: flex;
  10. flex-direction: column;
  11. justify-content: center;
  12. align-items: center;
  13. i {
  14. font-size: 1.5em;
  15. &.emptyIcon {
  16. font-size: 2em;
  17. }
  18. }
  19. p {
  20. font-size: 1.25em;
  21. line-height: 2.5em;
  22. }
  23. }