首页细节调整

This commit is contained in:
2026-02-06 16:18:04 +08:00
parent d00f0b7412
commit 57846534bc
86 changed files with 2751 additions and 3074 deletions

View File

@@ -264,7 +264,7 @@ right: 0;
top: 0;
bottom: 0;
width: 50%;
background-color: #fff;
transform: translateX(100%);
transition: transform 0.3s ease-in-out;
display: flex;
@@ -332,4 +332,3 @@ display: flex; flex-direction: row; justify-content: flex-end;
.flex-3 { flex: 3; }
.flex-5 { flex: 5; }
</style>