diff --git a/nuxt-demo/app/components/AppHead/index.vue b/nuxt-demo/app/components/AppHead/index.vue index d21c141..8751e13 100644 --- a/nuxt-demo/app/components/AppHead/index.vue +++ b/nuxt-demo/app/components/AppHead/index.vue @@ -27,7 +27,7 @@
  • 解决方案
  • -
  • 新闻资讯
  • +
  • 新闻资讯
  • 合作案例
  • 服务流程
  • 关于秦安
  • diff --git a/nuxt-demo/app/pages/about/index.vue b/nuxt-demo/app/pages/about/index.vue index 18bdb16..fb3e7fb 100644 --- a/nuxt-demo/app/pages/about/index.vue +++ b/nuxt-demo/app/pages/about/index.vue @@ -568,6 +568,13 @@ const modules = [Autoplay, Pagination, Navigation]; border-radius: 4px; align-items: center; justify-content: space-around; + transition: box-shadow 0.5s ease; + cursor: default; + + &:hover{ + box-shadow: 0 8px 30px rgba(45, 104, 255, 0.15); + } + .left{ .list{ diff --git a/nuxt-demo/app/pages/new/index.vue b/nuxt-demo/app/pages/new/index.vue new file mode 100644 index 0000000..31f6192 --- /dev/null +++ b/nuxt-demo/app/pages/new/index.vue @@ -0,0 +1,189 @@ + + + + +