判读uc浏览器swiper的问题
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user