viewdata.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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. .short_chain_box{
  68. overflow: hidden;
  69. padding: 20px;
  70. }
  71. .short_input_box{
  72. margin: 10px 0;
  73. height: 30px;
  74. }
  75. .short_input_box strong,
  76. .short_input,
  77. .short_input_box a{
  78. margin-right: 20px;
  79. float: left;
  80. height: 30px;
  81. font-size: 12px;
  82. font-weight: normal;
  83. }
  84. .short_input_box strong,
  85. .short_input_box a{
  86. line-height: 30px;
  87. }
  88. .short_input_box a{
  89. padding: 0 10px;
  90. background-color: #169bd5;
  91. color: #fff;
  92. border-radius: 3px;
  93. }
  94. .short_input{
  95. padding: 0 10px;
  96. border: 1px solid #ccc;
  97. box-sizing: border-box;
  98. }
  99. .short_input input{
  100. display: block;
  101. padding: 0;
  102. margin: 0;
  103. border: 0;
  104. height: 100%;
  105. width: 200px;
  106. }
  107. .card-view .value a{
  108. margin: 5px !important;
  109. }
  110. .fixed-table-body .card-view .title{
  111. /*width: auto;*/
  112. min-width: inherit;
  113. }
  114. .opshare{ cursor: pointer}
  115. /** 图片弹出层 **/
  116. .copy_dialog {position:fixed; top:0; left:0;width:100%; height:100%;
  117. background:rgba(0,0,0,0.7); z-index: 100;}
  118. .copy_dialog .top_p1 { display:inline-block; margin:0 auto; margin-top:0px; margin-bottom: 40px; height:36px; line-height: 36px;
  119. border-radius: 18px; padding:0px 13px;border:1px #fff solid; color:#fff; opacity: .9; }
  120. .copy_dialog .copy_dialog_m { position:absolute; left:50%; top:50%; padding:10px;width:80%; max-width: 550px; text-align: center;
  121. transform: translate(-50%, -50%);
  122. -ms-transform: translate(-50%, -50%); /* IE 9 */
  123. -moz-transform: translate(-50%, -50%); /* Firefox */
  124. -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
  125. -o-transform: translate(-50%, -50%);
  126. border-radius: .04rem;}
  127. .copy_dialog .copy_dialog_close{position:absolute;left:50%;margin-left:-15px;bottom:-40px; border-radius: 50%; border:1px #fff solid; width:30px;height:30px;line-height:30px;
  128. font-size:14px; color:#fff; text-decoration: none; text-align: center; opacity: .6;}
  129. .copy_dialog .img {display:block;margin:0 auto;width:100%; max-width:500px; text-align: center;
  130. -webkit-touch-callout: default;
  131. pointer-event:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text;}
  132. #table th div{
  133. white-space: normal !important;
  134. }
  135. #table{
  136. width: 100%;
  137. max-width: 100%;
  138. }
  139. </style>
  140. <div id="tong" style="display: none"></div>
  141. <div class="panel panel-default panel-intro">
  142. {:build_heading()}
  143. <div class="panel-body">
  144. <div id="myTabContent" class="tab-content">
  145. <div class="tab-pane fade active in" id="one">
  146. <div class="widget-body no-padding">
  147. <div id="toolbar" class="toolbar">
  148. <a href="javascript:;" class="btn btn-primary btn-refresh" title="{:__('Refresh')}" ><i class="fa fa-refresh"></i> </a>
  149. <a href="javascript:;" class="btn btn-success btn-open-choose {:$auth->check('referral/vipreferral/selectchannel')?'':'hide'}" title="{:__('Add')}" ><i class="fa fa-plus"></i> {:__('Add')}</a>
  150. <a class="btn btn-success btn-export btn-myexcel-export" href="javascript:;"><i class="fa fa-user"></i> 导出</a>
  151. </div>
  152. <table id="table" class="table table-striped table-bordered table-hover"
  153. data-operate-del="{:$auth->check('referral/vipreferral/del')}"
  154. width="100%">
  155. </table>
  156. </div>
  157. </div>
  158. </div>
  159. </div>
  160. </div>