message.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  6. <title>答卷提交结果</title>
  7. <script type="text/javascript" src="js/plugs/jquery-ui-1.10.3.custom/js/jquery-1.10.1.js"></script>
  8. <script type="text/javascript" src="js/common/common.js" ></script>
  9. <script type="text/javascript" src="js/dw/an/msg.js" ></script>
  10. <style type="text/css">
  11. #dw_body_answer_msg{
  12. padding: 0px 60px;
  13. }
  14. @media only screen and (max-width: 500px) {
  15. #dw_body_answer_msg{
  16. padding: 0px;
  17. }
  18. #surveyName img{
  19. width: 100%;
  20. }
  21. }
  22. .sbtn24 {
  23. background: #0887d2;
  24. background: #4F8BFF;
  25. width: 88px;
  26. height: 30px;
  27. color: #777;
  28. background-position: 0 -240px;
  29. font-size: 12px;
  30. border: 0;
  31. cursor: pointer;
  32. display: inline-block;
  33. zoom: 1;
  34. line-height: 30px;
  35. text-align: center;
  36. text-decoration: none;
  37. font-family: "Hiragino Sans GB","Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体";
  38. color: white;
  39. }
  40. </style>
  41. </head>
  42. <body style="padding: 0px;margin: 0px;">
  43. <div id="dw_body_answer_msg" >
  44. <div style="padding: 50px 10px;background: rgb(240, 240, 240);text-align: center;padding-bottom: 80px;">
  45. <h3 style="color: #333;" id="surveyName">...</h3>
  46. <div style="font-size: 14px;color: rgb(24, 144, 255);" id="resultNote">参数不完整</div>
  47. <div style="font-size: 14px;color: rgba(0, 0, 0, 0.45);padding: 20px;" id="respType">状态码:0</div>
  48. <div style="font-size: 14px;color: rgb(24, 144, 255);" id="totalScore"></div>
  49. <div style="textAlign:'center'" id="reqUrlDiv" >
  50. <a href="#" ></a>
  51. </div>
  52. <div id="ruleCodeDiv" style="padding: 10px;display: none;">
  53. <form action="/dw/static/diaowen/answer-p.html" method="get">
  54. <input type="hidden" name="sid" value="">
  55. <input type="text" name="ruleCode" value="" style="padding: 6px;border: 1px solid lightgrey;" placeholder="请输入口令码">
  56. <input type="submit" value="确 认" class="sbtn24">
  57. </form>
  58. </div>
  59. </div>
  60. </div>
  61. <!-- <footer style="background-color: white;padding: 24px 50px;color: rgba(0, 0, 0, 0.85);font-size: 14px;">
  62. <div style="text-align: center; color: gray;">
  63. <a href="http://www.diaowen.net" style="color: gray;text-decoration: none;outline: none;cursor: pointer;transition: color 0.3s;">调问网&nbsp;DWSurvey&nbsp;</a> 提供技术支持
  64. </div>
  65. </footer> -->
  66. <script type="text/javascript">
  67. </script>
  68. </body>
  69. </html>