p_sltzd2.html 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <div>
  2. <style>
  3. p {
  4. margin-block-start: 10px;
  5. margin-block-end: 10px;
  6. }
  7. </style>
  8. <div>
  9. <div class="ql-align-center" style=" font-size: 26px; text-align: center;">
  10. <strong>{$matter}</strong>
  11. </div>
  12. <div class="ql-align-center" style=" font-size: 26px; text-align: center;">
  13. <strong>审批材料告知书回执单</strong>
  14. </div>
  15. </div>
  16. <div style="margin-top: 20px;">
  17. <div style="display: flex;">
  18. <p style="width: 50%;">告知人:{$dealWithUser}</p>
  19. <p style="width: 50%;">领取人:{$approveUser}</p>
  20. </div>
  21. <div style="display: flex;">
  22. <p style="width: 50%;">时间:{$year}&nbsp;年&nbsp;{$month}&nbsp;月&nbsp;{$day}&nbsp;日</p>
  23. <p style="width: 50%;">电话:{$contactPhone}</p>
  24. </div>
  25. </div>
  26. <div style=" border-bottom: 1px dashed; margin: 50px 0;">
  27. </div>
  28. <div>
  29. <div class="ql-align-center" style=" font-size: 26px; text-align: center;">
  30. <strong>{$matter}</strong>
  31. </div>
  32. <div class="ql-align-center" style=" font-size: 26px; text-align: center;">
  33. <strong>审批材料告知书</strong>
  34. </div>
  35. </div>
  36. <div style="margin-top: 20px;">
  37. <div>一、申请材料</div>
  38. <div style="margin-top: 10px;">{$materialList}</div>
  39. </div>
  40. <div style="margin-top: 20px;">
  41. <div>二、申请条件</div>
  42. <div style="margin-top: 10px;">{$materialConditions}</div>
  43. </div>
  44. </div>