jqueyr实现一个移动端手机端问卷调查效果代码

代码语言:html

所属分类:布局界面

代码描述:jqueyr实现一个移动端手机端问卷调查效果代码

代码标签: 移动 手机 问卷调查 效果

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   
<meta name="viewport" content="width=device-width,height=device-height,inital-scale=1.0,maximum-scale=1.0,user-scalable=no;">
   
<meta name="format-detection" content="telephone=no">
   
<meta http-equiv="Cache-Control" content="no-cache" />
   
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0;" />
   
<meta name="apple-mobile-web-app-capable" content="yes" />
   
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
   
<meta name="format-detection" content="telephone=no" />
   
<meta name="format-detection" content="email=no" />
   
<title></title>
   
<style>
        body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,form,input,legend,button,textarea {
            margin: 0;
            padding: 0;
            vertical-align: baseline;
            background: transparent;
            border: 0;
            outline: 0;
        }
        ul,li {
            float: left;
            font-family: "微软雅黑";
            color: #6e5b2e;
        }
        body,button,input,select,textarea {
            font: 12px/1.5 tahoma,arial,\5b8b\4f53,sans-serif;
            background: #f05150;
            font-family: "微软雅黑";
        }
        h1,h2,h3,h4,h5,h6 {
            font-size: 100%;
        }
        address,cite,dfn,em,var {
            font-style: normal;
        }
        code,kbd,pre,samp {
            font-family: courier new,courier,monospace;
        }
        small {
            font-size: 12px;
        }

        ul,ol {
            list-style: none;
        }
        a {
            text-decoration: none;
        }
        a:hover {
            text-decoration: none;
        }
        a:visited {
            color: #000;
        }
        sup {
            vertical-align: text-top;
        }
        sub {
            vertical-align: text-bottom;
        }
        legend {
            color: #000;
        }

        fieldset,img {
            border: 0;
        }
        legend {
            color: #000;
        }

        fieldset,img {
            border: 0;
        }
        table {
            border-collapse: collapse;
            border-spacing: 0;
        }
        input[type="checkbox"] {
            -webkit-appearance: checkbox !important;
        }
        button,input,select,textarea {
            font-size: 100%;
            visibility: hidden;
            -webkit-appearance: none;
        }
        * {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }


        /*调研首页*/
        .whole {
            width: 100%;
            height: auto;
            margin: 0 auto;
            position: relative;
        }
        .content {
            width: 80%;
            height: auto;
            margin: 10vw 10% 0 10%;
        }
        .dc_tit {
            width: 100%;
            height: 30vw;
            position: relative;
            float: left;
            margin-left: -77vw;
        }
        .dc_tit img {
            width: 100%;
            height: auto;
        }
        .dc_pic {
            width: 100%;
            height: 80vw;
            position: relative;
            float: left;
            margin-bottom: 0vw;
        }
        .dc_pic img {
            width: 100%;
            height: auto;
        }
        .dc_btn {
            width: 100%;
            height: 20vw;
            position: relative;
            float: left;
            margin-left: 77vw;
        }
        .dc_btn input {
            width: 100%;
            height: 12vw;
            background: #fff;
            margin-top: 4vw;
            border-radius: 5px;
            font-size: 5vw;
            text-align: center;
            line-height: 12vw;
            -webkit-appearance: none;
            visibility: visible;
        }
        .dc_btn input span {
            font-size: 5vw;
        }
        .foot {
            width: 100%;
            height: 10vw;
            text-align: center;
            font-size: 3vw;
            color: #000;
            line-height: 10vw;
            float: left;
            margin-top: 8vw;
        }


        /*首页2*/
        .dc_tit1 {
            width: 80%;
            height: 30vw;
            float: left;
            margin-left: -77vw;
            margin-top: 8vw;
            position: relative;
        }
        .dc_tit1 img {
            width: 80%;
            height: auto;
            margin-left: 10%;
        }
        .pc_img {
            width: 100%;
            height: 100%;
            margin: 0 auto;
            position: absolute;
        }
        .pc_img img {
            width: 100%;
            height: auto;
        }
        .btn {
            width: 70%;
            height: 12vw;
            position: absolute;
            top: 126vw;
            left: 15vw;
        }



        /*调研内容页面*/
        .head {
            width: 95%;
            height: 20vw;
            margin: 8vw auto 8vw 5%;
        }
        .t_pic {
            width: 20vw;
            height: 20vw;
            float: left;
            border-radius: 10px;
            overflow: hidden;
        }
        .t_pic img {
            width: 100%;
            height: auto;
        }
        .t_tit {
            width: 70vw;
            height: 10vw;
            margin-top: 5vw;
            float: right;
            border-top: 1px solid #fff;
            font-size: 4vw;
            color: #fff;
            letter-spacing: 0.5vw;
            overflow: hidden;
        }
        .t_tit p {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .t_con {
            width: 100%;
            height: auto;
            margin: 0 auto;
            overflow: hidden;
            background: url(//repo.bfw.wiki/bfwrepo/icon/5d83510b2bd7a.png) right no-repeat;
            background-size: 50% auto;
        }
        .con_tit {
            width: 80%;
            height: 15vw;
            margin: 0 10%;
            color: #fff;
            position: relative;
            margin-left: .........完整代码请登录后点击上方下载按钮下载查看

网友评论0