jquery实现手机端移动端微信端问卷调查答题页面效果代码
代码语言:html
所属分类:布局界面
代码描述:jquery实现手机端移动端微信端问卷调查答题页面效果代码
代码标签: 端 移动 端微 信端 问卷调查 答题 页面 效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <style> /*base*/blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul { margin: 0; padding: 0 } html { font-size: 62.5%; width: 100%; height: 100%; } body { font-size: 1.4rem; width: 100%; height: 100%; -webkit-font-smoothing: antialiased; } html, body { font-family: 'Microsoft YaHei',tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif; } img { display: block; } ol,ul { list-style: none } a { text-decoration: none } a:hover { text-decoration: underline } * { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /*style*/.wrap { width: 100%; height: 100%; } .enter_wrap { width: 100%; height: 100%; background: url(//repo.bfw.wiki/bfwrepo/image/5df86dc72ff0f.png) no-repeat; background-size: 100% 100%; } .enter_wrap .wrap_top { width: 100%; position: absolute; top: 10%; } .enter_wrap .wrap_top .top_img { width: 100%; margin: 0 auto; } .enter_wrap .wrap_center { width: 100%; position: absolute; bottom: 22%; } .enter_wrap .wrap_center .enter_btn { width: 78%; margin: 0 auto; color: #FFF; text-align: center; font-size: 1.8rem; line-height: 44px; background: url(//repo.bfw.wiki/bfwrepo/image/5df86dc72ff0f.png) repeat-x; background-size: 1px 44px; border: 1px #282940 solid; } .enter_wrap .wrap_bottom { width: 100%; position: absolute; bottom: 4%; } .enter_wrap .wrap_bottom .bottom_img { width: 60%; margin: 0 auto; } .topic_wrap { display: none; width: 100%; height: 100%; background: url(//repo.bfw.wiki/bfwrepo/image/5f24e1feda734.png?x-oss-process=image/auto-orient,1/resize,m_fill,w_400,h_600,/quality,q_90); background-size: 100% 100%; } .topic_wrap .fade_wrap { width: 100%; height: 100%; } .topic_wrap .wrap_top { width: 100%; position: absolute; top: 8%; } .topic_wrap .wrap_top .topic_no { height: 40px; width: 40px; line-height: 40px; text-align: center; color: #FFF; font-size: 1.2rem; border-radius: 20px; background: url(//repo.bfw.wiki/bfwrepo/image/60dd75673abe6.png) repeat-x; background-size: 1px 42px; margin: 0 auto; } .topic_wrap .wrap_top .topic_no .curr_no { font-size: 1.6rem; } .topic_wrap .wrap_top1 { width: 100%; position: absolute; top: 20%; } .topic_wrap .wrap_top1 .topic_title { width: 80%; margin: 0 auto; text-align: center; font-size: 1.6rem; color: #FFF; } .topic_wrap .wrap_center { width: 100%; position: absolute; top: 34%; } .topic_wrap .wrap_center .topic_option { width: 80%; margin: 0 auto; text-align: center; display: table; } .topic_wrap .wrap_c.........完整代码请登录后点击上方下载按钮下载查看
网友评论0