修复已知问题

This commit is contained in:
2025-07-18 18:23:58 +08:00
parent cf1c69b6d6
commit c6d8cac29e
43 changed files with 332 additions and 2061 deletions

View File

@@ -48,4 +48,26 @@ button[open-type="chooseAvatar"] {
border-radius: 100px 0 0 100px;
height: 70px;
}
.cart-add{
background: #e9fff2;
color: #333333;
border-radius: 20px 0 0 20px;
display: flex;
align-items: center;
justify-content: center;
height: 80px;
}
.cart-buy{
background: linear-gradient(-45deg, #1fbfa2, #94e0ce);
color: #ffffff;
border-radius: 0 20px 20px 0;
display: flex;
align-items: center;
justify-content: center;
height: 80px;
}
}
image {
margin: 0; /* 全局设置图片的 margin */
}