From 03d8bbe8602ef07303f91d340b29c4f6d9613775 Mon Sep 17 00:00:00 2001 From: JerryYan <792602257@qq.com> Date: Sat, 29 Aug 2020 23:36:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E6=AC=BE=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/pay.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/pay.css b/css/pay.css index d5c0728..b45e0df 100644 --- a/css/pay.css +++ b/css/pay.css @@ -19,7 +19,7 @@ background: white; margin-bottom: 52px; min-height: 400px; - max-height: 90vh; + max-height: 80vh; flex-direction: column; } .pay{ @@ -242,6 +242,11 @@ display: flex; } +#shopRecieveInfo { + min-height: 200px; + max-height: 200px; +} + .receiveInfo { display: flex; justify-content: space-between; @@ -249,6 +254,10 @@ .receiveInfo ._right { width: 60vw; + text-overflow: ellipsis; + word-break: break-all; + white-space: nowrap; + overflow: hidden; } ._alipay,