border改为.2rem

This commit is contained in:
X1627315083
2025-11-03 10:17:54 +08:00
parent 63c4c6581d
commit f41f3ddda2
3 changed files with 8 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ const handleStart = () => {
font-size: 5.6rem;
width: 32.5rem;
height: 8.1rem;
border: 2px solid #fff;
border: .2rem solid #fff;
display: flex;
align-items: center;
justify-content: center;