关闭鼠标悬浮课程时的放大效果

This commit is contained in:
weinan2087
2022-10-13 16:42:32 +08:00
parent 920780abae
commit 7727d3a2ba

View File

@@ -891,12 +891,13 @@ export default {
::v-deep .course-image-box :hover .el-image{
// transition: all 0.5s;
z-index: 999;
position: absolute;
top: -50px;
left: -35px;
width: 420px !important;
height: 236px !important;
//z-index: 999;
//position: absolute;
//top: -50px;
//left: -35px;
//width: 420px !important;
//height: 236px !important;
}