diff --git a/src/views/PricingStandardsPage.vue b/src/views/PricingStandardsPage.vue index 679d83b..4a6ca99 100644 --- a/src/views/PricingStandardsPage.vue +++ b/src/views/PricingStandardsPage.vue @@ -2,7 +2,9 @@

体积收费标准

+

标准长方体或正方体物品,长宽高尺寸差距不能超过3倍

按物品最长单边尺寸计算:

+
≤35cm
@@ -115,12 +117,19 @@ export default { padding-bottom: 10px; } -.description { +.description, .shape-restriction { font-size: 14px; color: #666; margin-bottom: 15px; } +.shape-restriction { + background-color: #fff8e6; + border-left: 3px solid #ffc107; + padding: 8px 12px; + border-radius: 0 4px 4px 0; +} + .pricing-table { width: 100%; }