This commit is contained in:
huangjinming 2023-07-11 21:22:06 +08:00
parent d06e1663cb
commit 9b3a1c79ee
4 changed files with 29 additions and 24 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -214,7 +214,7 @@ export const AllChains = [
{ {
name: 'Arbitrum Mainnet RPC', name: 'Arbitrum Mainnet RPC',
type: 'Mainnet', type: 'Mainnet',
rpc: 'https://rpc.ankr.com/arbitrum', rpc: 'https://arbitrum-one.public.blastapi.io',
id: 42161, id: 42161,
symbol: 'ETH', symbol: 'ETH',
explorerurl: 'https://arbiscan.io/' explorerurl: 'https://arbiscan.io/'

View File

@ -5,9 +5,7 @@
<div class="center"> <div class="center">
<div class="task-bottom"> <div class="task-bottom">
<div class="bottom-left"> <div class="bottom-left">
<div class="title-content"> <div class="title-content"></div>
</div>
<div class="game-bottom"> <div class="game-bottom">
<div class="game"> <div class="game">
<!-- <div class="download-game"></div> --> <!-- <div class="download-game"></div> -->
@ -23,11 +21,16 @@
/></a> /></a>
</div> </div>
<div class="download-item-app"> <div class="download-item-app">
<img src="@/assets/img/task/app.png" alt="" /> <a
href="https://apps.apple.com/app/counter%20fire/id6444462915"
>
<img src="@/assets/img/task/app.png" alt=""
/></a>
</div> </div>
</div> </div>
<div class="quest-text"> <div class="quest-text">
<div> <a <div>
<a
href="https://medium.com/@CounterFire/rise-of-gacha-4d5fac449d95" href="https://medium.com/@CounterFire/rise-of-gacha-4d5fac449d95"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
@ -36,9 +39,11 @@
<span class="task-int-item"> <span class="task-int-item">
<span class="task-left">Quest</span> introduction <span class="task-left">Quest</span> introduction
</span> </span>
</a></div> </a>
<div class="quest-img"> <img src="../assets/img/task/arrow.png" alt=""></div> </div>
<div class="quest-img">
<img src="../assets/img/task/arrow.png" alt="" />
</div>
</div> </div>
<div class="step-btn"> <div class="step-btn">
<div class="step1" @click="handTaskOne"> <div class="step1" @click="handTaskOne">
@ -79,7 +84,7 @@ const handTaskOne = () => {
console.log(router, "-=-=-"); console.log(router, "-=-=-");
}; };
const handTaskTwo = () => { const handTaskTwo = () => {
/// router.push("/taskTwo"); /// router.push("/taskTwo");
const code = route.query.code; const code = route.query.code;
if (code) { if (code) {
router.push({ path: "/taskTwo", query: { code: code } }); router.push({ path: "/taskTwo", query: { code: code } });
@ -122,7 +127,7 @@ onMounted(() => {
padding-right: 6px; padding-right: 6px;
margin: 0 auto; margin: 0 auto;
margin-bottom: 72px; margin-bottom: 72px;
.quest-img{ .quest-img {
width: 35px; width: 35px;
height: 35px; height: 35px;
} }
@ -284,7 +289,7 @@ onMounted(() => {
// margin-left: 10px; /* hover 4px */ // margin-left: 10px; /* hover 4px */
// } // }
.step2:active{ .step2:active {
background: url("@/assets/img/task/task-btn-active.png") no-repeat; background: url("@/assets/img/task/task-btn-active.png") no-repeat;
background-size: contain; background-size: contain;
color: #000000; color: #000000;
@ -379,7 +384,7 @@ onMounted(() => {
// opacity: 1; // opacity: 1;
// } // }
} }
.game-bottom{ .game-bottom {
width: 100%; width: 100%;
margin: 0 auto; margin: 0 auto;
} }