本文介绍了分享一个h5原生form表单的checkbox特效代码,分享给大家,具体如下:
效果如下:
<!doctype html><html> <head> <meta chart="utf-8"> <title></title> <style> .md-checkbox { margin: 50px; position: relative; height: auto; font-size: 14px; } .md-checkbox label>span.inc { -webkit-animation: growcircle 0.2s ea; -moz-animation: growcircle 0.2s ea; animation: growcircle 0.2s ea; } @keyframes growcircle { 0%, 100% { transform: scale(0); opacity: 0.8; } 70% { backgroun银行五一上班吗d: #eee; transform: scale(1.25); } } .md-checkbox label>span.inc { background: #fff; left: -20px; top: -20px; height: 60px; width: 60px; opacity: 0; border-radius: 50% !important; -moz-border-radiu女性书籍s: 50% !important; -webkit-border-radius: 50% !important; } .md-checkbox input[type=checkbox] { visibility: hidden; position: absolute; } .md-checkbox label { cursor: pointer; padding-left: 30px; } .md-checkbox label>span { display: block; position: absolute; left: 0; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; } .md-checkbox label>.check { top: -4px; left: 6px; width: 10px; height: 20px; border: 2px solid #26a69a; border-top: none; border-left: none; opacity: 0; z-index: 5; -webkit-transform:郭亮旅游 rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; transition-delay: 0.2s; } .md-checkbox input[type=checkbox]:checked~label>.check { opacity: 1; -webkit-transform: scale(1) rotate(45deg); -moz-transform: scale(1) rotate(45deg); transform: scale(1) rotate(45deg); } .md-checkbox input[type=checkbox]:checked~label>.box { opacity: 0; -webkit-transform: scale(0) rotate(-180deg); -moz-transform: scale(0) rotate(-180deg); transform: scale(0) rotate(-180deg); } .md-checkbox label>.box { top: 0px; border: 2px solid #666; height: 20px; width: 20px; z-index: 5; -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; transition-delay: 0.2s; } </style> </head> <body> <div class="md-checkbox"> <input type="checkbo顺丰王卫x" id="test" class="md-check" /> <label for="test"> <span></span> <span class="check"></span> <span class="box"></span> option 1 </label> </div> <script> var list = document.getelementsbytagname('input'); for(var i =0;i<list.length;i++){ (function(n){ list[n].addeventlistener('click',function(e){ var inc = this.nextelementsibling.f高考600分能上什么大学irstelementchild; inc.classname = ''; ttimeout(function(){ inc.classname = 'inc'; },0); }) })(i) } </script> </body></html>
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持www.887551.com。
本文发布于:2023-04-03 08:12:05,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/c9b2d7ea1f3a50354b7786a213df5df4.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:分享一个H5原生form表单的checkbox特效代码.doc
本文 PDF 下载地址:分享一个H5原生form表单的checkbox特效代码.pdf
留言与评论(共有 0 条评论) |