feat: 门票组件封装

This commit is contained in:
duanshuwen
2025-07-15 16:48:32 +08:00
parent b31b04f2e2
commit 591287e757
40 changed files with 420 additions and 50 deletions

View File

@@ -0,0 +1,26 @@
.sum-wrapper {
border-radius: 8px;
background-color: #fff;
}
.sum-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 13px 15px;
}
.sum-label {
font-size: 15px;
color: #333;
}
.sum-value {
font-size: 14px;
color: #999;
}
.sum-discount {
font-size: 14px;
color: #ff5722;
}