数码资讯
字体渐变 兼容 ie
选购提示
关注价格、性能、续航、售后和真实使用场景,理性比较后再下单。
由
background: linear-gradient(0deg, #09AFE8 0%, #23E3AB 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
变为
<svg width="100%" height="69">
<defs>
<linearGradient id="gradst" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#09AFE8; stop-opacity:1" />
<stop offset="100%" style="stop-color:#23E3AB; stop-opacity:1" />
</linearGradient>
</defs>
<text x="0" y="56" fill="url(#gradst)" :class="['card_body']" style="font-family: DIN-Bold;cursor:pointer;">{{ total1 }}</text>
</svg>
声明:本文内容用于数码产品信息整理与选购参考,具体价格、库存、售后政策以官方渠道和电商页面实时信息为准。