css滑动胶囊开关checkbox点击切换动画效果代码

代码语言:html

所属分类:表单美化

代码描述:css滑动胶囊开关checkbox点击切换动画效果代码

代码标签: css 滑动 胶囊 开关 checkbox 点击 切换 动画

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en" >

<head>

  <meta charset="UTF-8">

  
  
  
<style>
input {
  --s: 40px; /* adjust this to control the size*/
  
  --_g: radial-gradient(calc(var(--s)/2),#15202a 96%,#0000); /* the color of the circle here */
  height: var(--s);
  aspect-ratio: 2.5;
  width: auto; /* some browsers need this */
  border-radius: var(--s);
  padding: calc(var(--s)/10);
  margin: calc(var(--s)/2);
  display: g.........完整代码请登录后点击上方下载按钮下载查看

网友评论0