suc.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
  7. <meta name="renderer" content="webkit" />
  8. <meta content="yes" name="apple-mobile-web-app-capable">
  9. <meta content="yes" name="apple-touch-fullscreen">
  10. <style>
  11. button{
  12. border: 0;
  13. resize: none;
  14. outline: none;
  15. -webkit-appearance: none;
  16. }
  17. .success{
  18. display: flex;
  19. flex-direction: column;
  20. align-items: center;
  21. }
  22. .success>img:nth-child(1){
  23. width: 1.28rem;
  24. height: 1.28rem;
  25. margin-top: 1.28rem;
  26. }
  27. .success>p:nth-child(2){
  28. width: 5.54rem;
  29. font-family: PingFangSC-Medium;
  30. font-size: 0.4rem;
  31. font-weight: 600;
  32. color: #333333;
  33. letter-spacing: 0;
  34. text-align: center;
  35. margin-top: 0.4rem;
  36. }
  37. .success>p:nth-child(3){
  38. width: 5.54rem;
  39. height:0.88rem;
  40. font-family: PingFangSC-Regular;
  41. font-size: 0.3rem;
  42. color: #666666;
  43. letter-spacing: 0;
  44. text-align: center;
  45. line-height: 0.44rem;
  46. margin-top: 0;
  47. }
  48. .success>a:nth-child(4)>button{
  49. width: 4.8rem;
  50. height: 0.9rem;
  51. background: linear-gradient(to right, #58CDFF , #3296FB );
  52. color: #FFF;
  53. box-shadow: 0 2px 8px 0 rgba(67,175,252,0.40);
  54. border-radius: 6px;
  55. font-family: PingFangSC-Regular;
  56. font-size: 0.34rem;
  57. letter-spacing: 0;
  58. margin-top: 0;
  59. }
  60. a {
  61. text-decoration:none
  62. }
  63. </style>
  64. <script type="text/javascript" src="./js/viewport.js"></script>
  65. <title>企业节税</title>
  66. </head>
  67. <body>
  68. <div class="success">
  69. <img src="./assets/success@3x.png" alt="">
  70. <p>恭喜您,提交成功</p>
  71. <p>您的节税需求提交成功,我们的客服小姐姐会将在24小时内与您联系</p>
  72. <a href="tel:02028834746"><button>马上咨询</button></a>
  73. </div>
  74. <script type="text/javascript" src="./js/jquery-3.4.1.js"></script>
  75. </body>
  76. </html>