border2px改为.2rem

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

View File

@@ -136,7 +136,7 @@ const actionList: ActionItem[] = [
height: 7.4rem;
border-radius: 50%;
margin-right: 1.88rem;
border: 2px solid #000;
border: .2rem solid #000;
padding: 1.4rem;
img {

View File

@@ -45,7 +45,7 @@ const handleNext = () => {
width: 100%;
height: 10rem;
padding: 2.4rem 5.5rem;
border: 2px solid #fff;
border: .2rem solid #fff;
background: transparent;
border-radius: 7.1rem;
color: white;

View File

@@ -48,7 +48,7 @@ const handleNext = () => {
width: 100%;
height: 10rem;
padding: 0 2.2rem 0 5.5rem;
border: 2px solid #fff;
border: .2rem solid #fff;
border-radius: 7.1rem;
overflow: hidden;
box-sizing: border-box;