|
|
@@ -550,7 +550,7 @@
|
|
|
border: 1px solid #ff8522;
|
|
|
border-radius:3px;
|
|
|
}
|
|
|
- #pay_center .pay-wallet .pay-wallet-content .wallet-money .wallet-options span {
|
|
|
+ #pay_center .pay-wallet .pay-wallet-content .wallet-money .wallet-options a {
|
|
|
display: inline-block;
|
|
|
width: 70px;
|
|
|
height: 30px;
|
|
|
@@ -561,18 +561,19 @@
|
|
|
font-size: 14px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
- #pay_center .pay-wallet .pay-wallet-content .wallet-money .wallet-options span:nth-child(1) {
|
|
|
+ #pay_center .pay-wallet .pay-wallet-content .wallet-money .wallet-options a:nth-child(1) {
|
|
|
background: #fc626f;
|
|
|
color: #fff;
|
|
|
}
|
|
|
- #pay_center .pay-wallet .pay-wallet-content .wallet-money .wallet-options span:nth-child(2) {
|
|
|
+ #pay_center .pay-wallet .pay-wallet-content .wallet-money .wallet-options a:nth-child(2) {
|
|
|
background: #fff;
|
|
|
color: #fc626f;
|
|
|
border: 1px solid #fc626f;
|
|
|
}
|
|
|
- #pay_center .pay-wallet .pay-wallet-content .wallet-money .wallet-options a{
|
|
|
+ #pay_center .pay-wallet .pay-wallet-content .wallet-money .wallet-options span{
|
|
|
font-size: 14px;
|
|
|
color: #4290f7;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
#pay_center .pay-wallet .pay-wallet-content .wallet-card >div {
|
|
|
margin-top: 30px;
|
|
|
@@ -837,9 +838,9 @@
|
|
|
<div><div>收入</div><span>¥</span>56636.00</div>
|
|
|
</div>
|
|
|
<div class="wallet-options">
|
|
|
- <span>充值</span>
|
|
|
- <span>提现</span>
|
|
|
- <a>查看</a>
|
|
|
+ <a href="pingan_pay#/recharge" target="_blank">充值</a>
|
|
|
+ <a>提现</a>
|
|
|
+ <span>查看</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="wallet-card">
|