首页 > 作文

如何用css3实现switch组件开关的方法

更新时间:2023-04-06 21:35:23 阅读: 评论:0

本文介绍了用css3实现switch组件的方法,分享给大家,具体如下:

基于表单的checkbox

效果图

原理

checkbox, 有两种状态, 没选中和选中, 当选中的时候(:checked), 改变样式即可, 首先得清除浏览器默认的样式, apperance: none, 本文代码只在chrome中运行, 如果需要写兼容性代码, 给apperance和transition加上前缀就好

html代码

<input class='switch-component' type='checkbox'>

css代码

// switch组件.switch-component {  position: relative;  width: 60p天猫双十一晚会节目单x;  height: 30px;  background-color: #dadada;  border-radius: 30px;  border: none;  主持台词outline: none;  -webkit-appearance: 江西先锋软件职业技术学院none;  transition: all .2s ea快速记忆;}// 按钮switch-component::after {  content: '';  position: absolute;  top: 0;  left: 0;  width: 50%;  height: 100%;  background-color: #fff; 积极的个性签名 border-radius: 50%;  transition: all .2s ea; }// checked状态时,背景颜色改变.switch-component:checked {  background-color: #86c0fa;}// checked状态时,按钮位置改变.switch-component:checked::after {  left: 50%; }

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持www.887551.com。

本文发布于:2023-04-06 21:35:21,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/b586b60ba48f1c5248fe1e91e10c5b50.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:如何用css3实现switch组件开关的方法.doc

本文 PDF 下载地址:如何用css3实现switch组件开关的方法.pdf

标签:代码   本文   状态   样式
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图