- .wrap {
- /*设置背景渐变色*/
- background-image: linear-gradient(to right, red, orange, yellow, green, yellow, orange, red, orange, yellow, green, yellow, orange, red);
- /*chrome私有样式,加前缀,文字显示背景图片*/
- -webkit-background-clip: text;
- animation: move 5s infinite;
- /*文字颜色设为透明*/
- color: transparent;
- /*宽度固定*/
- width: 242px;
- }
复制代码- <a href="/plugin.php?id=dpzone_uidmall&&mod=mall" class="xi2"><font color="#008B00"><font size="5"><div class="wrap">悟空资源</div></font></font></a>
复制代码
|