当前位置:
代码迷
>>
综合
>> 小米分身 虚拟定位
详细解决方案
小米分身 虚拟定位
热度:
29
发布时间:
2023-09-08 11:35:46.0
小米分身 虚拟定位
该特效需要一个文件 xs.htc下载 下载完成之后放到images文件夹里,如果放到其它地方需要修改代码相应的路径
<html> <head> <meta http-equiv="Content-Language" content="zh-cn"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>鼠标经过时链接文字的特殊显示</title> <style> A { FILTER: progid:dximagetransform.microsoft.gradientwipe(duration=1); BEHAVIOR: url(/downtools/texiao/xs.htc); CURSOR: hand; HEIGHT: 1px; TEXT-DECORATION: none } A:link { COLOR: #3d3525 } A:visited { COLOR: #3d3525 } A:hover { COLOR: #ede8e0 } A:active { COLOR: #3d3525 } </style> </head> <body bgcolor="#000000"> <p>脚 本 之 家,特 效 专 栏</p> <p><font color="#FFFFFF">代码中的style中间的代码加到网页里即可</font></p> </body> </html>
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
小米分身 虚拟定位
相关解决方案