修改样式

This commit is contained in:
rain
2026-07-07 12:06:25 +08:00
parent c10aa5bc5d
commit 0f6ed0cad3
24 changed files with 1132 additions and 4287 deletions
+24
View File
@@ -576,6 +576,10 @@
Collection Grid (mianfeishoucang.html)
============================================================ */
.cxz-collect-grid {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 20px;
@@ -1540,11 +1544,19 @@
}
.cxz-article-nav {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cxz-recommend-section {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
@@ -1567,6 +1579,10 @@
}
.cxz-recommend-list {
display: flex;
flex-wrap: wrap;
display: grid;
gap: 10px;
margin: 0;
@@ -1575,6 +1591,10 @@
}
.cxz-recommend-list li {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 12px;
@@ -1815,6 +1835,10 @@
}
.cxz-comment-item {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: 44px minmax(0, 1fr);
gap: 14px;