stepsForm实现多步骤带进度答题表单效果代码
代码语言:html
所属分类:表单美化
代码描述:stepsForm实现多步骤带进度答题表单效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/normalize.css"> <style> @import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic); @ *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .clearfix:before, .clearfix:after { content: ''; display: table; } .clearfix:after { clear: both; } body { background: #26C281; color: rgba(0,0,0,0.45); font-size: 100%; line-height: 1.25; font-family: 'Lato', Arial, sans-serif; } a { color: rgba(0,0,0,0.25); text-decoration: none; outline: none; } a:hover, a:focus { color: rgba(0,0,0,0.6); } .codrops-header { margin: 0 auto; padding: 3em 1em; text-align: center; color: rgba(0,0,0,0.35); } .codrops-header h1 { margin: 0; font-weight: 400; font-size: 2.5em; } .codrops-header h1 span { display: block; padding: 0 0 0.6em 0.1em; font-size: 0.6em; opacity: 0.7; } /* To Navigation Style */ .codrops-top { width: 100%; text-transform: uppercase; font-weight: 700; font-size: 0.69em; line-height: 2.2; } .codrops-top a { display: inline-block; padding: 0 1em; text-decoration: none; letter-spacing: 1px; } .codrops-top span.right { float: right; } .codrops-top span.right a { display: block; float: left; } .codrops-icon:before { margin: 0 4px; text-transform: none; font-weight: normal; font-style: normal; font-variant: normal; font-family: 'codropsicons'; line-height: 1; speak: none; -webkit-font-smoothing: antialiased; } .codrops-icon-drop:before { content: "\e001"; } .codrops-icon-prev:before { content: "\e004"; } section { padding: 5em 2em 10em; background: #2dcb89; text-align: center; } section.related { padding: 3em 1em 4em; background: #465650; color: rgba(0,0,0,0.4); font-size: 1.5em; } .related > a { max-width: 80%; border: 2px sol.........完整代码请登录后点击上方下载按钮下载查看
网友评论0