message.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. </style>
  23. </head>
  24. <body style="padding: 0px;margin: 0px;">
  25. <div id="dw_body_answer_msg" >
  26. <div style="padding: 50px 10px;background: rgb(240, 240, 240);text-align: center;padding-bottom: 80px;">
  27. <h3 style="color: #333;" id="surveyName">...</h3>
  28. <div style="font-size: 14px;color: rgb(24, 144, 255);" id="resultNote">参数不完整</div>
  29. <div style="font-size: 14px;color: rgba(0, 0, 0, 0.45);padding: 20px;" id="respType">状态码:0</div>
  30. <div style="font-size: 14px;color: rgb(24, 144, 255);" id="totalScore"></div>
  31. <div style="textAlign:'center'" id="reqUrlDiv" >
  32. <a href="#" ></a>
  33. </div>
  34. </div>
  35. </div>
  36. <footer style="background-color: white;padding: 24px 50px;color: rgba(0, 0, 0, 0.85);font-size: 14px;">
  37. <div style="text-align: center; color: gray;">
  38. <a href="http://www.diaowen.net" style="color: gray;text-decoration: none;outline: none;cursor: pointer;transition: color 0.3s;">调问网&nbsp;DWSurvey&nbsp;</a> 提供技术支持
  39. </div>
  40. </footer>
  41. <script type="text/javascript">
  42. </script>
  43. </body>
  44. </html>