From 5b83f02098edeaafdae5c47875efbbfa2392adb6 Mon Sep 17 00:00:00 2001 From: pushuo Date: Tue, 23 May 2023 03:10:13 +0000 Subject: [PATCH] !106 Fix the h5 navigation without links and click to jump to the home page * Fix the h5 navigation without links and click to jump to the home page --- public/catalog/demo/.DS_Store | Bin 6148 -> 0 bytes resources/beike/shop/default/css/header.scss | 9 +++++++-- themes/default/shared/menu-mobile.blade.php | 6 ++++-- 3 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 public/catalog/demo/.DS_Store diff --git a/public/catalog/demo/.DS_Store b/public/catalog/demo/.DS_Store deleted file mode 100644 index 59592c80ef14baefa2a1cfb59c191841f7d07764..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKJ5Iwu5Pb^~grAgjG)O)GNQ4?BCo+8?4JG6wKuY2$!PG7(IR~ep;0Bz75{Z&G zyQ^TwNuWXq%~-Q_pfWM zPCOVDyw&g*8IWhUhBmG+n{-;+Zw zfpv^9MvN{Jba0n@la61LqDMBDNi}{>TrM-~4C1eB7JKFLIcZ8hJD3O~xW_H?>2Y*m zdohN&+;H@`+&i0R^JB02bY?kQvVJz_pGD;Ihs|I1prQ;Y1IoZW23WI2%3BV#RR)v+ zWnjvHd>;a;VCXS*Xg?in>=A%iqS*@j73mNIkDFiuF zTk^HFusNx<0riq9B7UjEX$U*E6w_Bq@h;U0?SXWNp~uuAEfoC`urz3+4E!nspXD`o A@&Et; diff --git a/resources/beike/shop/default/css/header.scss b/resources/beike/shop/default/css/header.scss index 5f922b70..cd28f9a8 100644 --- a/resources/beike/shop/default/css/header.scss +++ b/resources/beike/shop/default/css/header.scss @@ -384,12 +384,17 @@ header { .children-group { .children-title { + height: 44px; span { - width: 26px; - height: 26px; + margin-right: -10px; + width: 44px; + height: 42px; display: flex; align-items: center; justify-content: center; + &:active { + background-color: #eee; + } &[aria-expanded="true"] { i::before { diff --git a/themes/default/shared/menu-mobile.blade.php b/themes/default/shared/menu-mobile.blade.php index ffba3c1a..b781f093 100644 --- a/themes/default/shared/menu-mobile.blade.php +++ b/themes/default/shared/menu-mobile.blade.php @@ -3,7 +3,7 @@ @if ($menu['name'])