|
@@ -121,7 +121,7 @@ class PayHandler extends BasePayHandler
|
|
|
public static function createGetHtml($money)
|
|
public static function createGetHtml($money)
|
|
|
{
|
|
{
|
|
|
$html = <<<eot
|
|
$html = <<<eot
|
|
|
- <div style="border: 1px solid green;width:800px;height: 350px;margin:10% auto;text-align: center;border-radius:30px;padding-top:70px; ">
|
|
|
|
|
|
|
+ <div style="border: 1px solid green;width:800px;height: 500px;margin:10% auto;text-align: center;border-radius:30px;padding-top:70px; ">
|
|
|
<p>请转账到如下账户</p>
|
|
<p>请转账到如下账户</p>
|
|
|
<p>订单金额为:<span style="color:red;">{$money}</span></p>
|
|
<p>订单金额为:<span style="color:red;">{$money}</span></p>
|
|
|
<img src="/ui/img/duisi.png" style="width:250px;"/>
|
|
<img src="/ui/img/duisi.png" style="width:250px;"/>
|