This commit is contained in:
huangjinming 2023-07-11 21:20:13 +08:00
parent 20802004ab
commit dba07cde91
5 changed files with 17 additions and 11 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 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,7 +5,9 @@
<div class="center"> <div class="center">
<div class="task-bottom"> <div class="task-bottom">
<div class="bottom-left"> <div class="bottom-left">
<div class="the-title">THE FIRST ANIME #MOBA+#BATTLEROYAL #GAME ON BLOCKCHAIN!</div> <div class="the-title">
THE FIRST ANIME #MOBA+#BATTLEROYAL #GAME ON BLOCKCHAIN!
</div>
<div class="slogan"> <div class="slogan">
<img src="../assets/img/task/title.png" alt="" /> <img src="../assets/img/task/title.png" alt="" />
</div> </div>
@ -46,7 +48,11 @@
/></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> </div>
@ -157,7 +163,7 @@ onMounted(() => {
flex-direction: column; flex-direction: column;
.the-title { .the-title {
color: #fff; color: #fff;
font-family:'Arial'; font-family: "Arial";
font-size: 18px; font-size: 18px;
} }
} }