新乡民调(来自息县民调) - 主标

aaaa.html 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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. <script src="../Script/Common/huayi.load.js"></script>
  17. <script src="../Script/Common/huayi.config.js"></script>
  18. <title>问卷调查</title>
  19. <style>
  20. .fr {
  21. float: right;
  22. }
  23. .fr li {
  24. float: left;
  25. }
  26. .size-14 {
  27. font-size: 14px!important;
  28. }
  29. .size-16 {
  30. font-size: 16px;
  31. }
  32. .anniu i {
  33. margin-right: 5px;
  34. }
  35. .x-color {
  36. width: 100px;
  37. background-color: #FFF;
  38. background-image: none;
  39. border: 1px solid #e5e6e7;
  40. border-radius: 1px;
  41. color: inherit;
  42. }
  43. .inputs {
  44. border: 1px solid #e5e6e7;
  45. width: 150px;
  46. padding: 6px 12px;
  47. }
  48. .d{
  49. color: forestgreen;
  50. }
  51. .du{
  52. color: #0064B6;
  53. }
  54. .w{
  55. color: #e43926;
  56. }
  57. .Title_box{
  58. line-height: 20px;
  59. border-bottom: 1px solid #ccc;
  60. padding-bottom: 10px;
  61. }
  62. .ce{
  63. width: 50px;
  64. }
  65. </style>
  66. </head>
  67. <body>
  68. <div class="daoHang clearfix">
  69. <div class="dhLeft">
  70. <sapn><i class="syIcon"></i>位置:
  71. <a id="ReIndex">首页</a>&gt;
  72. <a href="javaScript:;">问卷调查</a>&gt;
  73. <a href="" style="color: #000;">试题管理</a>
  74. </sapn>
  75. </div>
  76. </div>
  77. <div class="top clearfix ">
  78. <div class="fr">
  79. <span>&nbsp;题型:
  80. <select name="" id="Quetions" class="x-color">
  81. <option value="">所有试题</option>
  82. <option value="1">问答题</option>
  83. <option value="2">单选题</option>
  84. <option value="3">多选题</option>
  85. </select>
  86. </span>
  87. <span>&nbsp;试题标题:<input class="inputs" type="text" id="KeyWords" /></span>
  88. <button class="btns searchGo size-14"> <i class="fa fa-search size-14"></i>&nbsp;搜索</button>
  89. </div>
  90. </div>
  91. <div class='wrap'>
  92. <!--右边/-->
  93. <div class="" style="padding: 20px;">
  94. <div class="anniu" class="toolbar2">
  95. <button class="rightAdd btn size-14"><i class="fa fa-plus size-14"></i>增加</button>
  96. <button class="rightChange btn size-14"><i class="fa fa-pencil size-14"></i>修改</button>
  97. <button class="rightDelete btn size-14"><i class="fa fa-remove size-14"></i>删除</button>
  98. <button class="rightAll btn size-14"><i class="fa fa-file size-14"></i>所有试题</button>
  99. </div>
  100. <table id="tbr">
  101. <thead>
  102. <tr>
  103. <th data-align="center" data-field="id" data-formatter="setCode"></th>
  104. <th data-align="center" data-field="F_CategoryName" >试题分类</th>
  105. <th data-align="center" data-field="F_Type" data-formatter="Type">试题类型</th>
  106. <th data-align="center" data-field="F_Title">试题标题</th>
  107. <th data-align="center" data-field="F_Content">试题内容</th>
  108. <th data-align="center" data-field="F_Type"data-formatter="Code">操作</th>
  109. </tr>
  110. </thead>
  111. <tbody>
  112. </tbody>
  113. </table>
  114. </div>
  115. </div>
  116. </body>
  117. <script src="../css/layer/layer.js"></script>
  118. <script src="bbb.js"></script>
  119. </script>
  120. </html>