判读uc浏览器swiper的问题

This commit is contained in:
2025-06-27 17:03:18 +08:00
parent 697ae24a97
commit ddbabe3985
4 changed files with 46 additions and 10 deletions

View File

@@ -30,9 +30,10 @@
.header-PC #header .nav2 .navItem {
font-size: 1rem;
position: relative;
display: grid;
grid-template-columns: auto auto;
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
justify-content: center;
width: 12.5%;
height: 60px;