This commit is contained in:
675061370@qq.com
2024-09-14 21:06:44 +08:00
parent df9584cb9e
commit 7af49dbc75
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -358,6 +358,7 @@ a:hover {
margin: 0; margin: 0;
border-radius: 0; border-radius: 0;
text-align: left; text-align: left;
max-width: 282px;
} }
.home.homeNO .content .list .item p { .home.homeNO .content .list .item p {
margin-top: 0; margin-top: 0;
+3
View File
@@ -126,6 +126,9 @@
.home.homeNO .content .list { .home.homeNO .content .list {
padding: 0 3vw 3vw; padding: 0 3vw 3vw;
} }
.home.homeNO .content .list .item{
max-width: 100%;
}
.footerBox { .footerBox {