This commit is contained in:
zoujiandong 2025-03-13 10:59:09 +08:00
parent 0f5621cbd2
commit e91f758fe8

View File

@ -309,6 +309,7 @@ const onChange=(newIndex)=>{
opacity: 1; opacity: 1;
} }
.main { .main {
padding-bottom: 15px;
opacity: 0; opacity: 0;
width: 100%; width: 100%;
position: relative; position: relative;
@ -317,7 +318,7 @@ const onChange=(newIndex)=>{
.dealbox { .dealbox {
background: #fff; background: #fff;
margin: 12px 15px 10px; margin: 12px 15px 10px;
padding-bottom: 15px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }