Commit d1d10a6f by Tang

feat: 动画和导航修改

parent d4641233
......@@ -144,7 +144,7 @@ export default {
.gs-dropdown-rect {
display: flex;
flex-direction: column;
padding-right: 24px;
padding-right: 75px;
margin-bottom: 20px;
.rect-title {
......@@ -165,7 +165,7 @@ export default {
display: flex;
flex-direction: column;
padding-top: 35px;
padding-right: 24px;
padding-right: 75px;
margin-bottom: 20px;
&.no-padding-top {
......
......@@ -82,8 +82,11 @@ export default {
float: left;
margin-right: 30px;
margin-bottom: 30px;
&:hover{
box-shadow: 0px 4px 15px 2px rgba(4, 64, 141, 0.12);
transition-duration: 0.2s;
transition-timing-function: ease;
&:hover {
transform: translateY(-4px);
box-shadow: 0 10px 30px 0 rgba(165, 165, 167, 0.6);
}
.tool-img {
height: 145px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment