相关js代码$(document).ready(function(){$('.switch').click(function(){$(this).toggleClass("switchOn");});$('.switchBig').click(function(){$(this).toggleClass("switchBigOn");});});Css代码.switch {width: 62px;height: 32px;background: #e5e5e5;z-index: 0;margin: 0;padding: 0;appearance: none;border: none;cursor: pointer;position: relative;border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px;}.switch:before {content: ' ';position: absolute;left: 1px;top: 1px;width: 60px;height: 30px;background: #fff;z-index: 1;border-radius:16px;-moz-border-radius:16px;-webkit-border-radius:16px;}.switch:after {content: ' ';height: 29px;width: 29px;border-radius: 28px;background: #fff;position: absolute;z-index: 2;top: 1px;left: 1px;-webkit-transition-duration: 300ms;transition-duration: 300ms;-webkit-box-shadow: 0 2px 5px #999999;box-shadow: 0 2px 5px #999999;}.switchOn,.switchOn:before{background: #4cd964 !important;}.switchOn:after{left: 32px !important;}.switchBig {width: 200px;height: 105px;background: #e5e5e5;z-index: 0;margin: 0;padding: 0;appearance: none;border: none;cursor: pointer;position: relative;border-radius:53px;-moz-border-radius:53px;-webkit-border-radius:53px;}.switchBig:before {content: ' ';position: absolute;left: 2px;top: 2px;width: 196px;height: 101px;background: #fff;z-index: 1;border-radius:52px;-moz-border-radius:52px;-webkit-border-radius:52px;}.switchBig:after {content: ' ';height: 100px;width: 100px;border-radius: 52px;background: #fff;position: absolute;z-index: 2;top: 2px;left: 2px;-webkit-transition-duration: 300ms;transition-duration: 300ms;-webkit-box-shadow: 0 2px 5px #999999;box-shadow: 0 2px 5px #999999;}.switchBigOn, .switchBigOn:before{background: #4cd964 !important;}.switchBigOn:after{left: 98px !important;}
文件目录······
暂无数据
猜你喜欢
更多»
项目推荐
更多»
PDF电子书
更多»
Java多线程编程核心技术
(2)
Linux命令详解词典.pdf
(5)
深入Python3中文版
(0)
百度SEO一本通.pdf
(0)
mysql必知必会.pdf
(2)
疯狂JAVA讲义 pdf电子书
(3)
C# 图解教程pdf电子书
(3)
研磨设计模式 pdf电子书
(0)