时间:2021-05-26
实现效果:
实现原理:
给关闭按钮绑定点击事件,点击以后触发动画效果。利用jQuery的animate方法,先让显示天气的盒子高度变为0,接着让整个包含天气和事件的盒子宽度变为0,最后通过将display属性值设为none,使得close按钮消失。
实现代码:
<!DOCTYPE html><html><head> <title>仿360开机效果</title> <meta charset="utf-8"> <style type="text/css"> *{ padding: 0; margin: 0; } .box{ width: 320px; position: fixed; bottom: 0; right: 0; box-shadow: 1px 1px 10px #2d2d2d; } #close{ position: absolute; top: 0; right: 0; width: 30px; height: 20px; cursor: pointer; background-color: red; color: pink; font-weight: bold; text-align: center; } .hd{ width: 320px; height: 300px; background-color: #03c03c; color: #fff; font-size: 70px; line-height: 300px; text-align: center; } .bd{ width: 320px; height: 100px; background-color: #fffc00; font-size: 30px; line-height: 100px; text-align: center; } </style></head><body><div class="box"> <span id="close">X</span> <div class="hd" id="t">1分12秒</div> <div class="bd" id="b">天气:晴天</div></div><!-- 引入jQuery --><script type="text/javascript" src="./jquery1.0.0.1.js"></script><script type="text/javascript"> window.onload = function(){ var close = document.getElementById("close"); var box = close.parentNode; var b = document.getElementById("b"); // 给关闭按钮绑定点击事件 close.onclick = function(){ animate(b, {"height":0}, function(){ animate(box,{"width":0}); }); close.style.display = "none"; } }</script></body></html>PS:JS 实现时间倒计时
<script type="text/javascript">var maxtime = 1350057600 //截止到的日期var now=parseInt((new Date().getTime())/1000);//获取当前的日期var cha_time=maxtime-now;//中间所差的时间下面方法把相差的时间组合成倒计时的字符串,然后放到页面相应位置实现,实时刷新
function CountDown(){ if(cha_time>=0){var day = Math.floor(cha_time/3600/24);var hour= Math.floor((cha_time/3600)%24);var minutes = Math.floor((cha_time/60)%60); var seconds = Math.floor(cha_time%60); msg = "离结束还有"+day+"天"+hour+"小时"+minutes+"分"+seconds+"秒"; $(".ws_sg_con_big,.ws_sg_con_small").find("dd").html(msg);--cha_time; } else{ clearInterval(timer); alert("时间到,结束!"); } } timer = setInterval("CountDown()",1000); </script>总结
以上所述是小编给大家介绍的javascript+jQuery实现360开机时间显示效果,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
用javascript+jquery写的一个定时器,定时修改文章标题。复制代码代码如下:TODOsupplyatitleTestLineOneTestLineT
360安全卫士提供给我们的电脑开机时间小助手,虽然在一定程度上可以帮助我们了解自己电脑的开机时间,但是在某种意义上,这个工具的开启反而会降低我们的电脑的启动速度
如果很多软件开机自动运行的话,会影响我们电脑的开机时间和电脑的运行速度。下面就教大家把不必要软件的开机自动运行禁止掉。 1、首先打开360安全卫士,选择&
为什么有的人肯花三四千买电脑,却不肯再多花三四百买固态硬盘?SSD就是缩短开机时间而已?开机快确实是SSD最容易量化的指标,因为你能清清楚楚的看到开机时间显示多
今天小编为大家分享下,查看自己电脑开机时间,开机用了多长时间的方法,希望对大家有所帮助,如有疑问请留言提出,小编会细心解答。软件名称:360安全卫士领航版v12