first commit

This commit is contained in:
duanshuwen
2026-05-25 23:40:50 +08:00
commit 30b9100b4a
569 changed files with 75942 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
.sum-wrapper {
border-radius: 8px;
background-color: #f5f5f5;
padding: 0 12px;
box-sizing: border-box;
}
.sum-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 0;
border-bottom: 1px solid #ddd;
&:last-child {
border-bottom: none;
}
}
.sum-label {
font-size: 15px;
color: $uni-text-color;
}
.sum-value {
font-size: $uni-font-size-base;
color: $uni-text-color-grey;
}
.sum-discount {
font-size: $uni-font-size-base;
color: #ff5722;
}