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