12345市长热线标准版-前端

lawsuits.html 712B

12345678910111213141516171819202122232425262728293031
  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><select class="select_"></select></td>
  17. </tr>
  18. <tr>
  19. <th >结案意见:</th>
  20. <td colspan="2"><textarea name="" rows="" cols=""></textarea></td>
  21. </tr>
  22. </table>
  23. <div class="btn_box">
  24. <button class="btns">保存</button>
  25. </div>
  26. </div>
  27. </body>
  28. </html>