|
|
@@ -256,12 +256,6 @@
|
|
|
.ticket_record_list{
|
|
|
background: none;
|
|
|
}
|
|
|
- .oder01 ul li.new-account a{
|
|
|
- color: #5078cb;
|
|
|
- }
|
|
|
- .oder01 ul li.new-account a:hover{
|
|
|
- border-bottom: none;
|
|
|
- }
|
|
|
a[disabled] {
|
|
|
cursor: not-allowed;
|
|
|
}
|
|
|
@@ -621,34 +615,6 @@
|
|
|
div.ng-table-pager a.page-a{
|
|
|
color:#fff!important;
|
|
|
}
|
|
|
- .oder01 ul li{
|
|
|
- margin-left: 0px;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
- .oder01 ul li.active a{
|
|
|
- border-bottom: #fff;
|
|
|
- background: #5078cb;
|
|
|
- border: 0px;
|
|
|
- color: #fff !important;
|
|
|
- }
|
|
|
- .oder01 ul {
|
|
|
- border-bottom: 0px
|
|
|
- }
|
|
|
- .oder01 ul li::after{
|
|
|
-
|
|
|
- width: 11px;
|
|
|
- height: 6px;
|
|
|
- position: absolute;
|
|
|
- bottom: 0px;
|
|
|
- left: 50%;
|
|
|
- content: ' ';
|
|
|
- margin-left: -5px;
|
|
|
- display: none;
|
|
|
- background: url('static/img/vendor/images/downicon.png');
|
|
|
- }
|
|
|
- .oder01 ul li.active:after{
|
|
|
- display: block
|
|
|
- }
|
|
|
.check-filter {
|
|
|
height: 80px;
|
|
|
line-height: 30px;
|
|
|
@@ -682,7 +648,7 @@
|
|
|
<div class="user_right fr" id="pay_center">
|
|
|
<!--支付中心-->
|
|
|
<div class="pay_record oder">
|
|
|
- <div class="oder01">
|
|
|
+ <div class="com_tab">
|
|
|
<ul>
|
|
|
<li ng-if="tab != 'accountTab'"><a ui-sref="fa_apCheck" href="javascript:void(0)">B2B</a></li>
|
|
|
<li ng-if="tab != 'accountTab'" ng-class="{'active' : tab == 'paymentRecord'}"><a href="javascript:void(0)">优软商城</a></li>
|
|
|
@@ -694,7 +660,7 @@
|
|
|
<!-- 交易记录-->
|
|
|
<div class="tab" ng-show="tab == 'paymentRecord'" style="display: inline-block">
|
|
|
<!--搜索时间筛选-->
|
|
|
- <div class="screen check-filter" style="background: #f5f8fe;margin-bottom: 15px;margin-top: 5px;padding-top: 4px;padding-right: 11px;">
|
|
|
+ <div class="screen check-filter" style="background: #f5f8fe;margin-bottom: 10px;padding-right: 11px;">
|
|
|
<div class="radio-block" style="display: block;">
|
|
|
交易方式:
|
|
|
<label class="com-check-radio">
|