12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <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;
- }
- </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 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"
- width="100%">
- </table>
- </div>
- </div>
- </div>
- </div>
- </div>
|