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

123456789101112131415161718192021222324252627282930
  1. .total-statistics {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. height: 140px;
  6. padding: 0 35px;
  7. // // 媒体查询
  8. // @media screen and (max-width: 1600px) {
  9. // flex: auto;
  10. // }
  11. &__icon {
  12. width: 80px;
  13. margin-right: 20px;
  14. }
  15. &__title {
  16. position: relative;
  17. margin-bottom: 6px;
  18. color: @text-color-secondary;
  19. font-size: @font-size-content;
  20. }
  21. &__count {
  22. color: @text-color;
  23. font-size: 26px;
  24. font-family: DingTalk-JinBuTi;
  25. }
  26. }