Commit d1d10a6f by Tang

feat: 动画和导航修改

parent d4641233
...@@ -144,7 +144,7 @@ export default { ...@@ -144,7 +144,7 @@ export default {
.gs-dropdown-rect { .gs-dropdown-rect {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding-right: 24px; padding-right: 75px;
margin-bottom: 20px; margin-bottom: 20px;
.rect-title { .rect-title {
...@@ -165,7 +165,7 @@ export default { ...@@ -165,7 +165,7 @@ export default {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding-top: 35px; padding-top: 35px;
padding-right: 24px; padding-right: 75px;
margin-bottom: 20px; margin-bottom: 20px;
&.no-padding-top { &.no-padding-top {
......
...@@ -82,8 +82,11 @@ export default { ...@@ -82,8 +82,11 @@ export default {
float: left; float: left;
margin-right: 30px; margin-right: 30px;
margin-bottom: 30px; margin-bottom: 30px;
&:hover{ transition-duration: 0.2s;
box-shadow: 0px 4px 15px 2px rgba(4, 64, 141, 0.12); transition-timing-function: ease;
&:hover {
transform: translateY(-4px);
box-shadow: 0 10px 30px 0 rgba(165, 165, 167, 0.6);
} }
.tool-img { .tool-img {
height: 145px; 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