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 422 B

123456789101112131415161718192021
  1. .home {
  2. height: 100%;
  3. overflow-y: auto;
  4. font-family: Alibaba;
  5. &__separator {
  6. position: relative;
  7. z-index: 10;
  8. display: block;
  9. width: 97.5rem;
  10. height: 8.375rem;
  11. margin: -10.75rem auto 0;
  12. }
  13. &__dataset-mirror {
  14. background-image: url(@/assets/img/home/dataset-bg.png);
  15. background-repeat: no-repeat;
  16. background-position: top 6.25rem left;
  17. background-size: 100% 100%;
  18. }
  19. }