Nessuna descrizione

repositorydetail.html 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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.http.js"></script>
  7. <script src="../Script/Common/huayi.config.js"></script>
  8. <link rel="stylesheet" href="../css/init.css" />
  9. <title>知识库详情页面</title>
  10. <style>
  11. .treeTable {
  12. /*height: 400px;*/
  13. /*overflow-y: auto;*/
  14. width: 100%;
  15. border: 1px solid #e5e5e5;
  16. text-align: center;
  17. padding: 15px;
  18. }
  19. .con_title {
  20. font-weight: bold;
  21. color: #000;
  22. }
  23. .con_message {
  24. border-bottom: 1px solid #e5e5e5;
  25. padding: 5px;
  26. margin-bottom: 15px;
  27. }
  28. .con_content {
  29. text-align: left;
  30. }
  31. .icon_r {
  32. margin-right: 3px;
  33. }
  34. .box .btop {
  35. background: #00a1cb;
  36. }
  37. </style>
  38. </head>
  39. <body>
  40. <div class="container-fluid">
  41. <div class="treeTable">
  42. <h3 class="con_title"></h3>
  43. <div class="con_message">
  44. <span>所属类别:</span>
  45. <sapn class="lb"></sapn>
  46. <span>创建人:</span>
  47. <sapn class="cjr"></sapn>
  48. <!--<span>审核人:</span>
  49. <sapn class="shr"></sapn>-->
  50. <span>创建日期:</span>
  51. <sapn class="time"></sapn>
  52. </div>
  53. <table class="con_content table table-striped table-hover">
  54. <tr>
  55. <td class="content">1111</td>
  56. </tr>
  57. </table>
  58. </div>
  59. </div>
  60. <script src="../js/kindeditor/kindeditor-all-min.js"></script>
  61. <script src="../js/kindeditor/lang/zh_CN.js"></script>
  62. <script src="js/repositorydetail.js"></script>
  63. </body>
  64. </html>