fix
This commit is contained in:
parent
8af45528a0
commit
ab50d2eba0
BIN
src/assets/img/task/andriod.png
Normal file
BIN
src/assets/img/task/andriod.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB |
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user