payPy04.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta name ="viewport" content ="initial-scale=1, maximum-scale=3, minimum-scale=1, user-scalable=no">
  7. <title>家长评语</title>
  8. <script src="https://res2.wx.qq.com/open/js/jweixin-1.4.0.js "></script>
  9. <style>
  10. .FlexColumn {
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. justify-content: center;
  15. }
  16. .FlexRow {
  17. display: flex;
  18. flex-direction: row;
  19. align-items: center;
  20. justify-content: center;
  21. }
  22. .container {
  23. width:100%;
  24. padding: 0;
  25. margin: auto 0;
  26. background-color: #f8f8f8;
  27. }
  28. .img1{
  29. width:100%;
  30. }
  31. .close{
  32. width:250px;
  33. height:45px;
  34. background-color: #0071EF;
  35. text-align: center;
  36. line-height: 45px;
  37. color:#fff;
  38. font-size:18px;
  39. text-decoration: none;
  40. border-radius: 5px;
  41. margin: 30px 0 30px 0;
  42. }
  43. </style>
  44. </head>
  45. <body class="container FlexColumn">
  46. <img class="img1" src="http://miaguo-1253256735.file.myqcloud.com/web/bm_py04_01.png?0" />
  47. <img class="img1" src="http://miaguo-1253256735.file.myqcloud.com/web/bm_py_footer.png?0" />
  48. </body>
  49. </html>