修改vip文案

This commit is contained in:
yuyongdong 2024-09-19 14:38:14 +08:00
parent c942261656
commit a2edcaa8c8
4 changed files with 117 additions and 116 deletions

View File

@ -54,7 +54,7 @@
<span v-else>0</span>
</p>
</div>
<div class="staking-btn" @click="toStaking('/staking')">Staking</div>
<div class="staking-btn" @click="toStaking('/staking')">Stake</div>
</li>
<li>
<div class="img">
@ -67,7 +67,7 @@
<span v-else>0</span>
</p>
</div>
<div class="staking-btn" @click="toStaking('/conversion')">Conversion <br> CEC</div>
<div class="staking-btn" @click="toStaking('/conversion')">Vest</div>
</li>
</div>
<div class="right">
@ -1065,13 +1065,13 @@ onMounted(() => {
font-size: 20px;
cursor: pointer;
}
&:nth-child(2) {
.staking-btn {
font-size: 14px;
line-height: 1;
padding-top: 7px;
}
}
// &:nth-child(2) {
// .staking-btn {
// font-size: 14px;
// line-height: 1;
// padding-top: 7px;
// }
// }
}
}
.right {

View File

@ -424,7 +424,7 @@ onMounted( async () => {
<style lang="scss" scoped>
.header {
display: none !important;
// display: none !important;
position: fixed;
z-index: 19;
top: 0;

View File

@ -22,21 +22,22 @@
<h1>VIP 5</h1>
<p class="vip-status">VIP status is normal</p>
<div class="vip-rules">
<span>VIP points rules</span>
<span>VIP Points System</span>
<div class="vip-rules-box">
<div class="vip-rules-box-tit">
<!-- <div class="vip-rules-box-tit">
VIP growth value description
</div>
<p>1. The growth value is not accumulated. According to the CEC being pledged, 1 CEC pledged = 1 point of VIP growth value.</p>
<p>2. When the number of CEC currently pledged by the user is less than the growth value, it will enter the recession mechanism.</p>
<p>3. Decline mechanism: VIP growth value decreases over time until it equals the number of CEC currently pledged by the user.
wait. When the number of CEC pledged by the user is greater than or equal to the growth value, the decline mechanism will be exited.</p>
wait. When the number of CEC pledged by the user is greater than or equal to the growth value, the decline mechanism will be exited.</p> -->
<p>VIP Growth Points Equals Total Vesting esCEC (Includes Idle, Staked, and Vesting esCEC)</p>
</div>
</div>
</div>
</div>
<div class="vip-top-right" @click="toStake">
Go to stake CEC
Stake CEC Now
</div>
</div>
<div class="vip-bar">
@ -103,7 +104,7 @@ const props = defineProps({
const vipGrade = ref(0);
const vipList = ref([
{
title: "VIP1 Privileges",
title: "VIP Privileges",
text1: "1.Have all VIP4 privileges ",
text2: "2. <span>9.2%</span> off in game mall ",
text3: "3. Gold inc <span>5%</span>",

View File

@ -15,112 +15,112 @@ const routes = [
{
path: "/",
name: "index1",
component: StakingView,
component: HomeView,
meta: {
title: "home",
canonical: "https://.counterfire.games",
},
},
// {
// path: "/home",
// name: "home",
// component: HomeView,
// meta: {
// title: "Counter Fire",
// canonical: "https://.counterfire.games",
// },
// },
// {
// path: "/about",
// name: "About",
// component: AboutView,
// meta: {
// title: "Counter Fire-About",
// canonical: "https://.counterfire.games",
// },
// },
// {
// path: "/marketplace",
// name: "Marketplace",
// component: MarketplaceView,
// meta: {
// title: "Counter Fire-Marketplace",
// canonical: "https://.counterfire.games",
// },
// },
// {
// path: "/detail",
// name: "CDetail",
// component: Detail,
// meta: {
// title: "Counter Fire-Detail",
// canonical: "https://.counterfire.games",
// },
// },
// {
// path: "/detail/:address/:tokenid",
// name: "Detail",
// component: Detail,
// props: true,
// meta: {
// title: "Counter Fire-Detail",
// canonical: "https://.counterfire.games",
// },
// },
// {
// path: "/assets",
// name: "Assets",
// component: Assets,
// meta: {
// title: "Counter Fire-Assets",
// canonical: "https://.counterfire.games",
// },
// },
// {
// path: "/notice",
// name: "Notice",
// component: Notice,
// meta: {
// title: "Counter Fire-Assets",
// canonical: "https://.counterfire.games",
// },
// },
// {
// path: "/cecActivity",
// name: "CecActivityView",
// component: CecActivityView,
// meta: {
// title: "Counter Fire-CecActivity",
// canonical: "https://.counterfire.games",
// },
// },
// {
// path: "/claim",
// name: "claim",
// component: ClaimView,
// meta: {
// title: "claim",
// canonical: "https://.counterfire.games",
// },
// },
// {
// path: "/privacy",
// name: "Privacy",
// component: PrivacyView,
// meta: {
// title: "Counter Fire-Privacy",
// canonical: "https://.counterfire.games",
// },
// },
// {
// path: "/terms",
// name: "Terms",
// component: TermsView,
// meta: {
// title: "Counter Fire-Terms",
// canonical: "https://.counterfire.games",
// },
// },
{
path: "/home",
name: "home",
component: HomeView,
meta: {
title: "Counter Fire",
canonical: "https://.counterfire.games",
},
},
{
path: "/about",
name: "About",
component: AboutView,
meta: {
title: "Counter Fire-About",
canonical: "https://.counterfire.games",
},
},
{
path: "/marketplace",
name: "Marketplace",
component: MarketplaceView,
meta: {
title: "Counter Fire-Marketplace",
canonical: "https://.counterfire.games",
},
},
{
path: "/detail",
name: "CDetail",
component: Detail,
meta: {
title: "Counter Fire-Detail",
canonical: "https://.counterfire.games",
},
},
{
path: "/detail/:address/:tokenid",
name: "Detail",
component: Detail,
props: true,
meta: {
title: "Counter Fire-Detail",
canonical: "https://.counterfire.games",
},
},
{
path: "/assets",
name: "Assets",
component: Assets,
meta: {
title: "Counter Fire-Assets",
canonical: "https://.counterfire.games",
},
},
{
path: "/notice",
name: "Notice",
component: Notice,
meta: {
title: "Counter Fire-Assets",
canonical: "https://.counterfire.games",
},
},
{
path: "/cecActivity",
name: "CecActivityView",
component: CecActivityView,
meta: {
title: "Counter Fire-CecActivity",
canonical: "https://.counterfire.games",
},
},
{
path: "/claim",
name: "claim",
component: ClaimView,
meta: {
title: "claim",
canonical: "https://.counterfire.games",
},
},
{
path: "/privacy",
name: "Privacy",
component: PrivacyView,
meta: {
title: "Counter Fire-Privacy",
canonical: "https://.counterfire.games",
},
},
{
path: "/terms",
name: "Terms",
component: TermsView,
meta: {
title: "Counter Fire-Terms",
canonical: "https://.counterfire.games",
},
},
];