uuHelperGroupList.html 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <style>
  2. /*table表格*/
  3. .box-content .box-message{
  4. border-top: none;
  5. margin-top: 40px;
  6. }
  7. .box-content .box-message table thead tr{
  8. background: #f1f1f1;
  9. }
  10. .bodyUas .messageTitle{
  11. font-size: 18px;
  12. color: #000;
  13. padding-left: 30px;
  14. }
  15. .bodyUas .messageTime{
  16. font-size: 16px;
  17. color: #333;
  18. }
  19. .bodyUas .isOpenMessage{
  20. font-size: 16px;
  21. color: #333;
  22. }
  23. .bodyUas .handleMessage a.replay{
  24. margin-right: 20px;
  25. font-size: 16px;
  26. color: #0a44ff;
  27. }
  28. .box-content .box-message .table tbody.bodyUas tr {
  29. background-color: #fff;
  30. }
  31. .box-content .box-message .table tbody.bodyUas tr td{
  32. vertical-align: middle;
  33. height: 70px;
  34. }
  35. .content-wrapper{
  36. background-color: #fff!important;
  37. }
  38. </style>
  39. <!-- Main content -->
  40. <section class="content box-content">
  41. <div class="box box-message">
  42. <!-- /.box-header -->
  43. <div class="box-body">
  44. <form action="" method="POST" id="form">
  45. <input type="hidden" name="ucode" value="${ucode}">
  46. <table class="table table-striped" style="word-break:break-all">
  47. <thead>
  48. <tr>
  49. <th width="330" style="padding-left: 40px;">文章标题</th>
  50. <th width="260">时间</th>
  51. <th width="230">是否开启</th>
  52. <th width="200">操作</th>
  53. </tr>
  54. </thead>
  55. <tbody class="bodyUas">
  56. <tr>
  57. <td class="messageTitle">UU助手上线啦</td>
  58. <td class="messageTime">
  59. 2017-08-26 17:24:23
  60. </td>
  61. <td class="isOpenMessage">
  62. 开启
  63. </td>
  64. <td class="handleMessage">
  65. <a class="replay">查看</a>
  66. </td>
  67. </tr>
  68. <tr>
  69. <td class="messageTitle">UU助手上线啦</td>
  70. <td class="messageTime">
  71. 2017-08-26 17:24:23
  72. </td>
  73. <td class="isOpenMessage">
  74. 开启
  75. </td>
  76. <td class="handleMessage">
  77. <a class="replay">查看</a>
  78. </td>
  79. </tr>
  80. </tbody>
  81. </table>
  82. </form>
  83. </div>
  84. <!-- /.box-body -->
  85. </div>
  86. <div class="cf">
  87. <div class="pull-right " >
  88. <#if page??>
  89. <#include "../_inc/_paginate.html" />
  90. <@paginate currentPage=page.pageNumber totalPage=page.totalPage actionUrl="?p="+(p!)+"&c="+(c!)+"&m="+(m!)+"&t="+(t!)+"&s="+(s!)+"&k="+(k!)+"&tids="+(tids!)+"&page="/>
  91. </#if>
  92. </div>
  93. </div>
  94. <!-- /.row -->
  95. </section>