| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.http.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link rel="stylesheet" href="../css/init.css" />
- <title>知识库详情页面</title>
- <style>
- .treeTable {
- /*height: 400px;*/
- /*overflow-y: auto;*/
- width: 100%;
- border: 1px solid #e5e5e5;
- text-align: center;
- padding: 15px;
- }
-
- .con_title {
- font-weight: bold;
- color: #000;
- }
-
- .con_message {
- border-bottom: 1px solid #e5e5e5;
- padding: 5px;
- margin-bottom: 15px;
- }
-
- .con_content {
- text-align: left;
- }
-
- .icon_r {
- margin-right: 3px;
- }
- .box .btop {
- background: #00a1cb;
- }
- </style>
- </head>
- <body>
- <div class="container-fluid">
- <div class="treeTable">
- <h3 class="con_title"></h3>
- <div class="con_message">
- <span>所属类别:</span>
- <sapn class="lb"></sapn>
- <span>创建人:</span>
- <sapn class="cjr"></sapn>
- <!--<span>审核人:</span>
- <sapn class="shr"></sapn>-->
- <span>创建日期:</span>
- <sapn class="time"></sapn>
- </div>
- <table class="con_content table table-striped table-hover">
- <tr>
- <td class="content">1111</td>
- </tr>
- </table>
- </div>
- </div>
- <script src="../js/kindeditor/kindeditor-all-min.js"></script>
- <script src="../js/kindeditor/lang/zh_CN.js"></script>
- <script src="js/repositorydetail.js"></script>
- </body>
- </html>
|