border2px改为.2rem

This commit is contained in:
X1627315083
2025-11-03 10:20:37 +08:00
parent 3f45f20b53
commit 625982b3d7
3 changed files with 11 additions and 11 deletions

View File

@@ -234,12 +234,12 @@ const handleSignup = () => {
-moz-backdrop-filter: blur(35px);
-ms-backdrop-filter: blur(35px);
-o-backdrop-filter: blur(35px);
border: 2px solid rgba(255, 255, 255, 0.15);
border: .2rem solid rgba(255, 255, 255, 0.15);
border-radius: 4.79rem;
padding: 11.2rem 8.62rem 14.28rem 7.18rem;
box-shadow: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.1);
overflow: hidden;
border: 2px solid #fff;
border: .2rem solid #fff;
font-size: 3.83rem;
}
@@ -247,7 +247,7 @@ const handleSignup = () => {
width: 100%;
height: 10rem;
padding: 1.6rem 2rem;
border: 2px solid #fff;
border: .2rem solid #fff;
background: transparent;
border-radius: 7.1rem;
color: white;
@@ -293,7 +293,7 @@ const handleSignup = () => {
.google-button {
width: 100%;
padding: 1.6rem;
border: 2px solid #fff;
border: .2rem solid #fff;
border-radius: 7rem;
font-size: 3.83rem;
cursor: pointer;