update
This commit is contained in:
parent
5f35326a2b
commit
ba3379ac30
@ -2,7 +2,9 @@
|
|||||||
<div class="pricing-standards-container">
|
<div class="pricing-standards-container">
|
||||||
<div class="pricing-section">
|
<div class="pricing-section">
|
||||||
<h2>体积收费标准</h2>
|
<h2>体积收费标准</h2>
|
||||||
|
<p class="shape-restriction">标准长方体或正方体物品,长宽高尺寸差距不能超过3倍</p>
|
||||||
<p class="description">按物品最长单边尺寸计算:</p>
|
<p class="description">按物品最长单边尺寸计算:</p>
|
||||||
|
|
||||||
<div class="pricing-table">
|
<div class="pricing-table">
|
||||||
<div class="pricing-item">
|
<div class="pricing-item">
|
||||||
<div class="standard">≤35cm</div>
|
<div class="standard">≤35cm</div>
|
||||||
@ -115,12 +117,19 @@ export default {
|
|||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description, .shape-restriction {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #666;
|
color: #666;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shape-restriction {
|
||||||
|
background-color: #fff8e6;
|
||||||
|
border-left: 3px solid #ffc107;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 0 4px 4px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.pricing-table {
|
.pricing-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user