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

9
css/style.css

@ -329,7 +329,14 @@ img {
} }
.billing-list .item { .billing-list .item {
/* margin-top: -0.3rem; */ margin-top: -0.3rem;
}
.billing-list .item .bg::after {
content: "";
height: 1px solid #e5e5e5;
position: absolute;
left: 1.45rem;
bottom: 0;
} }
.card-box { .card-box {
width: 100%; width: 100%;

4
index.html

@ -126,10 +126,10 @@
$("#m1").each(function () { $("#m1").each(function () {
if (this.complete) { if (this.complete) {
console.log('complete', this.height) console.log('complete', this.height)
$('.billing-list').css('paddingTop', this.height + 48) $('.billing-list').css('paddingTop', this.height + 52)
} else { } else {
$($(this)).on('load', function () { $($(this)).on('load', function () {
$('.billing-list').css('paddingTop', this.height + 48) $('.billing-list').css('paddingTop', this.height + 52)
}); });
} }
}); });

Loading…
Cancel
Save