|
|
@ -27,6 +27,8 @@
|
|
|
|
.alipay-color {background-color: #00AAEE;}
|
|
|
|
.alipay-color {background-color: #00AAEE;}
|
|
|
|
.ipaylinks-color,.creditcard-color,.creditcard-ipaylinks-color {background-color: #A31022;}
|
|
|
|
.ipaylinks-color,.creditcard-color,.creditcard-ipaylinks-color {background-color: #A31022;}
|
|
|
|
.modal {background-color: rgba(0,0,0,0.075);}
|
|
|
|
.modal {background-color: rgba(0,0,0,0.075);}
|
|
|
|
|
|
|
|
.cht-color {background-color: #A31022;}
|
|
|
|
|
|
|
|
.trippest-color {background-color: #E83201;}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
<style type="text/css" media="screen and (max-width:767px)">
|
|
|
|
<style type="text/css" media="screen and (max-width:767px)">
|
|
|
|
.navbar-header h1 {display: block; font-size: 20px;}
|
|
|
|
.navbar-header h1 {display: block; font-size: 20px;}
|
|
|
@ -213,6 +215,7 @@
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td><?php echo $key+1; ?></td>
|
|
|
|
<td><?php echo $key+1; ?></td>
|
|
|
|
<td><span class="brand_text <?php echo strtolower(str_replace(" ","",$item->brand_name))."-color"; ?>"><?php echo $item->brand_name; ?></span>
|
|
|
|
<td><span class="brand_text <?php echo strtolower(str_replace(" ","",$item->brand_name))."-color"; ?>"><?php echo $item->brand_name; ?></span>
|
|
|
|
|
|
|
|
<span class="brand_text <?php echo strtolower(str_replace(" ","",$item->OPN_fundSource))."-color"; ?>"><?php echo $item->OPN_fundSource; ?></span>
|
|
|
|
<?php echo $item->OPN_orderId . ' / ' . $item->OPN_orderAmount . $item->OPN_currency; ?></td>
|
|
|
|
<?php echo $item->OPN_orderId . ' / ' . $item->OPN_orderAmount . $item->OPN_currency; ?></td>
|
|
|
|
<td class="hidden-xs">
|
|
|
|
<td class="hidden-xs">
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|