.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; } }