This commit is contained in:
liuyalei 2023-12-07 22:20:56 +08:00
parent feaf8b759c
commit f96e2529e4
1 changed files with 3 additions and 3 deletions

View File

@ -682,7 +682,7 @@ const scollToButtom = () => {
.card4 {
width: 330px;
height: 580px;
height: 605px;
border-radius: 16px;
background-color: #fff;
box-sizing: border-box;
@ -706,7 +706,7 @@ const scollToButtom = () => {
.sw_itm {
width: 50%;
height: 60px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
@ -714,7 +714,7 @@ const scollToButtom = () => {
.heng{
width: 21px;
height: 1px;
border: 1px solid transparentd;
border: 1px solid transparent;
}
}