From a15f3d0ff704cad060f01f20c4b9ec47f3efc9a9 Mon Sep 17 00:00:00 2001 From: yixian Date: Fri, 14 May 2021 10:32:20 +0800 Subject: [PATCH] =?UTF-8?q?3ds=20=E6=B5=81=E7=A8=8B=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/ui/static/css/cardpay.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main/ui/static/css/cardpay.css b/src/main/ui/static/css/cardpay.css index 822a488a7..09a7ebf64 100644 --- a/src/main/ui/static/css/cardpay.css +++ b/src/main/ui/static/css/cardpay.css @@ -208,8 +208,6 @@ position: relative; margin: 40px auto; background: #fff; - max-height: 80%; - overflow: auto; } .threeds-container .dialog>.title{ @@ -219,9 +217,16 @@ background: #ff6633; color: white; font-size: 1.2em; + font-weight: bold; +} + +.threeds-container .dialog>.framebox{ + width: 100%; + overflow: auto; + max-height: 80%; } -.threeds-container .dialog>iframe{ +.threeds-container .dialog>.framebox>iframe{ border: none; width: 100%; height: 400px;