From 7ac94156289d89c35e221d984ed9840ddd2e8c5e Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Sun, 4 Dec 2022 12:21:41 +0800 Subject: [PATCH] 123 --- css/style.css | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 5d80c56..8657f39 100644 --- a/css/style.css +++ b/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; diff --git a/index.html b/index.html index 9ebdb18..6e21e4b 100644 --- a/index.html +++ b/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