优化细节

This commit is contained in:
2026-02-06 12:06:33 +08:00
parent b7545173c6
commit d00f0b7412
83 changed files with 3901 additions and 2354 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,3 +332,4 @@ display: flex; flex-direction: row; justify-content: flex-end;
.flex-3 { flex: 3; }
.flex-5 { flex: 5; }
</style>