基本信息
源码名称:点、线移动实现报警动态(纯css实现)
源码大小:4.15KB
文件格式:.html
开发语言:CSS
更新时间:2020-08-08
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

<div class="box-center">
<div class="box">
<div class="demo"></div>
<div class="demo1">
<p style="font-weight: 500;">
<a href="#">
<span class="char1" style="display: inline-block; transition: none 0s ease 0s; transform: translateX(-1px) translateY(6px) rotate(-20deg);">地</span>
<span class="char2" style="display: inline-block; transition: none 0s ease 0s; transform: translateX(-2px) translateY(0px) rotate(-8deg);">测</span>
<span class="char2" style="display: inline-block; transition: none 0s ease 0s; transform: translateX(-5px) translateY(-2px) rotate(-2deg);">防</span>
<span class="char2" style="display: inline-block; transition: none 0s ease 0s; transform: translateX(-8px) translateY(1px) rotate(10deg);">治</span>
<span class="char2" style="display: inline-block; transition: none 0s ease 0s; transform: translateX(-10px) translateY(6px) rotate(25deg);">水</span>
</p>
</a>
</p>
</div>
<div class="demo2"></div>
<div class="demo3">
<p class="bj">预警报警</p>
</div>
<div id="hr"></div>
<div id="container"></div>
<div id="hrs"></div>
</div>
</div>