diff --git a/src/common/platform.styl b/src/common/platform.styl index c07ef2d..3eda30d 100644 --- a/src/common/platform.styl +++ b/src/common/platform.styl @@ -70,10 +70,11 @@ } .center-content { float: right; - margin: 160px 0; + margin: 80px 0; width: 79%; line-height: 36px; font-size: 16px; + } @@ -141,15 +142,24 @@ position: relative; padding: 0 9%; } + +.space-box:hover{ + box-shadow: 0 6px 6px rgba(0,0,0,0.16) +} + +.space-box:hover .introduce-title{ + margin-top: 20px; +} + .introduce-box { width: 60%; overflow: hidden; position: relative; background: #fff; - box-shadow: 0 3px 6px rgba(0,0,0,0.16) cursor: pointer; padding: 30px; } + .introduce-title { margin-top: 24px; font-size: 30px; diff --git a/src/components/PlatformList/PlatformList.vue b/src/components/PlatformList/PlatformList.vue index 40f52ac..8da0e5a 100644 --- a/src/components/PlatformList/PlatformList.vue +++ b/src/components/PlatformList/PlatformList.vue @@ -1,11 +1,17 @@