提交 729079b4 编写于 作者: 郭维嘉

fix:优化图书封面效果兼容移动端

上级 06c7c78d
......@@ -16,11 +16,13 @@
top: 0;
left: 0;
}
.card-item .object-cover {
filter: blur(1px);
transition: all 0.2s;
}
.card-item:hover .object-cover {
transform: scale(1.02);
filter: blur(0);
@media screen and (min-width: 1000px) {
.card-item .object-cover {
filter: blur(1px);
transition: all 0.2s;
}
.card-item:hover .object-cover {
transform: scale(1.02);
filter: blur(0);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册