css实现笑脸表情胶囊开关点击效果代码

代码语言:html

所属分类:布局界面

代码描述:css实现笑脸表情胶囊开关点击效果代码

代码标签: css 笑脸 表情 胶囊 开关 点击

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

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <style>
        .switch.off:before, .switch.off:after, .switch.on:before, .switch.on:after {
      -webkit-transition: 0.6s;
      transition: all 0.6s;
    }
    
    body {
      background-color: #2A6B64;
      height: 100vh;
      justify-content: center;
      align-items: center;
    }
    
    .swi.........完整代码请登录后点击上方下载按钮下载查看

网友评论0