图片放大

This commit is contained in:
zhaofang
2022-11-18 11:06:13 +08:00
parent 6a6246aa2f
commit e570eb3b5d
2 changed files with 8 additions and 11 deletions

View File

@@ -1112,6 +1112,10 @@
</script>
<style scoped lang="scss">
.xindex-course-image:hover{
transform: scale(1.3);
transition: all 0.6s;
}
.Recent{
vertical-align: top;
width: 22px;

View File

@@ -965,19 +965,12 @@ export default {
border-radius: 8px;
}
}
::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;
.course-image-box:hover{
transform: scale(1.3);
transition: all 0.6s;
}
.list-active{
display: none;
// width: 458px;