css实现checkbox胶囊开关效果代码

代码语言:html

所属分类:表单美化

代码描述:css实现checkbox胶囊开关效果代码

代码标签: 胶囊 开关 效果

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

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

<head>

    <meta charset="UTF-8">



    <style>
        body {
            font-family: -apple-system, BlinkMacSystemFont,"Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
            background: #e1eef6;
        }

        legend {
            position: absolute;
            opacity: 0;
            z-index: -2;
            width: 1px;
            height: 1px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-.........完整代码请登录后点击上方下载按钮下载查看

网友评论0