|
@@ -20,20 +20,20 @@
|
|
|
<input type="hidden" name="quality" value="<?php echo $_GET['quality']?>">
|
|
|
<input type="hidden" name="is_only" value="<?php echo $output['is_only']?>">
|
|
|
<table class=" tb-type2">
|
|
|
- <thead>
|
|
|
+ <thead style="position: fixed;background-color: #fff;">
|
|
|
<tr class="thead">
|
|
|
- <th>
|
|
|
+ <th class="w180">
|
|
|
<a href="JavaScript:void(0);" class="btn" id="emptyBtn"><span>清空</span></a>
|
|
|
</th>
|
|
|
- <th class="w50 align-center">
|
|
|
+ <th class="w57 align-center">
|
|
|
全选
|
|
|
</th>
|
|
|
<?php foreach ($output['amounts'] as $amount){?>
|
|
|
- <th class="w50 align-center"><?php echo $amount;?></th>
|
|
|
+ <th class="w57 align-center"><?php echo $amount;?></th>
|
|
|
<?php }?>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
- <tbody>
|
|
|
+ <tbody style="display: block;padding-top: 47px;">
|
|
|
<?php if(!empty($output['providers'])){?>
|
|
|
<?php foreach ($output['providers'] as $provider){?>
|
|
|
<tr class="trFlex">
|