You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.7 KiB

2 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="Expires" content="0">
  6. <meta http-equiv="Pragma" content="no-cache">
  7. <meta http-equiv="Cache-control" content="no-cache">
  8. <meta http-equiv="Cache" content="no-cache">
  9. <title></title>
  10. <meta charset="utf-8" />
  11. <style>
  12. .ann-body {
  13. font-family: Arial, "微軟正黑體";
  14. }
  15. .ann-header {
  16. height: 24px;
  17. }
  18. .ann-table {
  19. /*border: 1px solid #000000;*/
  20. background: #ffffff;
  21. max-width: 630px;
  22. }
  23. .ann-title {
  24. text-align: center;
  25. line-height: 50px;
  26. font-size: 20px;
  27. font-weight: 600;
  28. margin-bottom: 10px;
  29. }
  30. .content {
  31. /*text-indent: 2em;*/
  32. padding: 10px;
  33. max-height: 400px;
  34. overflow-y: auto;
  35. }
  36. .ann-content {
  37. max-height: 700px;
  38. overflow-y: auto;
  39. }
  40. </style>
  41. </head>
  42. <body class="ann-body">
  43. <div class="ann-content">
  44. <table class="ann-table" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  45. <tr>
  46. <td><div class="content slimscroll" style="">{{:Description}}</div></td>
  47. </tr>
  48. <tr>
  49. <td><div style="float:right;margin-right:70px;">{{:CreateUserName}}</div></td>
  50. </tr>
  51. <tr>
  52. <td><div style="float:right;margin:5px 45px 10px 20px;">{{:CreateDate}}</div></td>
  53. </tr>
  54. </table>
  55. </div>
  56. <div class="footer"></div>
  57. </body>
  58. </html>