cec claim
This commit is contained in:
parent
e0d55b22ff
commit
a1ed6c4b12
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
<div class="card-btn">
|
||||
<div class="card-sell" v-if="nftData.on_lock == '1'" @click="mintHero()">Mint</div>
|
||||
<div class="card-cancel" v-else >Unlock</div>
|
||||
<div class="card-cancel" v-else >Unlocked</div>
|
||||
</div>
|
||||
<SellDialog :sellDialogVisible="sellDialogVisible" :floorPrice="floorPrice" :sellDataArr="sellDataArr" @handleClose="sellHandleClose" />
|
||||
<LoadingDialog :loadingDialogVisible="loadingDialogVisible" />
|
||||
|
@ -74,7 +74,7 @@ const props = defineProps({
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
background: url('src/assets/img/marketplace/hero_lockBg.png') no-repeat;
|
||||
background: url('@/assets/img/marketplace/hero_lockBg.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.imgs-day {
|
||||
|
@ -24,12 +24,8 @@
|
||||
<span>Unavailable: {{ Number(cecInfo.unavailable) == 0 ? 0 : priceCalculated(cecInfo.unavailable,18) }}</span>
|
||||
<div class="unavailable-tips">
|
||||
<div>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>Available for claiming in the future.</p>
|
||||
<p>Stay tuned for updates.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -50,7 +46,48 @@
|
||||
<span class="btn login-btn" @click="connectLogin">Login</span>
|
||||
</div>
|
||||
<div class="content-time">
|
||||
<li>
|
||||
<div class="content-time-top">
|
||||
<li>
|
||||
<div class="left">
|
||||
<div>
|
||||
<img src="@/assets/img/cec_claim/Bitgetlogo.png" alt="">
|
||||
</div>
|
||||
<h3>Deposit to Bitget</h3>
|
||||
<span>Free gas</span>
|
||||
</div>
|
||||
<div class="right">
|
||||
<span>Aug 30, 18:00 UTC - Sep 3, 18:00 UTC </span>
|
||||
<div class="tips">
|
||||
<img src="@/assets/img/cec_claim/Icon_!.png" alt="">
|
||||
<div class="tips-box">
|
||||
<div>
|
||||
<p>CounterFire & Bitget</p>
|
||||
<p>0 gas fee, 100k $CEC rewards to share.</p>
|
||||
<p>Can claim $CEC to your wallet after the event.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="left">
|
||||
<p>Grab a share of $100,000 $CEC</p>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
<div class="content-time-line"></div>
|
||||
<div class="content-time-btm">
|
||||
<li>
|
||||
<div class="left">
|
||||
<div></div>
|
||||
<span>Claim to your wallet</span>
|
||||
</div>
|
||||
<div class="right">
|
||||
<span>Coming soon</span>
|
||||
</div>
|
||||
</li>
|
||||
</div>
|
||||
<!-- <li>
|
||||
<div class="left">
|
||||
<div>
|
||||
<img src="@/assets/img/cec_claim/Bitgetlogo.png" alt="">
|
||||
@ -63,11 +100,9 @@
|
||||
<img src="@/assets/img/cec_claim/Icon_!.png" alt="">
|
||||
<div class="tips-box">
|
||||
<div>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>CounterFire & Bitget</p>
|
||||
<p>0 gas fee, 100k $CEC rewards to share.</p>
|
||||
<p>Can claim $CEC to your wallet after the event.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -81,7 +116,7 @@
|
||||
<div class="right">
|
||||
<span>Coming soon</span>
|
||||
</div>
|
||||
</li>
|
||||
</li> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="content" v-else-if="address && cecUserStatus == -1">
|
||||
@ -105,11 +140,9 @@
|
||||
<img src="@/assets/img/cec_claim/Icon_!.png" alt="">
|
||||
<div class="tips-box">
|
||||
<div>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>XXXXXXXXXXXXXXXX</p>
|
||||
<p>CounterFire & Bitget</p>
|
||||
<p>0 gas fee, 100k $CEC rewards to share.</p>
|
||||
<p>Can claim $CEC to your wallet after the event.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -450,18 +483,16 @@ onMounted(() => {
|
||||
.unavailable-tips {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: -235px;
|
||||
top: -40px;
|
||||
width: 233px;
|
||||
height: 159px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: url('@/assets/img/cec_claim/Whitelist.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
right: -300px;
|
||||
top: -20px;
|
||||
width: 280px;
|
||||
height: 70px;
|
||||
padding: 20px;
|
||||
border: 1px solid #B966FF;
|
||||
border-radius: 20px;
|
||||
background: #1a1821;
|
||||
box-shadow: 0px 0px 10px #B966FF;
|
||||
div {
|
||||
width: 140px;
|
||||
height: 80px;
|
||||
font-family: 'Poppins';
|
||||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
@ -551,7 +582,7 @@ onMounted(() => {
|
||||
}
|
||||
.content-time {
|
||||
width: 824px;
|
||||
height: 177px;
|
||||
height: 197px;
|
||||
margin: 40px auto;
|
||||
background: #241d2f;
|
||||
background: url('@/assets/img/cec_claim/Counterfire_bg01.png') no-repeat;
|
||||
@ -560,82 +591,184 @@ onMounted(() => {
|
||||
border-radius: 40px;
|
||||
box-sizing: border-box;
|
||||
color: #fff;
|
||||
li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 60px;
|
||||
border-bottom: 2px solid #3f3455;
|
||||
div {
|
||||
font-weight: 700;
|
||||
font-size: 18px;
|
||||
}
|
||||
.left {
|
||||
width: 350px;
|
||||
// padding-left: 100px;
|
||||
.content-time-top {
|
||||
li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-family: 'Poppins';
|
||||
font-weight: 600;
|
||||
font-size: 24px;
|
||||
div {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin: 0 20px;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
justify-content: space-between;
|
||||
.left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
div {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
h3 {
|
||||
font-family: "Poppins";
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
margin: 0 10px 0 20px;
|
||||
}
|
||||
span {
|
||||
display: inline-block;
|
||||
color: #000;
|
||||
background: #31FFF3;
|
||||
font-size: 12px;
|
||||
font-family: "Poppins";
|
||||
padding: 0 5px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
p {
|
||||
color: #a59dab;
|
||||
font-size: 16px;
|
||||
margin: 10px 0;
|
||||
margin-left: 50px;
|
||||
}
|
||||
}
|
||||
span {}
|
||||
}
|
||||
.right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.tips {
|
||||
position: relative;
|
||||
margin-left: 50px;
|
||||
cursor: pointer;
|
||||
img {
|
||||
width: 28px;
|
||||
height: 27px;
|
||||
cursor: pointer;
|
||||
.right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
span {
|
||||
font-weight: 700;
|
||||
font-size: 18px;
|
||||
}
|
||||
.tips-box {
|
||||
display: none;
|
||||
width: 233px;
|
||||
height: 159px;
|
||||
background: url('@/assets/img/cec_claim/Whitelist.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
top: -40px;
|
||||
left: 10px;
|
||||
padding: 45px;
|
||||
div {
|
||||
p {
|
||||
font-family: 'Poppins';
|
||||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
line-height: 1.1;
|
||||
.tips {
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
cursor: pointer;
|
||||
img {
|
||||
width: 28px;
|
||||
height: 27px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.tips-box {
|
||||
display: none;
|
||||
}
|
||||
&:hover {
|
||||
.tips-box {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: -360px;
|
||||
top: -80px;
|
||||
width: 350px;
|
||||
height: 85px;
|
||||
padding: 20px;
|
||||
border: 1px solid #B966FF;
|
||||
border-radius: 20px;
|
||||
background: #1a1821;
|
||||
box-shadow: 0px 0px 10px #B966FF;
|
||||
div {
|
||||
font-family: 'Poppins';
|
||||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
.tips-box {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
border: 0px;
|
||||
}
|
||||
.content-time-line {
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background: #44375c;
|
||||
}
|
||||
.content-time-btm {
|
||||
li {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 20px;
|
||||
font-size: 18px;
|
||||
font-family: 'Poppins';
|
||||
font-weight: 600;
|
||||
font-size: 24px;
|
||||
color: #8D8598;
|
||||
color: #8d8598;
|
||||
.left {
|
||||
margin-left: 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
// li {
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
// height: 60px;
|
||||
// border-bottom: 2px solid #3f3455;
|
||||
// div {
|
||||
// font-weight: 700;
|
||||
// font-size: 18px;
|
||||
// }
|
||||
// .left {
|
||||
// width: 350px;
|
||||
// // padding-left: 100px;
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
// font-family: 'Poppins';
|
||||
// font-weight: 600;
|
||||
// font-size: 24px;
|
||||
// div {
|
||||
// width: 30px;
|
||||
// height: 30px;
|
||||
// margin: 0 20px;
|
||||
// border-radius: 50%;
|
||||
// overflow: hidden;
|
||||
// img {
|
||||
// width: 100%;
|
||||
// height: 100%;
|
||||
// }
|
||||
// }
|
||||
// span {}
|
||||
// }
|
||||
// .right {
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
// .tips {
|
||||
// position: relative;
|
||||
// margin-left: 50px;
|
||||
// cursor: pointer;
|
||||
// img {
|
||||
// width: 28px;
|
||||
// height: 27px;
|
||||
// cursor: pointer;
|
||||
// }
|
||||
// .tips-box {
|
||||
// display: none;
|
||||
// }
|
||||
// &:hover {
|
||||
// .tips-box {
|
||||
// display: block;
|
||||
// position: absolute;
|
||||
// right: -360px;
|
||||
// top: -80px;
|
||||
// width: 350px;
|
||||
// height: 85px;
|
||||
// padding: 20px;
|
||||
// border: 1px solid #B966FF;
|
||||
// border-radius: 20px;
|
||||
// background: #1a1821;
|
||||
// box-shadow: 0px 0px 10px #B966FF;
|
||||
// div {
|
||||
// font-family: 'Poppins';
|
||||
// font-weight: 500;
|
||||
// font-size: 13px;
|
||||
// line-height: 1.2;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// &:last-child {
|
||||
// border: 0px;
|
||||
// font-family: 'Poppins';
|
||||
// font-weight: 600;
|
||||
// font-size: 24px;
|
||||
// color: #8D8598;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
.content-title {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user