styles@768.less 483 B

12345678910111213141516171819202122232425262728
  1. @media screen and (max-width: 768px) {
  2. .wrap__four {
  3. .wrap__four-body {
  4. .wrap__four-total {
  5. margin-bottom: 20px;
  6. margin-bottom: 1.25rem;
  7. :deep(.ant-statistic-content-value-int) {
  8. font-size: 70px;
  9. font-size: 4.375rem;
  10. }
  11. }
  12. .wrap__four-desc {
  13. font-size: 20px;
  14. font-size: 1.25rem;
  15. }
  16. .wrap__four-tips {
  17. margin-top: 30px;
  18. margin-top: 1.875rem;
  19. }
  20. }
  21. }
  22. }