diff --git a/public/catalog/demo/.DS_Store b/public/catalog/demo/.DS_Store deleted file mode 100644 index 59592c80..00000000 Binary files a/public/catalog/demo/.DS_Store and /dev/null differ 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'])