chore: flatten web project structure

This commit is contained in:
duanshuwen
2026-05-26 12:14:31 +08:00
parent 30b9100b4a
commit aff380dad9
569 changed files with 1081 additions and 74985 deletions

View File

@@ -1,33 +0,0 @@
.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;
}