Browse Source

Automatic Commit By liuyuqi

zhizhou-lyq 4 years ago
commit
93e1aa5e1a

+ 4 - 0
README.md

@@ -0,0 +1,4 @@
+## survey.yoqi.me
+
+调查报告,问卷调查。
+

BIN
web/img/TB18Hb9GVXXXXbBXXXXrP178FXX-750-1334.jpg


BIN
web/img/TB1PS22GVXXXXacXVXXOiLt8XXX-2667-1667.jpg


+ 85 - 0
web/index.html

@@ -0,0 +1,85 @@
+<!doctype html>
+<html>
+
+<head>
+    <title>你的声音,我们的动力</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <meta charset="utf-8" />
+    <meta name="renderer" content="webkit" />
+   <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
+    <style>
+        html,
+        body {
+            width: 100%;
+            height: 100%;
+            padding: 0;
+            margin: 0;
+        }
+
+        .container {
+            position: absolute;
+            width: 100%;
+            height: 100%;
+            background: url('//gtms01.alicdn.com/tps/i1/TB1PS22GVXXXXacXVXXOiLt8XXX-2667-1667.jpg') no-repeat center center;
+            -webkit-background-size: cover;
+            -moz-background-size: cover;
+            -o-background-size: cover;
+            background-size: cover;
+        }
+        @media screen and (max-width:480px){
+            .container{
+                position: fixed;
+                width: 100%;
+                height: 100%;
+                background:url("img/TB18Hb9GVXXXXbBXXXXrP178FXX-750-1334.jpg") no-repeat center center;
+                background-size: cover;
+            }
+        }
+    </style>
+
+
+
+    <style>
+        .end-page .survey-end {
+            display: none;
+        }
+
+        .end-page.show .survey-end {
+            display: block;
+        }
+
+        .container .page.page_403 .status-image img {
+            max-width: 30%;
+        }
+
+        article.question header .question-tip {
+            color: #333;
+        }
+
+        .grid.ks-uploader-queue {
+            letter-spacing: 0;
+            word-spacing: 0;
+        }
+
+        .patch .survey_content .page .questions_wrap .q_wrap .question .question_content ul.options_column.three_column li {
+            width: 100%;
+        }
+
+        .patch .survey_content .page .questions_wrap .q_wrap .question .question_content ul li.other_options label .other_option .choice_content span {
+            max-width: 100%;
+        }
+
+        .question-list {
+            padding-bottom: 50px;
+        }
+    </style>
+</head>
+
+<body>
+    <header></header>
+    <div class="container">
+        <div class="container"></div>
+    </div>
+</body>
+
+</html>