This commit is contained in:
qsc
2026-09-04 22:38:16 +08:00
parent 3845950862
commit 9c9808adf7
30 changed files with 658 additions and 510 deletions
+29 -29
View File
@@ -9,7 +9,7 @@
.page-title {
margin: 0 0 10px;
font-size: 40px;
font-size: 44px;
line-height: 1.3;
font-weight: 800;
color: #222;
@@ -18,7 +18,7 @@
.page-subtitle {
margin: 0;
color: #777;
font-size: 19px;
font-size: 21px;
line-height: 1.7;
}
@@ -84,7 +84,7 @@
.main-name {
margin: 0;
font-size: 36px;
font-size: 40px;
line-height: 1.35;
font-weight: 800;
color: #222;
@@ -97,7 +97,7 @@
justify-content: center;
padding: 7px 16px;
border-radius: 999px;
font-size: 17px;
font-size: 19px;
font-weight: 700;
white-space: nowrap;
}
@@ -113,7 +113,7 @@
margin-bottom: 9px;
padding-left: 22px;
color: var(--jx3-text-secondary);
font-size: 19px;
font-size: 21px;
line-height: 1.8;
}
@@ -149,12 +149,12 @@
.stat-label {
margin-bottom: 8px;
color: #777;
font-size: 16px;
font-size: 18px;
}
.stat-value {
color: #333;
font-size: 22px;
font-size: 25px;
line-height: 1.4;
font-weight: 800;
}
@@ -184,7 +184,7 @@
flex-wrap: wrap;
gap: 12px;
margin-bottom: 20px;
font-size: 25px;
font-size: 28px;
font-weight: 800;
}
@@ -200,7 +200,7 @@
.summary-count {
color: #888;
font-size: 16px;
font-size: 18px;
font-weight: 500;
}
@@ -220,12 +220,12 @@
.price-box-label {
margin-bottom: 10px;
color: #777;
font-size: 16px;
font-size: 18px;
}
.price-box-value {
color: #333;
font-size: 21px;
font-size: 24px;
font-weight: 800;
line-height: 1.55;
}
@@ -241,7 +241,7 @@
gap: 12px 22px;
margin-top: 18px;
color: #777;
font-size: 16px;
font-size: 18px;
line-height: 1.7;
}
@@ -259,12 +259,12 @@
.subtotal-label {
color: #555;
font-size: 18px;
font-size: 20px;
}
.subtotal-value {
color: #2e8b57;
font-size: 23px;
font-size: 26px;
font-weight: 800;
}
@@ -296,7 +296,7 @@
display: block;
margin-top: 5px;
color: #999;
font-size: 14px;
font-size: 18px;
font-weight: 500;
}
@@ -318,14 +318,14 @@
.section-title {
margin: 0;
font-size: 31px;
font-size: 35px;
font-weight: 800;
color: #222;
}
.section-desc {
color: #777;
font-size: 18px;
font-size: 20px;
line-height: 1.6;
}
@@ -379,7 +379,7 @@
.material-name {
margin: 0 0 10px;
font-size: 26px;
font-size: 30px;
line-height: 1.35;
font-weight: 800;
color: #222;
@@ -400,7 +400,7 @@
border-radius: 999px;
color: #666;
background: #f0f0f3;
font-size: 15px;
font-size: 18px;
line-height: 1.3;
font-weight: 600;
}
@@ -453,12 +453,12 @@
.quantity-label {
margin-bottom: 4px;
color: #888;
font-size: 15px;
font-size: 18px;
}
.quantity-value {
color: #333;
font-size: 29px;
font-size: 33px;
font-weight: 800;
}
@@ -482,12 +482,12 @@
.material-price-label {
margin-bottom: 8px;
color: #777;
font-size: 15px;
font-size: 18px;
}
.material-price-value {
color: #333;
font-size: 18px;
font-size: 20px;
font-weight: 700;
line-height: 1.55;
}
@@ -506,12 +506,12 @@
.material-total-label {
color: #555;
font-size: 17px;
font-size: 19px;
}
.material-total-value {
color: #d93939;
font-size: 21px;
font-size: 24px;
font-weight: 800;
}
@@ -522,7 +522,7 @@
gap: 10px 18px;
margin-top: 15px;
color: #888;
font-size: 15px;
font-size: 18px;
line-height: 1.6;
}
@@ -546,12 +546,12 @@
.store-price-label {
margin-bottom: 9px;
color: #777;
font-size: 16px;
font-size: 18px;
}
.store-price-value {
color: #2e8b57;
font-size: 22px;
font-size: 25px;
font-weight: 800;
line-height: 1.55;
}
@@ -566,5 +566,5 @@
border: 2px dashed #ccc;
border-radius: 16px;
color: #888;
font-size: 20px;
font-size: 22px;
}