From b8056659ba575b4856cc649836980fdb2eb7e9e5 Mon Sep 17 00:00:00 2001 From: Lee <342694918@qq.com> Date: Wed, 12 Jan 2022 16:38:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B40112?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/style.css b/css/style.css index b433ae6..130a734 100644 --- a/css/style.css +++ b/css/style.css @@ -1620,6 +1620,15 @@ justify-content: space-between; flex-wrap: wrap; } +.join-list li.cur .join-list-item{ + display: none; +} +.join-list li.cur .join-list-item.active{ + width: 100%; + display: flex; + justify-content: space-between; + flex-wrap: wrap; +} .join-list li .join-txt{ width: 48.85%; margin-top: 25px;