From 1c6d75d29394c8f56e41c169d3f80553957754de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E5=A3=AB=E6=B6=B5?= <630892807@qq.com> Date: Sun, 31 Jan 2021 21:58:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/gofly-front.css | 4 ++++ static/js/gofly-front.js | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/static/css/gofly-front.css b/static/css/gofly-front.css index fca39c1..e53765a 100644 --- a/static/css/gofly-front.css +++ b/static/css/gofly-front.css @@ -23,6 +23,10 @@ font-size: 14px; display: none; } +.launchButtonNotice a{ + color: #07a9fe; + text-decoration: none; +} .launchIcon{ background: red; width: 20px; diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 886ee18..bdc3f9b 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -97,10 +97,9 @@ GOFLY.clickBtn=function (){ _this.showKefu(); }); setTimeout(function(){ - // $("#launchButtonNotice").show(); - // $("#launchIcon").show(); + $("#launchIcon").show(); _this.getNotice(); - },3000); + },4000); } GOFLY.getNotice=function(){ $.get("/notice?kefu_id="+this.GOFLY_KEFU_ID,function(res) {