diff --git a/clientarea/hgcloud/components/topMenu/topMenu.js b/clientarea/hgcloud/components/topMenu/topMenu.js index e381ad4..4129c32 100644 --- a/clientarea/hgcloud/components/topMenu/topMenu.js +++ b/clientarea/hgcloud/components/topMenu/topMenu.js @@ -89,6 +89,11 @@ const topMenu = {
+
+
+ +
+
@@ -409,6 +414,9 @@ const topMenu = { this.isGetData = true; }); }, + goIndex () { + location.href = "/index"; + }, goShoppingCar () { localStorage.frontMenusActiveId = ""; location.href = "/cart/shoppingCar.htm"; diff --git a/clientarea/hgcloud/css/dark-override.css b/clientarea/hgcloud/css/dark-override.css index b30d26e..6e6875d 100644 --- a/clientarea/hgcloud/css/dark-override.css +++ b/clientarea/hgcloud/css/dark-override.css @@ -150,11 +150,21 @@ html, body { } .header-right .header-right-item { - display: flex !important; - align-items: center !important; + display: flex; + align-items: center; } /* ============ 顶栏右侧按钮 — 纯圆形 ============ */ +/* 首页按钮 */ +.home-btn i { + font-size: 18px !important; + color: #4E5969 !important; +} + +.home-btn:hover i { + color: #165DFF !important; +} + /* 购物车按钮 */ .header-right .header-right-item .right-item { width: 36px !important;