优化界面;修复异常

This commit is contained in:
2026-07-29 00:17:31 +08:00
parent d575d584cb
commit 4b70da9ac3
7 changed files with 105 additions and 25 deletions
+16 -6
View File
@@ -888,7 +888,7 @@
.equipments_page #post_item .equipment_item {
width: 100%;
margin: 0;
padding: 20px 40px;
padding: 10px 40px;
border: 0;
display: flex;
align-items: center;
@@ -966,6 +966,19 @@
line-height: 1.6;
white-space: pre-wrap;
overflow-wrap: anywhere;
font-size: 16px;
}
@media only screen and (max-width:1366px) {
.equipments_page #post_item {
grid-template-columns: 1fr;
}
.equipments_page #post_item .equipment_item {
width: 70%;
margin-left: auto;
margin-right: auto;
}
}
@media only screen and (max-width:540px) {
@@ -974,14 +987,11 @@
}
.equipments_page #post_item .equipment_item {
padding: 20px;
width: 100%;
padding: 10px 20px;
}
.equipments_page #post_item .equipment_overlay {
padding: 24px;
}
.equipments_page #post_item .equipment_description {
font-size: 14px;
}
}