style:样式修改3

This commit is contained in:
2025-07-11 17:15:44 +08:00
parent 061ded4a61
commit 688fa3f55b

View File

@@ -38,12 +38,11 @@
.orico_Page_subcategory .pageMain .ori-pd-title { .orico_Page_subcategory .pageMain .ori-pd-title {
font-size: 1.5em; font-size: 1.5em;
color: #101010; color: #101010;
margin-bottom: 1.25rem;
} }
.orico_Page_subcategory .pageMain .ori-pd-list { .orico_Page_subcategory .pageMain .ori-pd-list {
display: flex; display: flex;
flex-wrap: wrap; /* 自动换行 */ flex-wrap: wrap;
justify-content: flex-start; /* 水平方向均匀分布 */ justify-content: flex-start;
margin-bottom: 2% ; margin-bottom: 2% ;
} }
.orico_Page_subcategory .pageMain .ori-pd-list .oripditem { .orico_Page_subcategory .pageMain .ori-pd-list .oripditem {