fix
This commit is contained in:
parent
20802004ab
commit
dba07cde91
Binary file not shown.
BIN
src/assets/img/task/app-k.png
Normal file
BIN
src/assets/img/task/app-k.png
Normal file
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 |
@ -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/'
|
||||||
|
@ -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>
|
||||||
@ -155,9 +161,9 @@ onMounted(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -350,7 +356,7 @@ onMounted(() => {
|
|||||||
// img {
|
// img {
|
||||||
// opacity: 1;
|
// opacity: 1;
|
||||||
// }
|
// }
|
||||||
img{
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -365,7 +371,7 @@ onMounted(() => {
|
|||||||
.game-img {
|
.game-img {
|
||||||
width: 171px;
|
width: 171px;
|
||||||
height: 62px;
|
height: 62px;
|
||||||
img{
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
// position: absolute;
|
// position: absolute;
|
||||||
@ -392,6 +398,6 @@ onMounted(() => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content:flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user