select.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <style type="text/css">
  2. .url_text{
  3. text-align: left;
  4. color: #1581ff;
  5. white-space: normal;
  6. word-break: break-all;
  7. word-wrap: break-word;
  8. }
  9. .link_txt{
  10. height: 24px;
  11. text-align: left;
  12. font-size: 14px;
  13. color: #f00;
  14. font-weight: bold;
  15. line-height: 24px;
  16. }
  17. .short_link_but{
  18. display: block;
  19. height: 24px;
  20. width: 100px;
  21. color: #333;
  22. font-size: 12px;
  23. text-align: left;
  24. line-height: 24px;
  25. }
  26. .short_link_but:hover{
  27. color: #333;
  28. }
  29. .short_link{
  30. display: none;
  31. }
  32. </style>
  33. <div id="tong" style="display: none"></div>
  34. <div class="panel panel-default panel-intro">
  35. {:build_heading()}
  36. <div class="panel-body">
  37. <div id="myTabContent" class="tab-content">
  38. <div class="tab-pane fade active in" id="one">
  39. <div class="widget-body no-padding">
  40. {if !$Request.get.one}
  41. <div id="toolbar" class="toolbar">
  42. <a href="javascript:;" class="btn btn-success btn-disabled" title="添加" id="btn-chooseone">
  43. <i class="fa fa-check"></i>确定选择
  44. </a>
  45. </div>
  46. {/if}
  47. <table id="table" class="table table-bordered table-hover" width="100%">
  48. </table>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. </div>