官网
Showing
3 changed files
with
38 additions
and
0 deletions
| ... | @@ -1329,4 +1329,26 @@ function applyInvitation() { | ... | @@ -1329,4 +1329,26 @@ function applyInvitation() { |
| 1329 | color: #fff; | 1329 | color: #fff; |
| 1330 | } | 1330 | } |
| 1331 | 1331 | ||
| 1332 | @media (max-width: 767px) { | ||
| 1333 | .yaoQing { | ||
| 1334 | img { | ||
| 1335 | height: 80px; | ||
| 1336 | } | ||
| 1337 | |||
| 1338 | .el-image { | ||
| 1339 | height: 80px !important; | ||
| 1340 | width: 63px !important; | ||
| 1341 | } | ||
| 1342 | } | ||
| 1343 | |||
| 1344 | .club { | ||
| 1345 | width: 72px; | ||
| 1346 | |||
| 1347 | .el-image { | ||
| 1348 | height: 80px !important; | ||
| 1349 | width: 63px !important; | ||
| 1350 | } | ||
| 1351 | } | ||
| 1352 | } | ||
| 1353 | |||
| 1332 | </style> | 1354 | </style> | ... | ... |
| ... | @@ -1452,4 +1452,14 @@ function applyInvitation() { | ... | @@ -1452,4 +1452,14 @@ function applyInvitation() { |
| 1452 | right: 5%; | 1452 | right: 5%; |
| 1453 | color: #fff; | 1453 | color: #fff; |
| 1454 | } | 1454 | } |
| 1455 | |||
| 1456 | |||
| 1457 | @media (max-width: 767px) { | ||
| 1458 | .yaoQing { | ||
| 1459 | img { | ||
| 1460 | height: 80px; | ||
| 1461 | } | ||
| 1462 | } | ||
| 1463 | } | ||
| 1464 | |||
| 1455 | </style> | 1465 | </style> | ... | ... |
| ... | @@ -1755,6 +1755,12 @@ async function handelQR(id, type) { | ... | @@ -1755,6 +1755,12 @@ async function handelQR(id, type) { |
| 1755 | justify-content: space-around; | 1755 | justify-content: space-around; |
| 1756 | } | 1756 | } |
| 1757 | } | 1757 | } |
| 1758 | |||
| 1759 | .fixed_gg_l { | ||
| 1760 | img { | ||
| 1761 | height: 80px; | ||
| 1762 | } | ||
| 1763 | } | ||
| 1758 | } | 1764 | } |
| 1759 | 1765 | ||
| 1760 | /* 中等屏幕(平板设备) */ | 1766 | /* 中等屏幕(平板设备) */ | ... | ... |
-
Please register or sign in to post a comment