This commit is contained in:
parent
feaf8b759c
commit
f96e2529e4
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue