PingAnYeXianSZCG_Web 前端代码

QuestionSetting.html 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link href="../css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">
  7. <link href="../css/bootstrap.min.css" />
  8. <link href="../css/init.css" rel="stylesheet" />
  9. <link rel="stylesheet" href="../css/boot/bootstrap-table.css" />
  10. <link href="../css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet">
  11. <link href="../css/animate.min.css" rel="stylesheet">
  12. <link href="../css/style.min862f.css?v=4.1.0" rel="stylesheet">
  13. <link href="../css/layer/need/layer.css" />
  14. <link rel="stylesheet" href="../css/zhibiaoguanli.css" />
  15. <link rel="stylesheet" href="../css/init.css" />
  16. <title>问卷设置</title>
  17. <style>
  18. .fr {
  19. float: right;
  20. }
  21. .fr li {
  22. float: left;
  23. }
  24. .size-14 {
  25. font-size: 14px!important;
  26. }
  27. .size-16 {
  28. font-size: 16px;
  29. }
  30. .anniu i {
  31. margin-right: 5px;
  32. }
  33. .x-color {
  34. width: 100px;
  35. background-color: #FFF;
  36. background-image: none;
  37. border: 1px solid #e5e6e7;
  38. border-radius: 1px;
  39. color: inherit;
  40. padding: 14px 12px;
  41. }
  42. .inputs {
  43. border: 1px solid #e5e6e7;
  44. width: 150px;
  45. padding: 6px 12px;
  46. }
  47. #tbr {
  48. border: 1px solid #ccc;
  49. }
  50. #tbr td {
  51. padding: 10px;
  52. padding: 6px 0 5px 10px;
  53. text-align: left;
  54. color: #717171;
  55. line-height: 200%;
  56. border-top: 1px dotted #cccccc;
  57. }
  58. #tbr th {
  59. border-right: 1px dotted #cccccc;
  60. border-top: 1px dotted #cccccc;
  61. background: #f9f9f9;
  62. text-align: right;
  63. }
  64. .Back {
  65. background-color: #D5EDFE;
  66. }
  67. label {
  68. margin-right: 10px;
  69. }
  70. #tbr{
  71. display: none;
  72. }
  73. .WJmessage{
  74. line-height: 20px;
  75. border-bottom: 1px solid #ccc;
  76. padding-bottom: 10px;
  77. }
  78. .IMG_box{
  79. text-align: center;
  80. padding: 10px;
  81. border: 1px solid #ccc;
  82. }
  83. </style>
  84. </head>
  85. <body>
  86. <div class="daoHang clearfix">
  87. <div class="dhLeft">
  88. <sapn><i class="syIcon"></i>位置:
  89. <a href="javaScript:;" id="ReIndex">首页</a>&gt;
  90. <a href="javaScript:;">问卷调查</a>&gt;
  91. <a href="" style="color: #000;">试题问卷</a>
  92. </sapn>
  93. </div>
  94. </div>
  95. <div class='wrap'>
  96. <div class="tbleft" style="width: 25%;">
  97. <h4 style="line-height: 20px;"><i class="fa fa-file-text-o size-14"></i>试题问卷</h4>
  98. <div class="top clearfix ">
  99. <div class="fr">
  100. <span>&nbsp;关键字:<input class=" inputs" type="text" id="KeyWords" /></span>
  101. <button class="btns searchGo size-14"> <i class="fa fa-search size-14"></i>&nbsp;搜索</button>
  102. </div>
  103. </div>
  104. <div class="anniu " class="toolbar1 ">
  105. <button class="leftAdd btn size-14"><i class="fa fa-plus size-14"></i>增加</button>
  106. <button class="leftChange btn size-14"><i class="fa fa-pencil size-14"></i>修改</button>
  107. <button class="leftDelete btn size-14"><i class="fa fa-remove size-14"></i>删除</button>
  108. </div>
  109. <table id="tb1">
  110. <thead>
  111. <tr>
  112. <th data-field="checkbox" data-align="center" data-formatter="setCode"></th>
  113. <th data-align="center" data-field="F_Title">试卷名称</th>
  114. <th data-align="center" data-field="F_PagerId"data-formatter="Code">操作</th>
  115. </tr>
  116. </thead>
  117. <tbody>
  118. </tbody>
  119. </table>
  120. </div>
  121. <!--右边/-->
  122. <div class="tbright" style="width: 70%;">
  123. <h4 style="" class="WJmessage">问卷信息</h4>
  124. <div class="IMG_content">
  125. <div class="IMG_box">
  126. <img src="../img/wjdc.jpg" alt="" />
  127. </div>
  128. </div>
  129. <table id="tbr" style="width: 100%;">
  130. <thead>
  131. <tr>
  132. <th style='width: 150px;'>问卷名称:</th>
  133. <td colspan="7" ><span class="Title"></span></td>
  134. </tr>
  135. <tr>
  136. <th style='width: 150px;'>问卷说明:</th>
  137. <td ><span class="F_Remark"></span></td>
  138. </tr>
  139. </thead>
  140. <tbody class="tbody">
  141. <tr class="Back">
  142. <td colspan="2">
  143. <h3 class="size-14">1、对我们的产品是否满意? </h3>
  144. </td>
  145. </tr>
  146. <tr class="">
  147. <td colspan="2">
  148. <div class="Message_box">
  149. <label style="font-weight: normal;"><input type="checkbox" value="537" name="ltype" > 一般</label>
  150. <label style="font-weight: normal;"><input type="checkbox" value="538" name="ltype" > 满意</label>
  151. <label style="font-weight: normal;"><input type="checkbox" value="539" name="ltype" >不满意</label>
  152. </div>
  153. </td>
  154. </tr>
  155. <tr class="Back">
  156. <td colspan="2">
  157. <h3 class="size-14">2、您好,你是? </h3>
  158. </td>
  159. </tr>
  160. <tr>
  161. <td colspan="2">
  162. <div class="Message_box">
  163. <textarea name="" rows="" cols="" style="width: 100%;"></textarea>
  164. </div>
  165. </td>
  166. </tr>
  167. </tbody>
  168. </table>
  169. </div>
  170. </div>
  171. </body>
  172. <script src="../js/jquery.min.js?v=2.1.4"></script>
  173. <script src="../js/bootstrap.min.js"></script>
  174. <script src="../js/bootstrap-table.js"></script>
  175. <script src="../js/bootstrap-table-zh-CN.js"></script>
  176. <script src="../Script/Common/huayi.load.js"></script>
  177. <script src="../Script/Common/huayi.config.js"></script>
  178. <script src="../js/jquery.cookie.js"></script>
  179. <script src="../css/layer/layer.js"></script>
  180. <script src="../js/Questions/QuestionSetting.js"></script>
  181. </html>