修改样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user