From ac63fa7137bfb80bce3578f7bcf715ffec85f819 Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Sun, 4 Dec 2022 12:00:19 +0800 Subject: [PATCH] 123 --- css/style.css | 6 ++++-- index.html | 19 ++++++++++++------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/css/style.css b/css/style.css index 9443563..13d4e11 100644 --- a/css/style.css +++ b/css/style.css @@ -151,10 +151,11 @@ img { z-index: 99; top: 0; background-color: #f7f7f7; - padding-top: 48px; + /* padding-top: 48px; */ overflow-y: scroll; box-sizing: border-box; transition: left 0.4s; + border-top: 48px solid #fff; } .my-account:target { left: 0; @@ -335,10 +336,11 @@ img { .billing-header { position: fixed; - top: 48px; + top: 0; left: 100%; z-index: 10; width: 100%; + border-top: 48px solid #fff; } .home-box { diff --git a/index.html b/index.html index 36bcf3d..d43e453 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@