From 54584fcf07176d02bdbda4e3bd27ed50be88ba16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Mon, 27 Sep 2021 12:14:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=8E=B0=E5=8F=91=E7=8E=B0=E8=83=BD?= =?UTF-8?q?=E9=87=8F=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 6275f87..ded51ff 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -133,7 +133,7 @@ title: '提示', content: this.help[key], showCancel: false, - confirmColor: $ + confirmColor: '#8b64fd' }) }, // 查看钱包账户 @@ -300,11 +300,11 @@ background: url(/static/background/chain-back-02.png) repeat-x; /* background-size: auto 100%; */ background-size: 1616rpx; - -webkit-animation: move-map 30s infinite linear; - -moz-animation: move-map 30s infinite linear; - -o-animation: move-map 30s infinite linear; - -ms-animation: move-map 30s infinite linear; - animation: move-map 30s infinite linear; + -webkit-animation: move-map 60s infinite linear; + -moz-animation: move-map 60s infinite linear; + -o-animation: move-map 60s infinite linear; + -ms-animation: move-map 60s infinite linear; + animation: move-map 60s infinite linear; box-shadow: 0 0 50rpx 50rpx rgba(31,25,34, .2); } .shadow{