优化后台商品审核价格调整
This commit is contained in:
@@ -708,6 +708,41 @@
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.summary-breakdown {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
margin-top: 14px;
|
||||
padding: 12px;
|
||||
border: 1px solid #ffe1c7;
|
||||
border-radius: var(--radius-8);
|
||||
background: #fffaf6;
|
||||
}
|
||||
|
||||
.summary-breakdown-title {
|
||||
color: var(--color-orange-dark);
|
||||
font-size: 13px;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.summary-breakdown div:not(.summary-breakdown-title) {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.summary-breakdown span {
|
||||
color: #6f7a89;
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.summary-breakdown strong {
|
||||
overflow-wrap: anywhere;
|
||||
color: var(--color-text-dark);
|
||||
font-size: 13px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.summary-list {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
|
||||
Reference in New Issue
Block a user