This commit is contained in:
songliang 2022-08-04 17:58:06 +08:00
parent ac9fffd532
commit f63efa5f5e
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -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;
}
}
}