12345678910111213141516171819202122232425262728 |
- @media screen and (max-width: 768px) {
- .wrap__four {
- .wrap__four-body {
- .wrap__four-total {
- margin-bottom: 20px;
- margin-bottom: 1.25rem;
- :deep(.ant-statistic-content-value-int) {
- font-size: 70px;
- font-size: 4.375rem;
- }
- }
- .wrap__four-desc {
- font-size: 20px;
- font-size: 1.25rem;
- }
- .wrap__four-tips {
- margin-top: 30px;
- margin-top: 1.875rem;
- }
- }
- }
- }
|