update zh-en

This commit is contained in:
PhatenIoT-yan
2025-10-10 10:09:04 +08:00
parent 3f8a2404bc
commit 1be4d9ae62
447 changed files with 20605 additions and 5432 deletions

View File

@@ -221,4 +221,23 @@ hide content only for mobile devices
z-index: 1;
/* 添加轻微阴影以实现视觉分离 */
box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}
.card-wide {
width: 100% !important;
max-width: none !important;
flex: 1 1 100% !important;
margin: 0 !important;
}
.grid.cards .card-wide {
grid-column: 1 / -1;
}
.card-wide h1 {
margin-bottom: 0.5rem;
}
.card-wide hr {
margin: 0.5rem 0;
}