Rieko-wang 2 years ago
parent
commit
04b0590a19
  1. 2
      css/style.css
  2. 4
      index.html

2
css/style.css

@ -427,6 +427,6 @@ img {
color: #fff;
}
.moveRight {
.container .moveRight {
left: 0 !important;
}

4
index.html

@ -25,7 +25,7 @@
<div id="list" class="billing list-class">
<div class="account-header billing-header">
<a href="javascript:history.back(-1)" class="account-back"></a>
<a href="javascript:history.back(-1)" class="account-back back-btn"></a>
<div class="card-box">
<div class="card-number"></div>
<img class="bg" id="m1" src="./img/m1.png" alt="">
@ -201,7 +201,7 @@
$('.billing-list').html(billingHtmlArr)
}
$('.account-back').click(function () {
$('.back-btn').click(function () {
$('.my-account').removeClass('moveRight')
})

Loading…
Cancel
Save