index.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>你的声音,我们的动力</title>
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta charset="utf-8" />
  7. <meta name="renderer" content="webkit" />
  8. <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
  9. <style>
  10. html,
  11. body {
  12. width: 100%;
  13. height: 100%;
  14. padding: 0;
  15. margin: 0;
  16. }
  17. .container {
  18. position: absolute;
  19. width: 100%;
  20. height: 100%;
  21. background: url('//gtms01.alicdn.com/tps/i1/TB1PS22GVXXXXacXVXXOiLt8XXX-2667-1667.jpg') no-repeat center center;
  22. -webkit-background-size: cover;
  23. -moz-background-size: cover;
  24. -o-background-size: cover;
  25. background-size: cover;
  26. }
  27. @media screen and (max-width:480px){
  28. .container{
  29. position: fixed;
  30. width: 100%;
  31. height: 100%;
  32. background:url("img/TB18Hb9GVXXXXbBXXXXrP178FXX-750-1334.jpg") no-repeat center center;
  33. background-size: cover;
  34. }
  35. }
  36. </style>
  37. <style>
  38. .end-page .survey-end {
  39. display: none;
  40. }
  41. .end-page.show .survey-end {
  42. display: block;
  43. }
  44. .container .page.page_403 .status-image img {
  45. max-width: 30%;
  46. }
  47. article.question header .question-tip {
  48. color: #333;
  49. }
  50. .grid.ks-uploader-queue {
  51. letter-spacing: 0;
  52. word-spacing: 0;
  53. }
  54. .patch .survey_content .page .questions_wrap .q_wrap .question .question_content ul.options_column.three_column li {
  55. width: 100%;
  56. }
  57. .patch .survey_content .page .questions_wrap .q_wrap .question .question_content ul li.other_options label .other_option .choice_content span {
  58. max-width: 100%;
  59. }
  60. .question-list {
  61. padding-bottom: 50px;
  62. }
  63. </style>
  64. </head>
  65. <body>
  66. <header></header>
  67. <div class="container">
  68. <div class="container"></div>
  69. </div>
  70. </body>
  71. </html>