详情
js实现网页背景暗色和亮色开关切换。
开关按钮是checkbox,用css样式美化
input[type=checkbox]{ height: 0; width: 0; visibility: hidden;}label { cursor: pointer; text-indent: -9999px; width: 52px; height: 27px; background: grey; float: right; border-radius: 100px; position: relative;}label::after{ content: ''; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; background-color: white; border-radius: 90px; transition: 0.3s;}input:checked + label { background-color: var(--color-headings);}input:checked + label::after { left: calc(100% - 5px); transform: translateX(-100%);}label:active:after { width: 45px;}
声明:本站所有文章资源均为演示数据采集,如无特殊说明或标注,均为互联网采集发布。如若本站内容侵犯了原著者的合法权益,可联系我们进行删除处理。所有付费内容包括VIP仅供演示功能体验使用,所有素材无真实下载地址和数据,所有演示数据最终解释权归源站所有
评论(3)
欢迎您光临1pma.cn,本站秉承服务宗旨 履行“站长”责任,销售只是起点 服务永无止境!
?
?普通用户