网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

139 lines
5.7 KiB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>综合执法</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9. <meta name="keywords" content="" />
  10. <meta name="description" cxontent="" />
  11. <link href="../../static/css/main.css" rel="stylesheet" type="text/css" />
  12. <link href="../../static/css/index.css" rel="stylesheet" type="text/css" />
  13. <style type="text/css">
  14. td{
  15. padding: 10px 5px;
  16. }
  17. input[type="text"]{
  18. width: 100%;
  19. padding: 8px 10px;
  20. border: 1px solid #cccccc;
  21. }
  22. textarea{
  23. width: 100%;
  24. padding: 8px 10px;
  25. border: 1px solid #cccccc;
  26. height: 200px;
  27. }
  28. input[type="radio"]{
  29. position: relative;
  30. top: 2px;
  31. }
  32. input[type="button"]{
  33. border: none;
  34. background: #1269d3;
  35. padding: 10px;
  36. width: 20%;
  37. color: #FFFFFF;
  38. font-size: 16px;
  39. margin: 0 auto;
  40. }
  41. body{
  42. overflow: auto;
  43. background: #f4f4f4;
  44. }
  45. </style>
  46. </head>
  47. <body>
  48. <div class="bg-f4" id="page">
  49. <div class="topBox">
  50. <div class="w-1200 boxMain">
  51. <div class="logoBox fl">
  52. <img src="../../static/images/logo.png" class="fl" alt=""/>
  53. <div class="fl">
  54. <p>埇桥区农业综合行政执法平台</p>
  55. <p>PUBLIC<i></i>PLATFORM<i></i>FOR<i></i>COMPREHENSIVE<i></i>AGRICULTURAL<i></i>LAW<i></i>ENFORCEMENT</p>
  56. </div>
  57. <div class="clear"></div>
  58. </div>
  59. <div class="clear"></div>
  60. </div>
  61. </div>
  62. <div class="topTab">
  63. <ul class="w-1200">
  64. <li><a href="../../index.html"><i></i>首页</a></li>
  65. <li><a href="../workDynamics/workList.html">工作动态</a></li>
  66. <li><a href="../noticeAnnouncement/noticeList.html">通知公告</a></li>
  67. <li><a href="../schemeDisclosure/schemeList.html">方案公开</a></li>
  68. <li><a href="../basis/basisList.html">执法依据</a></li>
  69. <li><a href="../inventory/inventoryList.html">农用品库</a></li>
  70. <li class="active"><a href="complaintList.html">投诉建议</a></li>
  71. <div class="clear"></div>
  72. </ul>
  73. </div>
  74. <div class="w-1200 m-t-15">
  75. <p class="breadcrumb">首页 > <span onclick="history.go(-1)" class="tabTap">投诉建议</span> > 发布投诉</p>
  76. <div class="bannerRight" style="width: 100%">
  77. <div class="bannerRight_title">
  78. <p class="fl">投诉建议</p>
  79. <p class="fr"></p>
  80. <div class="clear"></div>
  81. </div>
  82. <table style="width: 100%;margin-top: 25px;">
  83. <tr>
  84. <td><span style="color: red;">*</span>类型:</td>
  85. <td colspan="6">
  86. <label><input name="communicateType" type="radio" value="2" checked/>投诉</label>
  87. <label><input name="communicateType" type="radio" value="1" />建议</label>
  88. <label><input name="communicateType" type="radio" value="3" />举报</label>
  89. </td>
  90. </tr>
  91. <tr>
  92. <td><span style="color: red;">*</span>标题:</td>
  93. <td colspan="6">
  94. <input type="text" placeholder="请输入标题" id="title"/>
  95. </td>
  96. </tr>
  97. <tr>
  98. <td><span style="color: red;">*</span>内容:</td>
  99. <td colspan="6">
  100. <textarea rows="" cols="" placeholder="请输入内容" id="content"></textarea>
  101. </td>
  102. </tr>
  103. <tr>
  104. <td>姓名:</td>
  105. <td>
  106. <input type="text" placeholder="请输入姓名" id="name"/>
  107. </td>
  108. <td><span style="color: red;">*</span>联系方式:</td>
  109. <td>
  110. <input type="text" placeholder="请输入联系方式" id="phone"/>
  111. </td>
  112. <td style="width: 15%;"></td>
  113. <td style="width: 15%;"></td>
  114. <td style="width: 15%;"></td>
  115. </tr>
  116. </table>
  117. </div>
  118. <div style="text-align: center;margin-top: 25px;">
  119. <input type="button" value="提交" onclick="goAdd()"/>
  120. </div>
  121. <div class="clear"></div>
  122. </div>
  123. <div class="bottomInformation" id="bottomInformation">
  124. <div class="w-1200">
  125. <p>技术支持:北京农燊高科信息技术有限公司<i></i>400-879-1505</p>
  126. </div>
  127. </div>
  128. </div>
  129. </body>
  130. <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page"
  131. target-module="../../static/js/project/complaint/complaintAdd.js" defer type="text/javascript"></script>
  132. </html>