Authored by Aiden Xu

分期订单

... ... @@ -37,7 +37,7 @@
</div>
</div>
</div>
<div class="detail-list-container">
<div class="detail-list-container {{#greaterThanZero refundedAmt}}refunded-list{{/greaterThanZero}}">
<ul class="installment-list repay-list">
{{#each packageList}}
<li>
... ...
... ... @@ -14,6 +14,10 @@
border-top: 1px solid #e1e1e1;
}
.refunded-list {
margin-top: 64px;
}
.order-info {
position: fixed;
width: 100%;
... ... @@ -56,7 +60,7 @@
}
.order-list-container {
padding-top: 3rem;
padding-top: 120px;
}
.order-list {
... ...