Release Notes.html 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7. <title>Release Note</title>
  8. <style type="text/css">
  9. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
  10. table {border-collapse:collapse;border-spacing:0;}
  11. fieldset,img {border:0;}
  12. address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
  13. ol,ul {list-style:none;}
  14. caption,th {text-align:left;}
  15. h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
  16. q:before,q:after {content:'';}
  17. abbr,acronym {border:0;}
  18. html, body{margin:0; height: 100%;}
  19. body{margin: 0; padding: 0; color:#000; font-size:15px; font-family:arial, helvetica, clean, sans-serif,微軟正黑體; background: #326990;}
  20. ul, li { display: block;}
  21. a { text-decoration: none; color:blue; }
  22. a:hover{ text-decoration: none; }
  23. /*-select-*/
  24. select,input{ padding: 5px; margin: 2px; border-radius: 20px; border:0; background: #edf1f3; }
  25. input { padding:7px;}
  26. /*-table-*/
  27. .table{ width: 100%; word-break: break-all;}
  28. .table thead th { background: #f4f9fc; border-bottom: 2px solid #e9f0f4; font-size: 15px; font-weight: bold; text-align: center; line-height: 40px;}
  29. .table tbody td { padding:8px 3px; border-bottom:1px solid #ddd; border-bottom: 1px solid #e9f0f4;}
  30. .table .tr{ background: #f4fafd;}
  31. .table tr:hover { background-color: #FFFEEC;}
  32. .txtR{ text-align: right;}
  33. .txtC{text-align: center;}
  34. .txtL{text-align: left;}
  35. /*---all----*/
  36. #wrapper { width:1000px; margin:0 auto; height: 100%;}
  37. #content { background:#fff; color:#385263; margin-bottom: 20px;}
  38. #content .Top { height:5px; background: #68a3c9;}
  39. #content #title { height:65px; font-size: 24px;font-weight: bold; line-height: 60px; background: #f4f9fc; padding: 10px; }
  40. #content #rightContent { padding: 10px 10px 30px; }
  41. </style>
  42. </head>
  43. <body>
  44. <div id="wrapper">
  45. <div id="content">
  46. <div class="Top"></div>
  47. <div id="title">Firmware Header Builder</div>
  48. <div id="rightContent">
  49. <table class="table">
  50. <thead>
  51. <tr>
  52. <th width="150px">Version</th>
  53. <th width="150px">Release Date</th>
  54. <th width="150px">Owner</th>
  55. <th>Updated Items</th>
  56. </tr>
  57. </thead>
  58. <tbody>
  59. <tr>
  60. <td class="txtC">0.0.1.0</td>
  61. <td class="txtC">2019.07.09</td>
  62. <td class="txtC">Jimmy</td>
  63. <td class="txtL">
  64. 1. [新版] 協定實作。<p>
  65. </td>
  66. </tr>
  67. <tr>
  68. <td class="txtC">1.0.2.0</td>
  69. <td class="txtC">2019.07.30</td>
  70. <td class="txtC">Jimmy</td>
  71. <td class="txtL">
  72. 1. [新增] 副檔名選擇功能。<p>
  73. 2. [新增] 映像檔選擇自動對應副檔名選擇功能。
  74. </td>
  75. </tr>
  76. </tbody>
  77. </table>
  78. </div><!--end of rightContent-->
  79. </div><!-- end of content-->
  80. </div><!--end of wrapper-->
  81. </body>
  82. </html>