This commit is contained in:
huangjinming 2023-07-13 13:32:49 +08:00
parent 8af45528a0
commit ab50d2eba0
3 changed files with 20 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -39,7 +39,13 @@
<div class="game-img"> <div class="game-img">
<img src="../assets/img/task/WEB3.png" alt="" /> <img src="../assets/img/task/WEB3.png" alt="" />
</div> </div>
<div class="download-item-andriod">
<a
href="https://counterfire.games/release/counterfire.apk"
>
<img src="../assets/img/task/andriod.png" alt=""
/></a>
</div>
<div class="download-item-google"> <div class="download-item-google">
<a <a
href="https://play.google.com/store/apps/details?id=com.cege.games.release" href="https://play.google.com/store/apps/details?id=com.cege.games.release"
@ -329,7 +335,19 @@ onMounted(() => {
justify-content: space-between; justify-content: space-between;
align-items: flex-start; align-items: flex-start;
} }
.download-item-andriod{
width: 173px;
height: 52px;
margin-top: 18px;
background-color: #161515;
cursor: pointer;
position: relative;
background: url("@/assets/img/task/andriod.png") no-repeat;
background-size: 100% 100%;
img {
opacity: 0;
}
}
.download-item-google { .download-item-google {
width: 173px; width: 173px;
height: 52px; height: 52px;