完善部分阴影系统;

把所有px单位转换为rem;
This commit is contained in:
User
2025-10-13 13:17:52 +08:00
parent 2e933ece94
commit 00a13ab5e2
8 changed files with 161 additions and 204 deletions

View File

@@ -242,7 +242,7 @@ const handleTouchEnd = () => {
background: var(--background);
z-index: 2;
padding: 0.44rem 0.69rem 0.88rem 2.69rem;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.23);
box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.23);
transition: transform 0.2s ease-out;
.font_2 {
font-size: 0.71rem;