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.
|
- .total-statistics {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 140px;
- padding: 0 35px;
-
- // // 媒体查询
- // @media screen and (max-width: 1600px) {
- // flex: auto;
- // }
-
- &__icon {
- width: 80px;
- margin-right: 20px;
- }
-
- &__title {
- position: relative;
- margin-bottom: 6px;
- color: @text-color-secondary;
- font-size: @font-size-content;
- }
-
- &__count {
- color: @text-color;
- font-size: 26px;
- font-family: DingTalk-JinBuTi;
- }
- }
|