From 2930372736917da03bbc7b2e165b7c33edd2830e Mon Sep 17 00:00:00 2001 From: MCBBC Date: Fri, 19 Aug 2022 04:33:55 +0800 Subject: [PATCH] Update style.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 点击关闭的Div容器样式,新增时间z-index --- css/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 76dde2d..c42aecb 100644 --- a/css/style.css +++ b/css/style.css @@ -142,6 +142,7 @@ img.error { flex-direction: column; align-items: center; transform: translateY(-120%); + z-index: 1; } .time { @@ -1003,4 +1004,11 @@ input[type="radio"]:checked+label { .from_items input::selection { background: #ffffff60; color: #ffffffb3; -} \ No newline at end of file +} + +/*关闭块*/ +.close_sou { + width: 100%; + height: 100%; + position: absolute; +}