diff --git a/src/assets/img/map_bg.png b/src/assets/img/map_bg.png index 71553ba..d547e61 100644 Binary files a/src/assets/img/map_bg.png and b/src/assets/img/map_bg.png differ diff --git a/src/assets/img/park-map-bg1-1.png b/src/assets/img/park-map-bg1-1.png deleted file mode 100644 index 8441429..0000000 Binary files a/src/assets/img/park-map-bg1-1.png and /dev/null differ diff --git a/src/assets/img/park-map-bg1.png b/src/assets/img/park-map-bg1.png index 16bbf4d..941742d 100644 Binary files a/src/assets/img/park-map-bg1.png and b/src/assets/img/park-map-bg1.png differ diff --git a/src/assets/img/yuanmou_line.png b/src/assets/img/yuanmou_line.png deleted file mode 100644 index e5ea99e..0000000 Binary files a/src/assets/img/yuanmou_line.png and /dev/null differ diff --git a/src/assets/svg/fullScreen.svg b/src/assets/svg/fullScreen.svg new file mode 100644 index 0000000..7250b0d --- /dev/null +++ b/src/assets/svg/fullScreen.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 8cec16b..7fd86c6 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -6,13 +6,13 @@ export const menu = [ { path:"/", name:"home", - redirect:"/company", + redirect:"/park", component:()=>import('@/view/home.vue'), meta:{ }, children:[ + {path:"park",name:"park",meta:{title:"元谋县国家现代农业产业园"},component:()=>import('@/view/park/index.vue')}, {path:"company",name:"company",meta:{title:"企业专栏"},component:()=>import('@/view/company/index.vue')}, {path:"goods",name:"goods",meta:{title:"品种专栏"},component:()=>import('@/view/goods/index.vue')}, - {path:"park",name:"park",meta:{title:"产业园区门户"},component:()=>import('@/view/park/index.vue')}, ] }, ]; diff --git a/src/view/home.vue b/src/view/home.vue index da75032..7964ba7 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -40,6 +40,7 @@ top:10px; left:10px; cursor: pointer; + pointer-events: all; transition: all 0.3s; &:hover{ opacity: 0.7; @@ -78,15 +79,30 @@ } } .title{ + letter-spacing: 5px; position:absolute; font-weight: bold; - font-size:52px; + font-size:48px; background-image:-webkit-linear-gradient(top, #fff,#429EFA); -webkit-background-clip:text; -webkit-text-fill-color:transparent; left:50%; transform: translate(-50%,10px); } + .time{ + position:absolute; + right: 68px; + top: 24px; + color:#1587FC; + font-size:18px; + } + .fullScreen{ + position:absolute; + right:20px; + top:24px; + color:#1587FC; + font-size:30px; + } } &>.el-select{ pointer-events: all; @@ -148,13 +164,14 @@