feat: 商品详情交互开发

This commit is contained in:
duanshuwen
2025-08-03 18:06:06 +08:00
parent 42c5354978
commit 5e0d53fc20
22 changed files with 1906 additions and 582 deletions

View File

@@ -1,13 +1,20 @@
.sum-wrapper {
border-radius: 8px;
background-color: #fff;
padding: 0 12px;
box-sizing: border-box;
}
.sum-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 13px 15px;
padding: 12px 0;
border-bottom: 1px solid #ddd;
&:last-child {
border-bottom: none;
}
}
.sum-label {