Rieko-wang 2 years ago
parent
commit
7ac9415628
  1. 2
      css/style.css
  2. 2
      index.html

2
css/style.css

@ -410,7 +410,7 @@ img {
position: absolute;
/* background-color: rgba(0, 0, 0, 0.2); */
left: 0;
top: 7.6rem;
top: 7.8rem;
display: flex;
/* top: 0; */
padding: 1.5rem;

2
index.html

@ -118,7 +118,7 @@
$("#m1").each(function () {
if (this.complete) {
console.log('complete', this.height)
$('.billing-list').css('paddingTop', this.height)
$('.billing-list').css('paddingTop', this.height + 37)
} else {
$($(this)).on('load', function () {
// image now loaded

Loading…
Cancel
Save