Skip to content

Commit 7de1a0c

Browse files
author
ParnDeedlit&潘卓然
committed
【站点】【新增】【新增全新的细节交互】
1 parent 260f0e5 commit 7de1a0c

File tree

4 files changed

+37
-19
lines changed

4 files changed

+37
-19
lines changed

website/public/static/demo/config/config-headers.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,9 @@
7676
]
7777
},
7878
{
79-
"title": "开发示例",
79+
"title": "Js开发示例",
8080
"hightlights": [
81-
[false, false, false, false, false, false, false, false, false, false, false, false, false, false],
82-
[true, true, true, true]
81+
[false, false, false, false, false, false, false, false, false, false, false, false, false, false]
8382
],
8483
"links": [
8584
[
@@ -97,8 +96,7 @@
9796
"客户端-Echarts",
9897
"客户端-MapV",
9998
"客户端空间分析"
100-
],
101-
["Vue-栅格", "Vue-矢量瓦片", "Vue-交互", "Vue-模型"]
99+
]
102100
],
103101
"routes": [
104102
[
@@ -116,7 +114,18 @@
116114
"/gallery/cesium#clientView_Echarts",
117115
"/gallery/cesium#clientView_MapV",
118116
"/gallery/cesium#clientAnalysis"
119-
],
117+
]
118+
]
119+
},
120+
{
121+
"title": "Vue开发示例",
122+
"hightlights": [
123+
[true, true, true, true]
124+
],
125+
"links": [
126+
["Vue-栅格", "Vue-矢量瓦片", "Vue-交互", "Vue-模型"]
127+
],
128+
"routes": [
120129
["/gallery/vue-cesium#raster", "/gallery/vue-cesium#vvectortile", "/gallery/vue-cesium#control", "/gallery/vue-cesium#model"]
121130
]
122131
},
@@ -169,10 +178,9 @@
169178
]
170179
},
171180
{
172-
"title": "开发示例",
181+
"title": "JS开发示例",
173182
"hightlights": [
174-
[false, false, true, false, false, false, false, false, false, false, true, true],
175-
[true, false, false, true]
183+
[false, false, true, false, false, false, false, false, false, false, true, true]
176184
],
177185
"links": [
178186
[
@@ -188,8 +196,7 @@
188196
"客户端空间分析",
189197
"DataStore",
190198
"行业特色"
191-
],
192-
["Vue-图层", "Vue-栅格", "Vue-OGC", "Vue-交互"]
199+
]
193200
],
194201
"routes": [
195202
[
@@ -205,7 +212,18 @@
205212
"/gallery/mapboxgl#client-analysis",
206213
"/gallery/mapboxgl#datastore#elasticsearch",
207214
"/gallery/mapboxgl#industry#search"
208-
],
215+
]
216+
]
217+
},
218+
{
219+
"title": "Vue开发示例",
220+
"hightlights": [
221+
[true, false, false, true]
222+
],
223+
"links": [
224+
["Vue-图层", "Vue-栅格", "Vue-OGC", "Vue-交互"]
225+
],
226+
"routes": [
209227
[
210228
"/gallery/vue-mapboxgl#vue-layer",
211229
"/gallery/vue-mapboxgl#vue-raster",
@@ -380,4 +398,4 @@
380398
}
381399
]
382400
}
383-
]
401+
]

website/src/views/layout/components/Header/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export default {
219219
span {
220220
width: fit-content;
221221
height: 64px;
222-
// margin: 0px 6px;
222+
margin: 0px 2px;
223223
padding: 0px 4px;
224224
// margin-let: 12.5px;
225225
font-size: 16px;

website/src/views/layout/components/Header/Menu.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default {
9797
flex-wrap: wrap;
9898
// width: fit-content;
9999
width: calc(100vw - 51px);
100-
padding: 0 175px;
100+
padding: 0 100px;
101101
height: 600px;
102102
max-width: 100vw;
103103
overflow: auto;
@@ -126,7 +126,7 @@ export default {
126126
font-size: 14px;
127127
font-family: Microsoft YaHei;
128128
font-weight: 400;
129-
color: rgba(102, 102, 102, 1);
129+
color: #ffffff;
130130
line-height: 30px;
131131
}
132132
}
@@ -153,7 +153,7 @@ export default {
153153
font-size: 14px;
154154
font-family: Microsoft YaHei;
155155
font-weight: 500;
156-
color: rgba(0, 0, 0, 1);
156+
color: #ffffff;
157157
line-height: 30px;
158158
}
159159
}

website/src/views/welcome/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const MainBanners = [
22
"./static/assets/bane/banner1.png",
3-
"./static/assets/bane/banner2.png",
4-
"./static/assets/bane/banner3.png",
3+
// "./static/assets/bane/banner2.png",
4+
// "./static/assets/bane/banner3.png",
55
];
66

77
export const DetailMains = [

0 commit comments

Comments
 (0)