From 88495a1dce4ffa1eb9df7ca5a7db37dadf460f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E5=A3=AB=E6=B6=B5?= <630892807@qq.com> Date: Wed, 24 Feb 2021 23:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=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 | 13 ++++++++----- static/js/gofly-front.js | 4 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/static/css/gofly-front.css b/static/css/gofly-front.css index 80a04c6..27d0f1c 100644 --- a/static/css/gofly-front.css +++ b/static/css/gofly-front.css @@ -122,17 +122,20 @@ cursor: pointer; } @-webkit-keyframes bounce-up { - 25% {-webkit-transform: translateY(6px);} + 25% {-webkit-transform: translateY(4px);} 50%, 100% {-webkit-transform: translateY(0);} - 75% {-webkit-transform: translateY(-6px);} + 75% {-webkit-transform: translateY(-4px);} } @keyframes bounce-up { - 25% {transform: translateY(6px);} + 25% {transform: translateY(4px);} 50%, 100% {transform: translateY(0);} - 75% {transform: translateY(-6px);} + 75% {transform: translateY(-4px);} +} +.animateUpDown{ + -webkit-animation: bounce-up 0.5s linear infinite; + animation: bounce-up 0.5s linear infinite; } -.animateUpDown{ -webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;} @media screen and (max-width: 500px) { .launchButtonBox{ width: 100%; diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 6518be2..43c8df8 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -92,8 +92,8 @@ GOFLY.dynamicLoadJs=function(url, callback){ GOFLY.clickBtn=function (){ var _this=this; var html="
" + - '
' + - '
1
' + + '
' + + '
1
' + '
'+_this.GOFLY_BTN_TEXT+'
' + '
您好:
极简强大的开源免费Go语言在线客服单页营销系统,来了解一下?
' + '
';