css布局立体质感checkbox开关效果代码
代码语言:html
所属分类:布局界面
代码描述:css布局立体质感checkbox开关效果代码
代码标签: css 布局 立体 质感 checkbox 开关
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum=1.0,minimum=1.0,user-scalable=0" /> <style> .checkbox-wrapper-25 input[type="checkbox"] { background-image: -webkit-linear-gradient(hsla(0,0%,0%,.1), hsla(0,0%,100%,.1)), -webkit-linear-gradient(left, #f66 50%, #6cf 50%); background-size: 100% 100%, 200% 100%; background-position: 0 0, 15px 0; border-radius: 25px; box-shadow: inset 0 1px 4px hsla(0,0%,0%,.5), inset 0 0 10px hsla(0,0%,0%,.5), 0 0 0 1px hsla(0,0%,0%,.1), 0 -1px 2px 2px hsla(0,0%,0%,.25), 0 2px 2px 2px hsla(0,0%,100%,.75); cursor: pointer; height: 25px; padding-right: 25px; width: 75px; -.........完整代码请登录后点击上方下载按钮下载查看
网友评论0