diff --git a/clientarea/hgcloud/css/forget.css b/clientarea/hgcloud/css/forget.css index 24387b9..66acaf5 100644 --- a/clientarea/hgcloud/css/forget.css +++ b/clientarea/hgcloud/css/forget.css @@ -31,28 +31,26 @@ position: fixed; top: 16px; left: 20px; - z-index: 20; + z-index: 100; display: flex; align-items: center; text-decoration: none; padding: 12px 14px; border-radius: 8px; transition: all 0.2s; + cursor: pointer; } .back-home-link:hover { - opacity: 0.8; + background: rgba(255, 255, 255, 0.05); } .back-home-logo { height: 28px; width: auto; opacity: 1; - transition: opacity 0.2s; -} - -.back-home-link:hover .back-home-logo { - opacity: 1; + display: block; + pointer-events: none; } /* ---- 容器 ---- */ diff --git a/clientarea/hgcloud/css/login.css b/clientarea/hgcloud/css/login.css index fe90236..f0cb03d 100644 --- a/clientarea/hgcloud/css/login.css +++ b/clientarea/hgcloud/css/login.css @@ -599,13 +599,14 @@ position: fixed; top: 16px; left: 20px; - z-index: 20; + z-index: 100; display: flex; align-items: center; text-decoration: none; padding: 12px 14px; border-radius: 8px; transition: all 0.2s; + cursor: pointer; } .back-home-link:hover { @@ -616,11 +617,8 @@ height: 28px; width: auto; opacity: 1; - transition: opacity 0.2s; -} - -.back-home-link:hover .back-home-logo { - opacity: 1; + display: block; + pointer-events: none; } /* ---- 移动端 ---- */ diff --git a/clientarea/hgcloud/css/regist.css b/clientarea/hgcloud/css/regist.css index 5a126ac..a56bda0 100644 --- a/clientarea/hgcloud/css/regist.css +++ b/clientarea/hgcloud/css/regist.css @@ -481,13 +481,14 @@ position: fixed; top: 16px; left: 20px; - z-index: 20; + z-index: 100; display: flex; align-items: center; text-decoration: none; padding: 12px 14px; border-radius: 8px; transition: all 0.2s; + cursor: pointer; } .back-home-link:hover { @@ -498,9 +499,6 @@ height: 28px; width: auto; opacity: 1; - transition: opacity 0.2s; -} - -.back-home-link:hover .back-home-logo { - opacity: 1; + display: block; + pointer-events: none; }