From d57e4a211f1bae65f13215bb3676bcff03dc4a22 Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Fri, 8 Nov 2019 11:50:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E5=B9=B3=E5=8F=B0->?= =?UTF-8?q?=E8=B4=A2=E5=8A=A1=E7=AE=A1=E7=90=86->=E6=8F=90=E7=8E=B0?= =?UTF-8?q?=E8=AE=B0=E5=BD=95->=E7=BB=93=E7=AE=97=E5=8D=95--=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/View/default/Finance/settlementOrder.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/View/default/Finance/settlementOrder.html b/Application/Home/View/default/Finance/settlementOrder.html index 16dfbf387..d05184dc1 100644 --- a/Application/Home/View/default/Finance/settlementOrder.html +++ b/Application/Home/View/default/Finance/settlementOrder.html @@ -124,7 +124,7 @@ {$withdraw.sum_money} - (实际提现金额=提现金额+奖惩金额) + (实际提现金额=收益金额+奖惩金额) From c11814f902b0f86a39d5a9fbe8346f9b4195d2a3 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Fri, 8 Nov 2019 11:54:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Media/View/default/Game/game_detail.html | 4 ++-- Public/Media/css/base1.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Application/Media/View/default/Game/game_detail.html b/Application/Media/View/default/Game/game_detail.html index b0cc95f9a..49bc81019 100644 --- a/Application/Media/View/default/Game/game_detail.html +++ b/Application/Media/View/default/Game/game_detail.html @@ -8,8 +8,8 @@ -
- +
+
diff --git a/Public/Media/css/base1.css b/Public/Media/css/base1.css index 30f8073de..13aba14cc 100644 --- a/Public/Media/css/base1.css +++ b/Public/Media/css/base1.css @@ -1,6 +1,6 @@ @charset "utf-8"; html{font-family:"Microsoft YaHei","Helvetica Neue",Helvetica,sans-serif,Arial,"tahoma";} -body{background:#fff; font:12px/22px "Microsoft YaHei"; min-width:1200px;} +/* body{background:#fff; font:12px/22px "Microsoft YaHei"; min-width:1200px;} */ body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,select,input{padding:0; margin:0; list-style:none; vertical-align:middle;} input,textarea:focus{outline:none;} input::-webkit-input-placeholder,input:-ms-input-placeholder,input::-moz-placeholder{color:#999;}