This commit is contained in:
Azmat@qq.com
2026-08-20 12:52:05 +08:00
parent c7520e93b7
commit ba1613f2b5
32 changed files with 336 additions and 139 deletions
+9 -5
View File
@@ -18,6 +18,11 @@
.models-page { margin: -28px -24px -48px; }
}
.models-page .ml-inner {
width: min(1560px, 100%);
margin: 0 auto;
}
.models-page .ml-head {
min-height: 76px;
display: flex;
@@ -105,8 +110,8 @@
.models-page .ml-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 14px;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
.models-page .ml-card {
position: relative;
@@ -254,11 +259,10 @@
.models-page .ml-sel-confirm { color: #fff; background: #002fa7; }
.models-page .ml-sel-confirm:disabled { opacity: 0.4; cursor: not-allowed; }
@media (max-width: 1280px) {
.models-page .ml-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1500px) {
.models-page .ml-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
.models-page .ml-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.models-page .ml-sel-bar { left: 50%; }
}
@media (max-width: 860px) {