@@ -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;