|
|
@@ -126,12 +126,12 @@ class PayHandler extends BasePayHandler
|
|
|
public static function createGetHtml($money,$result_account,$result_name,$result_bank)
|
|
|
{
|
|
|
$html = <<<eot
|
|
|
- <div style="border: 1px solid green;width:800px;height: 350px;margin:10% auto;text-align:left;border-radius:30px;padding-top:70px; ">
|
|
|
- <p>请转账到如下账户</p>
|
|
|
- <p>订单金额为:<span style="color:red;">{$money}</span></p>
|
|
|
- <p>收款账号为:{$result_account}</p>
|
|
|
- <p>收款姓名为:$result_name</p>
|
|
|
- <p>收款开户行为:{$result_bank}</p>
|
|
|
+ <div style="border: 1px solid green;width:500px;height: 200px;margin:10% auto;text-align:left;border-radius:30px;padding:70px; ">
|
|
|
+ <h4 style="text-align: center;">请转账到如下账户:</h4>
|
|
|
+ <p>订单金额为:<span style="color:red;">{$money}元</span></p>
|
|
|
+ <p>收款账号为:{$result_account}</p>
|
|
|
+ <p>收款姓名为:$result_name</p>
|
|
|
+ <p>收款开户行为:{$result_bank}</p>
|
|
|
</div>
|
|
|
eot;
|
|
|
|