index.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <style>
  2. table {
  3. /*letter-spacing: 1px;*/
  4. width: 100%;
  5. border-collapse: collapse;
  6. table-layout: fixed;
  7. }
  8. td {
  9. text-align: left; /* 文本左对齐 */
  10. /*border: 1px solid black; !* 设置单元格边框 *!*/
  11. }
  12. .content {
  13. border: 1px solid black;
  14. /*line-height: 1.6em;*/
  15. /*text-indent: 5px;*/
  16. }
  17. .content1 {
  18. border: 1px solid black;
  19. /*line-height: 1.6em;*/
  20. /*text-indent: 5px;*/
  21. /*padding: 10px;*/
  22. /*box-sizing: border-box;*/
  23. }
  24. .with-30{
  25. width:30%;
  26. }
  27. .with-70{
  28. width:60%;
  29. }
  30. .border-0{
  31. border: none;
  32. }
  33. .line-height-30{
  34. line-height: 30px;
  35. }
  36. .align-center {
  37. text-align: center;
  38. }
  39. .font-size-14{
  40. font-size: 14pt;
  41. }
  42. </style>
  43. <div class="align-center font-size-14">出差审批单</div>
  44. <table cellpadding="8">
  45. <tr>
  46. <td class="content">附件</td>
  47. <td class="content1">深圳市食药安办 深圳市教育局 深圳市市场监督管理局关于开展2022年“护苗促食安”校园食品安全专项行动的通知(深食药安办〔2022〕23号).pdf</td>
  48. </tr>
  49. </table>
  50. <table cellpadding="8">
  51. <tr>
  52. <td class="content" rowspan="3">审批流程</td>
  53. <td class="content" style="line-height: 100%;">
  54. <div style="line-height: 100%;">拟由总务处(安全办)阅办。请校长审批。</div>
  55. <div style="line-height: 100%;">范静 已同意 create-time</div>
  56. <table>
  57. <tr>
  58. <td><img src="https://static-legacy.dingtalk.com/media/lADPDgQ9rIaigmHMs8yz_179_179.jpg" with="20px"
  59. height="20px"></td>
  60. <td align="right">createtime</td>
  61. </tr>
  62. </table>
  63. </td>
  64. </tr>
  65. <tr>
  66. <td class="content" style="line-height: 100%;">
  67. <div style="line-height: 100%;">拟由总务处(安全办)阅办。请校长审批。</div>
  68. <div style="line-height: 100%;">范静 已同意 create-time</div>
  69. <table>
  70. <tr>
  71. <td><img src="https://static-legacy.dingtalk.com/media/lADPDgQ9rIaigmHMs8yz_179_179.jpg" with="20px"
  72. height="20px"></td>
  73. <td align="right">createtime</td>
  74. </tr>
  75. </table>
  76. </td>
  77. </tr>
  78. <tr>
  79. <td class="content" style="line-height: 100%;">
  80. <div style="line-height: 100%;">拟由总务处(安全办)阅办。请校长审批。</div>
  81. <div style="line-height: 100%;">范静 已同意 create-time</div>
  82. <table>
  83. <tr>
  84. <td><img src="https://static-legacy.dingtalk.com/media/lADPDgQ9rIaigmHMs8yz_179_179.jpg" with="20px"
  85. height="20px"></td>
  86. <td align="right">createtime</td>
  87. </tr>
  88. </table>
  89. </td>
  90. </tr>
  91. </table>
  92. <!--<table cellpadding="8">-->
  93. <!-- <tr>-->
  94. <!-- <td class="content" rowspan="3">审批流程</td>-->
  95. <!-- <td colspan="2" class="content">拟由总务处(安全办)阅办。请校长审批。</td>-->
  96. <!-- </tr>-->
  97. <!-- <tr>-->
  98. <!-- <td class="content">范静 已同意</td>-->
  99. <!-- <td class="content" align="right">create-time</td>-->
  100. <!-- </tr>-->
  101. <!-- <tr>-->
  102. <!-- <td class="content" align="left" colspan="2" >-->
  103. <!-- <img src="https://static-legacy.dingtalk.com/media/lADPDgQ9rIaigmHMs8yz_179_179.jpg" with="20px"-->
  104. <!-- height="20px">-->
  105. <!-- </td>-->
  106. <!-- </tr>-->
  107. <!--</table>-->