JavaScript网页背景暗色和亮色开关切换

JavaScript网页背景暗色和亮色开关切换

  • 模板编号:ZY-562
  • 模板分类:页面布局
  • 点击次数:
  • 模板编码:UTF-8
  • 更新版本:
  • 模板大小:0.00M
  • 下载权限:
  • 模板售价:共享软件
  • 下载次数:
演示地址

详情

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;}
分享到 :
相关推荐

发表评论

登录... 后才能评论

评论(3)

加入本站VIP会员订阅计划,海量资源免费下载查看

目前为止共有3位优秀的VIP会员加入!

立即加入VIP会员