补充按钮手形样式显示
This commit is contained in:
@@ -29,7 +29,7 @@ export function HeroSection() {
|
|||||||
|
|
||||||
<FreeTrial className={[
|
<FreeTrial className={[
|
||||||
`mt-32 max-md:mt-20 w-96 max-md:w-full h-16 md:h-24 rounded-lg shadow-lg cursor-pointer`,
|
`mt-32 max-md:mt-20 w-96 max-md:w-full h-16 md:h-24 rounded-lg shadow-lg cursor-pointer`,
|
||||||
`bg-linear-to-r from-blue-500 to-cyan-400 text-white text-xl lg:text-4xl`,
|
`bg-linear-to-r from-blue-500 to-cyan-400 text-white text-xl lg:text-4xl cursor-pointer`,
|
||||||
].join(' ')}/>
|
].join(' ')}/>
|
||||||
</Wrap>
|
</Wrap>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ export default function CollectPage() {
|
|||||||
<div className="text-blue-600 font-bold text-2xl md:text-2xl text-center md:text-left">
|
<div className="text-blue-600 font-bold text-2xl md:text-2xl text-center md:text-left">
|
||||||
现在注册,免费领取5000IP
|
现在注册,免费领取5000IP
|
||||||
</div>
|
</div>
|
||||||
<FreeTrial className={merge('bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md whitespace-nowrap')}/>
|
<FreeTrial className={merge('bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-md whitespace-nowrap cursor-pointer')}/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user