mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
图片放大
This commit is contained in:
@@ -1112,6 +1112,10 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
.xindex-course-image:hover{
|
||||||
|
transform: scale(1.3);
|
||||||
|
transition: all 0.6s;
|
||||||
|
}
|
||||||
.Recent{
|
.Recent{
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
|
|||||||
@@ -965,19 +965,12 @@ export default {
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.course-image-box:hover{
|
||||||
::v-deep .course-image-box :hover .el-image{
|
transform: scale(1.3);
|
||||||
// transition: all 0.5s;
|
transition: all 0.6s;
|
||||||
|
|
||||||
//z-index: 999;
|
|
||||||
//position: absolute;
|
|
||||||
//top: -50px;
|
|
||||||
//left: -35px;
|
|
||||||
//width: 420px !important;
|
|
||||||
//height: 236px !important;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.list-active{
|
.list-active{
|
||||||
display: none;
|
display: none;
|
||||||
// width: 458px;
|
// width: 458px;
|
||||||
|
|||||||
Reference in New Issue
Block a user