forked from Gitlink/forgeplus-react
Merge branch 'feature_GLCC2' of http://106.75.45.236:3000/durian/forgeplus-react into feature_GLCC
This commit is contained in:
commit
790504a2f4
|
@ -19,28 +19,26 @@
|
|||
bottom: -168px;
|
||||
}
|
||||
}
|
||||
&:hover{
|
||||
.showBox{
|
||||
display: none;
|
||||
}
|
||||
.hoverShow{
|
||||
padding-top: 35px;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
transition: all 0.6s;
|
||||
background-image:linear-gradient(90deg,#e4f4ff 0%,#c4d9ff 50.63%,#ffffff 100%);
|
||||
border:1px solid #ffffff;
|
||||
border-radius:4px;
|
||||
box-shadow:0px 0px 6px rgba(255, 255, 255, 0.73);
|
||||
color:#1140ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
.teacher_item:nth-child(4n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
.teacher_picture {
|
||||
width: 100%;
|
||||
&:hover~.showBox{
|
||||
display: none;
|
||||
}
|
||||
&:hover~.hoverShow{
|
||||
padding-top: 35px;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
transition: all 0.6s;
|
||||
background-image:linear-gradient(90deg,#e4f4ff 0%,#c4d9ff 50.63%,#ffffff 100%);
|
||||
border:1px solid #ffffff;
|
||||
border-radius:4px;
|
||||
box-shadow:0px 0px 6px rgba(255, 255, 255, 0.73);
|
||||
color:#1140ff;
|
||||
}
|
||||
}
|
||||
.showBox {
|
||||
background-color: #466aff;
|
||||
|
|
Loading…
Reference in New Issue