border2px改为.2rem

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

View File

@@ -169,7 +169,7 @@ const { isLoading } = toRefs(data);
> .modelBox{
margin-top: 2.5rem;
> .model{
border: 2px solid #D9D9D9;
border: .2rem solid #D9D9D9;
// height: 110rem;
aspect-ratio: 2 / 3;
position: relative;

View File

@@ -183,12 +183,12 @@ const handleSuccess = (data: any) => {
-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: 6.8rem 5.9rem 6.2rem 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;
}
}