|
|
@@ -61,9 +61,9 @@
|
|
|
margin: 20px;
|
|
|
}
|
|
|
#pay_center .tab .tab-dd .col-xs-4{
|
|
|
- margin: 42px 0;
|
|
|
+ margin: 42px -25px;
|
|
|
line-height: 25px;
|
|
|
- text-align: center;
|
|
|
+ text-align: left;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
#pay_center .tab .tab-dd .col-xs-4 a{
|
|
|
@@ -408,6 +408,33 @@
|
|
|
.oder01 ul li.active:after{
|
|
|
display: block
|
|
|
}
|
|
|
+
|
|
|
+ .empty{
|
|
|
+ width:100%;
|
|
|
+ overflow: hidden;
|
|
|
+ height:100px;
|
|
|
+ margin: 0!important;
|
|
|
+ display:inline-flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .empty-info{
|
|
|
+ line-height: 28px;
|
|
|
+ padding-top:10px;
|
|
|
+ margin-left:10px;
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+ .empty-info .grey{
|
|
|
+ color: #999;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ .empty .empty-info>a{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #5078cb;
|
|
|
+ }
|
|
|
+ .empty .empty-info i{
|
|
|
+ margin-right:5px;
|
|
|
+ }
|
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
|
<div class="user_right fr" id="pay_center">
|
|
|
@@ -452,7 +479,15 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- <div style="text-align: right;margin-right:25px;margin-top:-30px;">
|
|
|
+ <div class="empty" ng-if="accounts.length == 0">
|
|
|
+ <p class="empty-img">
|
|
|
+ <img src="static/img/all/empty-cart.png">
|
|
|
+ </p>
|
|
|
+ <div class="empty-info">
|
|
|
+ <p class="grey f14">暂无账户信息</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="text-align: right;margin-right:25px;margin-top:-30px;" ng-if="accounts.length !== 0">
|
|
|
<span class="count-tip">显示 {{$$bankInfo.start}}-{{$$bankInfo.end}} 条,共 <em ng-bind="$$bankInfo.totalElements" style="color: #5078cb">2506</em> 条</span>
|
|
|
</div>
|
|
|
<div class="com-mall-del-box" ng-if="showDelete">
|
|
|
@@ -558,17 +593,17 @@
|
|
|
<span><em>退款成功</em></span>
|
|
|
</dd>-->
|
|
|
<dd ng-if="!tradeRecordPage || tradeRecordPage.length == 0" class="tab-dd" style="height: 125px; padding: 30px;">
|
|
|
- <div class="col-xs-offset-3 col-xs-2">
|
|
|
+ <div class="col-xs-offset-3 col-xs-3">
|
|
|
<img src="static/img/all/empty-cart.png">
|
|
|
</div>
|
|
|
<div class="col-xs-4">
|
|
|
- <p class="grey" style="font-size: 12px">暂无支付记录,请下单购买商品吧!</p>
|
|
|
+ <p class="grey" style="font-size:14px">暂无支付记录,请下单购买商品吧!</p>
|
|
|
<a href=".">马上去逛一逛</a> <i class="fa fa-arrow-right"></i>
|
|
|
</div>
|
|
|
</dd>
|
|
|
|
|
|
</dl>
|
|
|
- <div style="text-align: right;margin-right:20px;margin-top:10px;">
|
|
|
+ <div style="text-align: right;margin-right:20px;margin-top:10px;" ng-if="tradeRecordPage.length != 0">
|
|
|
<span class="count-tip">显示 {{$$record.start}}-{{$$record.end}} 条,共 <em ng-bind="$$record.totalElements" style="color: #5078cb">2506</em> 条</span>
|
|
|
</div>
|
|
|
<!--<p class="height16"> </p>-->
|