feat: mobile产品分类

This commit is contained in:
2025-05-24 17:03:25 +08:00
parent 3d3aab18a0
commit 2c8cde6274
5 changed files with 203 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
.oricoEGapp-catelists {
display: flex;
flex-direction: column;
}
.oricoEGapp-catelists .first_list_category {
margin-top: 50px;
width: 100%;
overflow-x: auto;
height: 3.4rem;
background-color: transparent;
}
.oricoEGapp-catelists .scroller ul {
background-color: #fafafa;
list-style-type: none;
margin: 0;
padding: 0;
white-space: nowrap;
}
.oricoEGapp-catelists .scroller ul li {
display: inline-block;
margin-right: 10px;
padding: 10px;
cursor: pointer;
padding-bottom: 15px;
}

View File

@@ -0,0 +1,9 @@
.oricoEGapp-subcatelists {
position: relative;
}
.oricoEGapp-subcatelists .product_list {
margin-top: 4.5rem;
}
.oricoEGapp-subcatelists .product_list .img_p {
margin: 0 auto;
}