From ce2618ad0a64189a7cc190e80b738825ccf0ab1c Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Wed, 18 Sep 2024 16:08:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8A=9B=E8=B5=9Bclaim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ClaimView.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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;