判读uc浏览器swiper的问题

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

View File

@@ -29,17 +29,27 @@
justify-content: space-between;
}
.orico_footer .fotter .footerMain .foottxttop .foootCt {
gap: 1.5rem;
display: grid;
/* gap: 1.5rem;
display: grid; */
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
.orico_footer .fotter .footerMain .foottxttop .foootCt .ftitle {
font-weight: 700;
color: #fff;
font-size: 1.25rem;
margin-bottom: 30px;
}
.orico_footer .fotter .footerMain .foottxttop .foootCt ul {
display: grid;
gap: 0.75rem;
/* display: grid;
gap: 0.75rem; */
display: flex;
flex-direction: column;
}
.orico_footer .fotter .footerMain .foottxttop .foootCt ul li{
margin-bottom: 15px;
}
.orico_footer .fotter .footerMain .foottxttop .foootCt ul .fline {
color: #fff;
@@ -50,7 +60,7 @@
.orico_footer .fotter .footerMain .foottxtbottom {
padding-left: 14%;
display: grid;
padding-top: 8%;
padding-top: 4%;
}
.orico_footer .fotter .footerMain .foottxtbottom .ftopicos {
display: flex;

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;