From 4993c7bff03694f7b90f4073a191c0dbe6020be8 Mon Sep 17 00:00:00 2001 From: yangkai Date: Thu, 13 Sep 2018 16:43:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=8C=E6=88=90=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/ui/static/templates/payment/success.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/ui/static/templates/payment/success.css b/src/main/ui/static/templates/payment/success.css index 744da134f..ab5abda7a 100644 --- a/src/main/ui/static/templates/payment/success.css +++ b/src/main/ui/static/templates/payment/success.css @@ -350,7 +350,8 @@ transform: rotate(-45deg); } .points-dialog .dialog-content{ - width: 100%; + margin: auto; + width: 90%; display: block; position: relative; margin-top: 130px; @@ -385,8 +386,8 @@ } .points-content .coin{ - width: 150px; - height: 150px; + width: 100px; + height: 100px; position: relative; background: url(/static/images/star.png) no-repeat; background-size: contain;