feat: 门票组件封装
This commit is contained in:
26
components/SumCard/styles/index.scss
Normal file
26
components/SumCard/styles/index.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user