|
|
|
@ -63,6 +63,9 @@
|
|
|
|
|
.input-group-btn{border: 1px solid #ccc;padding: 5px;}
|
|
|
|
|
.search-btn{cursor: pointer; background: url(//data.chinahighlights.com/css/images/global/site-search-button.png) no-repeat center center;}
|
|
|
|
|
.center-block{display: block;margin: 0 auto;}
|
|
|
|
|
.brand_text {color: #fff; padding: 2px 3px; border-radius: 4px;font-style: italic;}
|
|
|
|
|
.cht-color {background-color: #A31022;}
|
|
|
|
|
.trippest-color {background-color: #E83201;}
|
|
|
|
|
</style>
|
|
|
|
|
<style type="text/css" media="screen and (max-width:767px)">
|
|
|
|
|
.pay_form .form-group{padding-left: 0!important;padding-right: 0!important;}
|
|
|
|
@ -141,6 +144,10 @@
|
|
|
|
|
|
|
|
|
|
<li class="col-sm-1 nopadding-L" style="overflow:hidden;word-break: break-all;height: 25px;"><?php echo ($key + 1); ?></li>
|
|
|
|
|
<li class="col-sm-6 nopadding-L" style="overflow:hidden;word-break: break-all;height: 25px;">
|
|
|
|
|
|
|
|
|
|
<span class="brand_text <?php echo strtolower(str_replace(" ","",$item->fundsource))."-color"; ?>"><?php echo $item->fundsource; ?></span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if ($item->ALI_dealId) { ?>
|
|
|
|
|
<a class="seen" target="_blank" href="/webht.php/apps/pay/AlipayTradeService/receipt/<?php echo $item->ALI_dealId; ?>">
|
|
|
|
|
<?php } else {?>
|
|
|
|
|