发现发现能量提示信息

This commit is contained in:
唐明明
2021-09-27 12:14:51 +08:00
parent e82c4e8027
commit 54584fcf07

View File

@@ -133,7 +133,7 @@
title: '提示', title: '提示',
content: this.help[key], content: this.help[key],
showCancel: false, showCancel: false,
confirmColor: $ confirmColor: '#8b64fd'
}) })
}, },
// 查看钱包账户 // 查看钱包账户
@@ -300,11 +300,11 @@
background: url(/static/background/chain-back-02.png) repeat-x; background: url(/static/background/chain-back-02.png) repeat-x;
/* background-size: auto 100%; */ /* background-size: auto 100%; */
background-size: 1616rpx; background-size: 1616rpx;
-webkit-animation: move-map 30s infinite linear; -webkit-animation: move-map 60s infinite linear;
-moz-animation: move-map 30s infinite linear; -moz-animation: move-map 60s infinite linear;
-o-animation: move-map 30s infinite linear; -o-animation: move-map 60s infinite linear;
-ms-animation: move-map 30s infinite linear; -ms-animation: move-map 60s infinite linear;
animation: move-map 30s infinite linear; animation: move-map 60s infinite linear;
box-shadow: 0 0 50rpx 50rpx rgba(31,25,34, .2); box-shadow: 0 0 50rpx 50rpx rgba(31,25,34, .2);
} }
.shadow{ .shadow{