<style>
.case-box .case-box-card:before {
display: none;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #B6C5D6;
opacity: .2;
filter: alpha(opacity=20);
z-index: 1;
border-radius: 8px 8px 4px 4px;
}
.case-box:hover .case-box-card{
filter: blur(3px);
}
</style>
css高斯模糊属性
最新推荐文章于 2024-02-24 09:16:37 发布