feat: mobile产品分类
This commit is contained in:
25
public/static/index/mobile/css/product_category.css
Executable file
25
public/static/index/mobile/css/product_category.css
Executable 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;
|
||||
}
|
||||
9
public/static/index/mobile/css/product_subcategory.css
Executable file
9
public/static/index/mobile/css/product_subcategory.css
Executable 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;
|
||||
}
|
||||
Reference in New Issue
Block a user