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

View File

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

View File

@@ -194,7 +194,7 @@ watch(showVideo, (newValue) => {
z-index: 3; z-index: 3;
box-shadow: 0 2rem 2.5rem rgba(0, 0, 0, 0.25), 0 0 6rem rgba(0, 0, 0, 0.25); box-shadow: 0 2rem 2.5rem rgba(0, 0, 0, 0.25), 0 0 6rem rgba(0, 0, 0, 0.25);
border: 0.1rem solid rgba(255, 255, 255, 0.2); border: 0.1rem solid rgba(255, 255, 255, 0.2);
filter: drop-shadow(2px 4px 6.6px rgba(0, 0, 0, 0.25)); filter: drop-shadow(.2rem 4px 6.6px rgba(0, 0, 0, 0.25));
&.left { &.left {
left: 1rem; left: 1rem;
} }
@@ -211,8 +211,8 @@ watch(showVideo, (newValue) => {
.swiper-container { .swiper-container {
width: 66rem; width: 66rem;
height: 100rem; height: 100rem;
border: 2px solid #fff; border: .2rem solid #fff;
border-radius: 12px; border-radius: 1.2rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;