|
|
@@ -500,10 +500,10 @@
|
|
|
.ticket_record_list .total span{
|
|
|
width:33%
|
|
|
}
|
|
|
- .ticket_record_list .total span:first-child em{
|
|
|
+ .ticket_record_list .total span:nth-child(1) em{
|
|
|
color:#f51c24;
|
|
|
}
|
|
|
- .ticket_record_list .total span:nth-child(2) em{
|
|
|
+ .ticket_record_list .total span:nth-child(3) em{
|
|
|
color:#1da902;
|
|
|
}
|
|
|
.ticket_record_list .total span:last-child{
|
|
|
@@ -512,7 +512,7 @@
|
|
|
.ticket_record_list .total span:last-child em{
|
|
|
font-size:12px;
|
|
|
}
|
|
|
- .ticket_record_list .total span b{
|
|
|
+ .ticket_record_list .total>b{
|
|
|
color:#abc4f7;
|
|
|
}
|
|
|
|
|
|
@@ -576,6 +576,26 @@
|
|
|
color:#5f82cf;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
+ .wcz-title{
|
|
|
+ position:relative;
|
|
|
+ }
|
|
|
+ .wcz-title:hover b{
|
|
|
+ display:block;
|
|
|
+ }
|
|
|
+ .wcz-title>b{
|
|
|
+ display:none;
|
|
|
+ width:130px;
|
|
|
+ padding:5px;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height:15px;
|
|
|
+ color:#666;
|
|
|
+ position:absolute;
|
|
|
+ top:3px;
|
|
|
+ left:20px;
|
|
|
+ background: #fff;
|
|
|
+ border:1px solid #89aefa;
|
|
|
+ }
|
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
|
<div class="user_right fr" id="pay_center">
|
|
|
@@ -662,8 +682,10 @@
|
|
|
<span>收款成功</span>
|
|
|
</dd>
|
|
|
<div class="total">
|
|
|
- <span>收入总计 <em>111111112</em></span><b>|</b>
|
|
|
- <span>支出总计 <em>2222222222</em></span><b>|</b>
|
|
|
+ <span>收入总计 <em>111111112</em></span>
|
|
|
+ <b>|</b>
|
|
|
+ <span>支出总计 <em>2222222222</em></span>
|
|
|
+ <b>|</b>
|
|
|
<span>结余 <em>(共计5笔交易)</em></span>
|
|
|
</div>
|
|
|
|
|
|
@@ -725,9 +747,9 @@
|
|
|
<td ng-bind="account.accountname">优软*********有限公司</td>
|
|
|
<td >
|
|
|
<span ng-bind="account.status | bankStatusFilter"></span>
|
|
|
- <span style="position:relative">
|
|
|
+ <span class="wcz-title">
|
|
|
<i class="fa fa-exclamation-circle"></i>
|
|
|
- <b style="display:block;width:130px;padding:5px;font-size: 12px;line-height:15px;color:#666;position:absolute;top:3px;left:20px;background: #fff;border:1px solid #89aefa;">开户名称余上传的附件 名称不一致,请删除此 记录重新申请</b>
|
|
|
+ <b>开户名称余上传的附件 名称不一致,请删除此 记录重新申请</b>
|
|
|
</span>
|
|
|
|
|
|
</td>
|