文字渐变色
<div class="bg-[linear-gradient(90deg,#092DA1,#458AF1,#C2C4FF)] bg-clip-text text-transparent text-h0 ">全域安全</div>
<style>
.text-transparent {
color: transparent;
}
.bg-clip-text {
-webkit-background-clip: text;
background-clip: text;
}
.bg-\[linear-gradient\(90deg\2c \#092D
2024-11-28 17:21:31