jichu.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <!--#include file="/inc/header.html"-->
  2. <div class="con-wrap" style="min-height: 400px;" >
  3. <!-- <div class="tree-breadcrumb">
  4. <span class="nav-prov">首页</span>&gt;
  5. <span class="nav-prov"><a id="cansgl" href="/pages/basedata/index.html">参数管理</a></span>&gt;
  6. <span class="nav-prov"><a href="javascript:;" id="nav-item-a"></a></span>
  7. </div> -->
  8. <div id="con-map" class="main3" style="margin-top: 0px;overflow:hidden">
  9. <!-- <div class="bif-nav">
  10. <ul id="bif-nav-ul" >
  11. </ul>
  12. </div> -->
  13. <div class="bif-container" id="bif-container">
  14. <div class="author-nav-tree">
  15. <ul id="tree-tt" style="height:500px;">
  16. </ul>
  17. </div>
  18. <div class="bif-con panel-noscroll" style="height: auto;">
  19. <div id="bd-toolbar" style="margin-top: 0;padding: 10px 5px;">
  20. 类型:<input id="bd-type" class="easyui-combobox search-typeName bd-w-type" editable="true" name="bd-s-type">&emsp;
  21. 名称:<input class="easyui-textbox easyui-validatebox search-name bd-w-name" name="bd-s-name" data-options="validType:'length[0,20]'">&emsp;
  22. <a href="#" class="easyui-linkbutton bd-add-s bd-search">查找</a>
  23. <a href="#" class="easyui-linkbutton bd-add-s bd-add-bt">新增</a>
  24. <a href="#" class="easyui-linkbutton bd-add-s clear-btn1" plain="true">清空</a>
  25. </div>
  26. <div id="base-table" style="height:500px;">
  27. </div>
  28. </div>
  29. </div>
  30. </div>
  31. </div>
  32. <div class="bd-w" style="padding-left: 10px"></div>
  33. <!--#include file="/inc/footer.html"-->
  34. <style>
  35. .author-nav-tree {
  36. display: inline-block;
  37. width: 200px;
  38. min-height: 400px;
  39. border: 1px solid lightgrey;
  40. float: left;
  41. overflow-x: hidden;
  42. overflow-y: auto;
  43. margin-top: 10px;
  44. }
  45. #con-map {
  46. min-height: 400px;
  47. display: inline-block;
  48. margin-top: 10px;
  49. }
  50. .bif-con {
  51. width: 980px;
  52. height: 404px;
  53. margin-top: 10px;
  54. margin-left: 14px;
  55. float: left;
  56. }
  57. .bif-nav-item{
  58. /* width: 150px; */
  59. text-align: center;
  60. }
  61. </style>
  62. <script type="text/javascript">
  63. // $(function() {
  64. // $('#bif-nav').tabs({
  65. // border:false,
  66. // onSelect:function(title){
  67. // alert(title+' is selected');
  68. // }
  69. // });
  70. baseData.init();
  71. // });
  72. </script>
  73. </body>
  74. </html>