style:样式修改3

This commit is contained in:
2025-07-11 17:15:44 +08:00
parent 1ce367999e
commit 0cc4ea2936

View File

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