index.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <style type="text/css">
  2. .fixed-table-body .card-view .title{
  3. padding: 6px 10px;
  4. width: 40%;
  5. box-sizing: border-box;
  6. vertical-align: middle;
  7. line-height: 20px;
  8. }
  9. .fixed-table-body .card-view .value{
  10. padding: 6px 10px;
  11. display: inline-block;
  12. width: 60%;
  13. box-sizing: border-box;
  14. vertical-align: middle;
  15. line-height: 20px;
  16. }
  17. i{
  18. font-style: normal;
  19. }
  20. .card-view{
  21. padding: 5px;
  22. background-color: #fff;
  23. margin-bottom: 1px;
  24. }
  25. .card-view .value a{
  26. float: none!important;
  27. margin-left: 0!important;
  28. }
  29. .url_text{
  30. text-align: left;
  31. color: #1581ff;
  32. white-space: normal;
  33. word-break: break-all;
  34. word-wrap: break-word;
  35. }
  36. .url_text i{
  37. color: #666;
  38. cursor: pointer;
  39. }
  40. .url_text strong{
  41. color: #000;
  42. font-weight: 300;
  43. }
  44. .link_txt{
  45. height: 24px;
  46. text-align: left;
  47. font-size: 14px;
  48. color: #f00;
  49. font-weight: bold;
  50. line-height: 24px;
  51. }
  52. .short_link_but{
  53. display: block;
  54. height: 24px;
  55. width: 100px;
  56. color: #333;
  57. font-size: 12px;
  58. text-align: left;
  59. line-height: 24px;
  60. }
  61. .short_link_but:hover{
  62. color: #333;
  63. }
  64. .short_link{
  65. display: none;
  66. }
  67. </style>
  68. <div id="tong" style="display: none"></div>
  69. <div class="panel panel-default panel-intro">
  70. {:build_heading()}
  71. <div class="panel-body">
  72. <div id="myTabContent" class="tab-content">
  73. <div class="tab-pane fade active in" id="one">
  74. <div class="widget-body no-padding">
  75. <div id="toolbar" class="toolbar">
  76. <a class="btn btn-success btn-export btn-myexcel-export" href="javascript:;"><i class="fa fa-user"></i> 导出</a>
  77. </div>
  78. <table id="table" class="table table-striped table-bordered table-hover" width="100%"></table>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. </div>