Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng_code
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
mancheng_code
Commits
3c2afa34
Commit
3c2afa34
authored
Nov 01, 2023
by
heshihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 首页调整
parent
cb5f8ffe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
11 deletions
+37
-11
src/views/index/index_copy.vue
+37
-11
No files found.
src/views/index/index_copy.vue
View file @
3c2afa34
...
...
@@ -198,7 +198,7 @@
<div
class=
"center-box"
>
<div
class=
"map-box"
>
<div
:class=
"['overview', district == '晋城市' ? 'active' : '']"
@
click=
"changeOverView('晋城市')"
>
<span>
晋城市
总览
</span>
<span>
满城区
总览
</span>
</div>
<div
class=
"charts-map"
>
<svg
class=
"img-fluid"
id=
"outputsvg"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 4970 4920"
>
...
...
@@ -2848,7 +2848,10 @@
</div>
<div
class=
"zs-box"
>
<div
class=
"title"
>
招商引资作战图
</div>
<img
src=
"@/assets/images/index/bg-zsyzzzt.png"
/>
<div
class=
"title"
>
<span>
招商引资作战图
</span>
</div>
<div
class=
"charts-box1"
>
<div
class=
"charts charts2"
ref=
"chart_bar"
></div>
...
...
@@ -4822,7 +4825,7 @@ export default {
.index
{
width
:
100%
;
height
:
100%
;
background
:
url("~@/assets/images/index/
bg-all
.png")
no-repeat
;
background
:
url("~@/assets/images/index/
img-bg
.png")
no-repeat
;
position
:
relative
;
left
:
0
;
top
:
0
;
...
...
@@ -5078,6 +5081,14 @@ export default {
font-style
:
italic
;
color
:
#f6f9fe
;
text-shadow
:
0px
2px
8px
rgba
(
5
,
28
,
55
,
0.42
);
background
:
linear-gradient
(
0deg
,
rgba
(
14
,
197
,
236
,
1
)
0%
,
rgba
(
49
,
190
,
255
,
1
)
0%
,
rgba
(
239
,
252
,
254
,
1
)
58.7646484375%
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
}
}
}
...
...
@@ -5158,7 +5169,7 @@ export default {
width
:
590px
;
height
:
280px
;
margin-top
:
20px
;
background
:
url("~@/assets/images/index/bg-zsyzzzt.png")
no-repeat
;
//
background
:
url("~@/assets/images/index/bg-zsyzzzt.png")
no-repeat
;
position
:
relative
;
left
:
0
;
top
:
0
;
...
...
@@ -5172,15 +5183,14 @@ export default {
font-style
:
italic
;
color
:
#f6f9fe
;
text-shadow
:
0px
2px
8px
rgba
(
5
,
28
,
55
,
0.42
);
background
:
linear-gradient
(
0deg
,
rgba
(
14
,
197
,
236
,
0.36
)
0%
,
rgba
(
49
,
190
,
255
,
0.36
)
0%
,
rgba
(
239
,
252
,
254
,
0.36
)
58.7646484375
%
rgba
(
14
,
197
,
236
,
1
)
0%
,
rgba
(
49
,
190
,
255
,
1
)
0%
,
rgba
(
239
,
252
,
254
,
1
)
58
%
);
-webkit-background-clip
:
text
;
//
-webkit-text-fill-color
:
transparent
;
-webkit-text-fill-color
:
transparent
;
}
}
}
...
...
@@ -5196,6 +5206,7 @@ export default {
height
:
50px
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
background
:
url("~@/assets/images/index/img-bottom.png")
no-repeat
;
}
.header
{
...
...
@@ -5325,20 +5336,35 @@ export default {
}
p
{
display
:
flex
;
flex-direction
:
column
;
//
flex-direction
:
column
;
span.title
{
font-size
:
20px
;
font-family
:
Alibaba
PuHuiTi
;
font-weight
:
bold
;
font-style
:
italic
;
color
:
#f6f9fe
;
opacity
:
0.4
;
text-shadow
:
0px
2px
8px
rgba
(
5
,
28
,
55
,
0.42
);
background
:
linear-gradient
(
0deg
,
rgba
(
14
,
197
,
236
,
0.36
)
0%
,
rgba
(
49
,
190
,
255
,
0.36
)
0%
,
rgba
(
239
,
252
,
254
,
0.36
)
58%
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
}
&
.active
{
span.title
{
opacity
:
1
;
background
:
linear-gradient
(
0deg
,
rgba
(
14
,
197
,
236
,
1
)
0%
,
rgba
(
49
,
190
,
255
,
1
)
0%
,
rgba
(
239
,
252
,
254
,
1
)
58%
);
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment