透明处理小程序bug

This commit is contained in:
zoujiandong
2025-03-13 11:29:05 +08:00
parent 664f496473
commit 10782f1d05
+4 -2
View File
@@ -309,14 +309,16 @@ const onChange=(newIndex)=>{
opacity: 1;
}
.main {
padding-bottom: 15px;
opacity: 0;
width: 100%;
position: relative;
background: #fff;
overflow: hidden;
.dealbox {
background: #fff;
margin: 12px 15px 10px;
padding-bottom: 15px;
display: flex;
justify-content: space-between;
}