12345市长热线标准版-前端

yanshishenq.html 890B

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="../Script/Common/huayi.load.js"></script>
  6. <script src="../Script/Common/huayi.config.js"></script>
  7. <link href="../css/layer/need/layer.css" />
  8. <link rel="stylesheet" href="../css/init.css" />
  9. <title>交办</title>
  10. </head>
  11. <body>
  12. <div class="Common">
  13. <table >
  14. <tr>
  15. <th class="Importent">办理时间:</th>
  16. <td > <input type="text" id="startTime" class="laydate-icon" style="height: 32px;"></td>
  17. </tr>
  18. <tr>
  19. <th class="Importent">交办单位:</th>
  20. <td > <span></span></td>
  21. </tr>
  22. <tr>
  23. <th class="Importent">交办意见:</th>
  24. <td><textarea name="" rows="" cols=""></textarea></td>
  25. </tr>
  26. </table>
  27. <div class="btn_box">
  28. <button class="btns">保存</button>
  29. <button class="btns">保存并交办</button>
  30. </div>
  31. </div>
  32. </body>
  33. </html>