div+css另类checkbox开关立体盒子挡板切换效果代码
代码语言:html
所属分类:其他
代码描述:div+css另类checkbox开关立体盒子挡板切换效果代码
代码标签: div 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> body{ margin: 170px; } /* The switch - the box around the slider */ .switch { font-size: 17px; position: relative; display: inline-block; width: 3.5em; height: 2em; } /* Hide default HTML checkbox */ .switch input { opacity: 0; width: 0; height: 0; } /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; box-shadow.........完整代码请登录后点击上方下载按钮下载查看
网友评论0