From 186a3f9b02d552db014c4d1ce4b1ab755b371fea Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Fri, 26 Feb 2021 10:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/gofly-front.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/static/css/gofly-front.css b/static/css/gofly-front.css index cb16dc8..30ae600 100644 --- a/static/css/gofly-front.css +++ b/static/css/gofly-front.css @@ -10,10 +10,8 @@ margin: 0 auto; display: block; clear: both; - margin-top: 15px!important; border-radius: 4px; background-color: #fff; - overflow: hidden; box-shadow: 0 3px 15px 0 rgba(0,0,0,.25)!important; position: absolute; bottom: 60px; @@ -23,6 +21,18 @@ font-size: 14px; display: none; } +.launchButtonNotice:after{ + content: ""; + display: block; + width: 0; + height: 0; + border: 6px solid transparent; + border-top-color: rgba(255,255,255,1); + z-index: 1; + position: absolute; + bottom: -12px; + left: 40px; +} .launchButtonNotice a{ color: #07a9fe;!important;