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 {
/* 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 {
width: 100%;

4
index.html

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

Loading…
Cancel
Save