Commit 2112896e by 李宏达

lhd

parent cf27ef68
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
padding-top: 36px; padding-top: 36px;
box-sizing: border-box; box-sizing: border-box;
cursor: pointer; cursor: pointer;
border-radius:10px;
} }
.gtb-home .app-child > div { .gtb-home .app-child > div {
width: 100%; width: 100%;
...@@ -35,6 +36,7 @@ ...@@ -35,6 +36,7 @@
} }
.gtb-home .app-child:hover{ .gtb-home .app-child:hover{
transform: translateY(-5%); transform: translateY(-5%);
box-shadow: 0px 0px 25px #888888;
} }
.gtb-home-title { .gtb-home-title {
width: 100%; width: 100%;
......
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