From a8662dc852a484855585371ad0ec872e7df66679 Mon Sep 17 00:00:00 2001 From: Lee1203 <342694918@qq.com> Date: Sat, 1 Oct 2022 18:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 953d746..42b6004 100644 --- a/css/style.css +++ b/css/style.css @@ -769,7 +769,7 @@ .collect-coupons{ display: none; width: calc(100% - 1rem); - height: 88vh; + height: 60vh; transform: translate(-50%,-50%); background-color: #ffffff; border-radius: .3rem; @@ -785,10 +785,14 @@ } .collect-coupons-list{ width: 100%; - max-height: calc(88vh - 1rem); + max-height: calc(60vh - 1rem); overflow-y: auto; - position: relative; } +.collect-coupons-list::-webkit-scrollbar { + width: 0; + height: 0; + opacity: 0; + } .collect-coupons-list>.item:first-child{ margin-bottom: .2rem !important; }