css质感开关checkbox美化效果代码

代码语言:html

所属分类:表单美化

代码描述:css质感开关checkbox美化效果代码

代码标签: css checkbox 开关 美化

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

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

<head>
    <meta charset="UTF-8">
    <style>
        body {
        	text-align:center;
        	background-color:#dcdfe5
        }
        p {
        	text-shadow:0 1px 0 rgba(255,255,255,.7),0 -1px 0 rgba(0,0,0,.5);
        	font-size:28px;
        	color:#777
        }
        .btn-bg {
        	position:relative;
        	z-index:1;
        	width:160px;
        	height:80px;
        	margin:0 auto;
        	border-top:1px solid #a5a7ac;
        	border-bottom:1px solid #fff;
        	border-radius:60px;
        	backgr.........完整代码请登录后点击上方下载按钮下载查看

网友评论0