feat: 新品上市

This commit is contained in:
2025-04-27 15:18:21 +08:00
parent 31744ee208
commit 7e7ea4dda7
6 changed files with 695 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
.orico_Page_newproducts {
width: 100%;
position: relative;
height: 100vh;
min-height: 100vh;
overflow-y: auto;
overflow-x: hidden;
background: #f9f9f9;
@@ -25,7 +25,7 @@
object-fit: cover;
transition: opacity 1s ease-in-out;
}
.orico_Page_newproducts .opdbannerImg:first-child {
.orico_Page_newproducts .opdbanner>a:first-child {
display: block;
}
.orico_Page_newproducts .oricoNewPrMain {