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.
|
- .home {
- height: 100%;
- overflow-y: auto;
- font-family: Alibaba;
-
- &__separator {
- position: relative;
- z-index: 10;
- display: block;
- width: 97.5rem;
- height: 8.375rem;
- margin: -10.75rem auto 0;
- }
-
- &__dataset-mirror {
- background-image: url(@/assets/img/home/dataset-bg.png);
- background-repeat: no-repeat;
- background-position: top 6.25rem left;
- background-size: 100% 100%;
- }
- }
|