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.
|
- .statistics {
- display: flex;
- align-items: center;
- justify-content: space-evenly;
- width: 87.5rem;
- padding: 2.125rem 0 1.625rem;
- .backgroundFullImage(url(@/assets/img/home/statistics-bg.png));
-
- &__item {
- display: flex;
- align-items: center;
- width: 9rem;
-
- &__icon {
- width: 3.75rem;
- height: 3.75rem;
- margin-right: 1rem;
- }
-
- &__count {
- color: @home-text-color;
- font-size: 2.25rem;
- font-family: YouSheBiaoTiHei;
- line-height: 3rem;
- }
-
- &__name {
- color: @home-text-color-secondary;
- font-size: 0.875rem;
- }
- }
- }
|