样式补充3

This commit is contained in:
2025-06-26 15:40:56 +08:00
parent 11098de5be
commit 439605c757

View File

@@ -1508,11 +1508,17 @@ video img {
margin-top: 0.6rem; margin-top: 0.6rem;
overflow: hidden; overflow: hidden;
} }
.product_list ul{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.product_list li { .product_list li {
width: 48%; width: 48%;
margin-right:2%; margin-right:2%;
float: left; float: left;
margin-bottom:2%; margin-bottom:4%;
background-color: #fff; background-color: #fff;
text-align: center; text-align: center;
padding-top: 2rem; padding-top: 2rem;