|
@@ -309,7 +309,7 @@ class UserBillController
|
|
|
'left' => 250,
|
|
'left' => 250,
|
|
|
'top' => 650,
|
|
'top' => 650,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Bold'], //字体文件
|
|
|
- 'fontSize' => 20, //字号
|
|
|
|
|
|
|
+ 'fontSize' => 30, //字号
|
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
|
'angle' => 0,
|
|
'angle' => 0,
|
|
|
),
|
|
),
|
|
@@ -317,9 +317,9 @@ class UserBillController
|
|
|
'text' => '邀请您加入' . sys_config('site_name'),
|
|
'text' => '邀请您加入' . sys_config('site_name'),
|
|
|
// 'text' => '',
|
|
// 'text' => '',
|
|
|
'left' => 250,
|
|
'left' => 250,
|
|
|
- 'top' => 750,
|
|
|
|
|
|
|
+ 'top' => 680,
|
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'], //字体文件
|
|
'fontPath' => $rootPath . 'public' . DS . $filelink['Normal'], //字体文件
|
|
|
- 'fontSize' => 20, //字号
|
|
|
|
|
|
|
+ 'fontSize' => 30, //字号
|
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
'fontColor' => '40,40,40', //字体颜色
|
|
|
'angle' => 0,
|
|
'angle' => 0,
|
|
|
)
|
|
)
|