123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- <style type="text/css">
- .fixed-table-body .card-view .title{
- padding: 6px 10px;
- width: 40%;
- box-sizing: border-box;
- vertical-align: middle;
- line-height: 20px;
- }
- .fixed-table-body .card-view .value{
- padding: 6px 10px;
- display: inline-block;
- width: 60%;
- box-sizing: border-box;
- vertical-align: middle;
- line-height: 20px;
- }
- i{
- font-style: normal;
- }
- .card-view{
- padding: 5px;
- background-color: #fff;
- margin-bottom: 1px;
- }
- .card-view .value a{
- float: none!important;
- margin-left: 0!important;
- }
- .url_text{
- text-align: left;
- color: #1581ff;
- white-space: normal;
- word-break: break-all;
- word-wrap: break-word;
- }
- .url_text i{
- color: #666;
- cursor: pointer;
- }
- .url_text strong{
- color: #000;
- font-weight: 300;
- }
- .link_txt{
- height: 24px;
- text-align: left;
- font-size: 14px;
- color: #f00;
- font-weight: bold;
- line-height: 24px;
- }
- .short_link_but{
- display: block;
- height: 24px;
- width: 100px;
- color: #333;
- font-size: 12px;
- text-align: left;
- line-height: 24px;
- }
- .short_link_but:hover{
- color: #333;
- }
- .short_link{
- display: none;
- }
- .short_chain_box{
- overflow: hidden;
- padding: 20px;
- }
- .short_input_box{
- margin: 10px 0;
- height: 30px;
- }
- .short_input_box strong,
- .short_input,
- .short_input_box a{
- margin-right: 20px;
- float: left;
- height: 30px;
- font-size: 12px;
- font-weight: normal;
- }
- .short_input_box strong,
- .short_input_box a{
- line-height: 30px;
- }
- .short_input_box a{
- padding: 0 10px;
- background-color: #169bd5;
- color: #fff;
- border-radius: 3px;
- }
- .short_input{
- padding: 0 10px;
- border: 1px solid #ccc;
- box-sizing: border-box;
- }
- .short_input input{
- display: block;
- padding: 0;
- margin: 0;
- border: 0;
- height: 100%;
- width: 200px;
- }
- .card-view .value a{
- margin: 5px !important;
- }
- .fixed-table-body .card-view .title{
- /*width: auto;*/
- min-width: inherit;
- }
- .opshare{ cursor: pointer}
- /** 图片弹出层 **/
- .copy_dialog {position:fixed; top:0; left:0;width:100%; height:100%;
- background:rgba(0,0,0,0.7); z-index: 100;}
- .copy_dialog .top_p1 { display:inline-block; margin:0 auto; margin-top:0px; margin-bottom: 40px; height:36px; line-height: 36px;
- border-radius: 18px; padding:0px 13px;border:1px #fff solid; color:#fff; opacity: .9; }
- .copy_dialog .copy_dialog_m { position:absolute; left:50%; top:50%; padding:10px;width:80%; max-width: 550px; text-align: center;
- transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%); /* IE 9 */
- -moz-transform: translate(-50%, -50%); /* Firefox */
- -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
- -o-transform: translate(-50%, -50%);
- border-radius: .04rem;}
- .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;
- font-size:14px; color:#fff; text-decoration: none; text-align: center; opacity: .6;}
- .copy_dialog .img {display:block;margin:0 auto;width:100%; max-width:500px; text-align: center;
- -webkit-touch-callout: default;
- pointer-event:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text;}
- #table th div{
- white-space: normal !important;
- }
- #table{
- width: 100%;
- max-width: 100%;
- }
- </style>
- <div id="tong" style="display: none"></div>
- <div class="panel panel-default panel-intro">
- {:build_heading()}
- <div class="panel-body">
- <div id="myTabContent" class="tab-content">
- <div class="tab-pane fade active in" id="one">
- <div class="widget-body no-padding">
- <div id="toolbar" class="toolbar">
- <a href="javascript:;" class="btn btn-primary btn-refresh" title="{:__('Refresh')}" ><i class="fa fa-refresh"></i> </a>
- <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>
- <a class="btn btn-success btn-export btn-myexcel-export" href="javascript:;"><i class="fa fa-user"></i> 导出</a>
- </div>
- <table id="table" class="table table-striped table-bordered table-hover"
- data-operate-del="{:$auth->check('referral/vipreferral/del')}"
- width="100%">
- </table>
- </div>
- </div>
- </div>
- </div>
- </div>
|