diff --git a/src/views/ClaimView.vue b/src/views/ClaimView.vue index 2ac2418..53a4023 100644 --- a/src/views/ClaimView.vue +++ b/src/views/ClaimView.vue @@ -2,7 +2,8 @@
- + +

CEC AIRDROP & TOURNAMENT REWARDS

@@ -612,10 +613,20 @@ onMounted(() => { background: url('@/assets/img/cec_claim/Counterfire_bg.png') no-repeat; background-size: 100% 100%; .claim-content-title { - width: 822px; + // width: 822px; + text-align: center; height: 40px; + line-height: 40px; margin: 0 auto; margin-top: 54px; + h1 { + font-size: 48px; + font-family: 'Poppins'; + font-weight: bold; + background-image: linear-gradient(to right, #e1c5ff, #bb7fff); + color: transparent; + -webkit-background-clip: text; + } } .claim-content-data { display: flex;