diff --git a/dist-mobile.rar b/dist-mobile.rar index bd72487..cb507dc 100644 Binary files a/dist-mobile.rar and b/dist-mobile.rar differ diff --git a/src/assets/img/task/app.png b/src/assets/img/task/app.png index 78fd974..10b3be9 100644 Binary files a/src/assets/img/task/app.png and b/src/assets/img/task/app.png differ diff --git a/src/configs/allchain.ts b/src/configs/allchain.ts index cc050c6..4ef497e 100644 --- a/src/configs/allchain.ts +++ b/src/configs/allchain.ts @@ -214,7 +214,7 @@ export const AllChains = [ { name: 'Arbitrum Mainnet RPC', type: 'Mainnet', - rpc: 'https://rpc.ankr.com/arbitrum', + rpc: 'https://arbitrum-one.public.blastapi.io', id: 42161, symbol: 'ETH', explorerurl: 'https://arbiscan.io/' diff --git a/src/views/TaskView.vue b/src/views/TaskView.vue index e26ed2f..4ecce01 100644 --- a/src/views/TaskView.vue +++ b/src/views/TaskView.vue @@ -5,9 +5,7 @@
-
- -
+
@@ -23,22 +21,29 @@ />
- + +
@@ -79,7 +84,7 @@ const handTaskOne = () => { console.log(router, "-=-=-"); }; const handTaskTwo = () => { -/// router.push("/taskTwo"); + /// router.push("/taskTwo"); const code = route.query.code; if (code) { router.push({ path: "/taskTwo", query: { code: code } }); @@ -120,9 +125,9 @@ onMounted(() => { text-align: center; align-items: center; padding-right: 6px; - margin: 0 auto; + margin: 0 auto; margin-bottom: 72px; - .quest-img{ + .quest-img { width: 35px; height: 35px; } @@ -197,7 +202,7 @@ onMounted(() => { .step-btn { display: flex; width: 90%; - + justify-content: space-between; margin: 0 auto; .step1 { @@ -284,7 +289,7 @@ onMounted(() => { // margin-left: 10px; /* 在 hover 时向前移动 4px */ // } - .step2:active{ + .step2:active { background: url("@/assets/img/task/task-btn-active.png") no-repeat; background-size: contain; color: #000000; @@ -316,7 +321,7 @@ onMounted(() => { position: relative; font-size: 58px; font-family: "SAIRABLACK"; - + font-weight: 900; color: #ffffff; } @@ -379,7 +384,7 @@ onMounted(() => { // opacity: 1; // } } -.game-bottom{ +.game-bottom { width: 100%; margin: 0 auto; }