shish il y a 8 mois
Parent
commit
acef8fa30e
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      biz-ghs/order/classes/OrderClass.php

+ 3 - 1
biz-ghs/order/classes/OrderClass.php

@@ -2555,9 +2555,11 @@ XL;
             <span style="margin-right:15px;">本单:{$actPrice}</span>
             <span style="margin-right:15px;">上次欠款:{$beforeDebtPrice}</span>
             <span style="margin-right:15px;">待付欠款:{$debtAmount}</span>
-            <span style="margin-right:15px;color:red;font-weight:bold;font-size:16px;">请在收到货后12小时以内验货,超12小时概不负责!</span>
             {$balanceContent}
 		</div>
+		<div style="margin-top:5px;margin-bottom:20px;">
+            <span style="margin-right:15px;color:red;font-weight:bold;font-size:20px;">请在收到货后12小时以内验货,超12小时概不负责!</span>
+		</div>
 XL;
 
             }