diff --git a/public/build/beike/shop/default/css/app.css b/public/build/beike/shop/default/css/app.css index 4d717e5e..cbf8f1f4 100644 --- a/public/build/beike/shop/default/css/app.css +++ b/public/build/beike/shop/default/css/app.css @@ -614,6 +614,7 @@ footer .footer-bottom { bottom: calc(100% + 20px); left: 50%; transform: translate(-50%); + visibility: hidden; } .product-wrap .image .button-wrap button > span::before { content: ""; @@ -628,6 +629,7 @@ footer .footer-bottom { opacity: 1; bottom: calc(100% + 7px); z-index: 2; + visibility: visible; } .product-wrap .image:hover .image-hover { opacity: 1; diff --git a/resources/beike/shop/default/css/product-style.scss b/resources/beike/shop/default/css/product-style.scss index bd64f46d..2b277c66 100644 --- a/resources/beike/shop/default/css/product-style.scss +++ b/resources/beike/shop/default/css/product-style.scss @@ -58,6 +58,7 @@ bottom: calc(100% + 20px); left: 50%; transform: translate(-50%); + visibility: hidden; &::before { content: ""; @@ -75,6 +76,7 @@ opacity: 1; bottom: calc(100% + 7px); z-index: 2; + visibility: visible; } } }