悬浮图判断
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s

This commit is contained in:
2026-04-13 15:15:29 +08:00
parent d430f04b41
commit 2d078033fa
2 changed files with 34 additions and 3 deletions

View File

@@ -900,13 +900,13 @@ a {
}
/* 鼠标悬停时:显示悬浮图,隐藏普通图 */
.header-buy-product-card:hover .header-buy-product-img .header-default-img {
/* .header-buy-product-card:hover .header-buy-product-img .header-default-img {
opacity: 0;
}
.header-buy-product-card:hover .header-buy-product-img .header-hover-img {
opacity: 1;
}
} */
/* 产品标题样式不加粗字体大小16px超出一行显示省略号 */
.header-buy-product-title {