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',
type: 'Mainnet',
rpc: 'https://rpc.ankr.com/arbitrum',
rpc: 'https://arbitrum-one.public.blastapi.io',
id: 42161,
symbol: 'ETH',
explorerurl: 'https://arbiscan.io/'

View File

@ -5,9 +5,7 @@
<div class="center">
<div class="task-bottom">
<div class="bottom-left">
<div class="title-content">
</div>
<div class="title-content"></div>
<div class="game-bottom">
<div class="game">
<!-- <div class="download-game"></div> -->
@ -23,22 +21,29 @@
/></a>
</div>
<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 class="quest-text">
<div> <a
href="https://medium.com/@CounterFire/rise-of-gacha-4d5fac449d95"
target="_blank"
rel="noopener noreferrer"
class="task-int"
>
<span class="task-int-item">
<span class="task-left">Quest</span> introduction
</span>
</a></div>
<div class="quest-img"> <img src="../assets/img/task/arrow.png" alt=""></div>
<div>
<a
href="https://medium.com/@CounterFire/rise-of-gacha-4d5fac449d95"
target="_blank"
rel="noopener noreferrer"
class="task-int"
>
<span class="task-int-item">
<span class="task-left">Quest</span> introduction
</span>
</a>
</div>
<div class="quest-img">
<img src="../assets/img/task/arrow.png" alt="" />
</div>
</div>
<div class="step-btn">
<div class="step1" @click="handTaskOne">
@ -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;
}