细节完善

This commit is contained in:
kron
2025-07-10 15:34:00 +08:00
parent db419ae003
commit 7972dae398
12 changed files with 144 additions and 112 deletions

View File

@@ -128,7 +128,6 @@ onUnmounted(() => {
align-items: center;
justify-content: space-between;
padding: 0 15px;
color: #fed847;
z-index: 1;
transform: translateX(-10px);
}
@@ -136,9 +135,14 @@ onUnmounted(() => {
width: 80px;
transform: translateX(10px);
}
.container > view:first-child > text {
color: #fed847;
font-size: 18px;
transform: translateY(-10px);
}
.container > view:first-child > button:last-child > image {
width: 50px;
transform: translateX(10px);
width: 40px;
transform: translateX(10px) translateY(-10px);
}
.container > view:last-child {
z-index: -1;