Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
civil-front
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
civil
civil-front
Commits
a03dfc9f
Commit
a03dfc9f
authored
Jul 01, 2021
by
李耀锟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
89a89f17
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
16 deletions
+24
-16
src/views/home.vue
+10
-6
src/views/unified/entrance.vue
+14
-10
No files found.
src/views/home.vue
View file @
a03dfc9f
...
...
@@ -107,12 +107,16 @@ export default {
<
style
lang=
"scss"
scoped
>
.footerTxt
{
margin-top
:
100px
;
position
:
fixed
;
bottom
:
0
;
color
:
#fff
;
width
:
100%
;
line-height
:
50px
;
height
:
50px
;
text-align
:
center
;
font-size
:
16px
;
}
background-color
:
rgba
(
0
,
0
,
0
,
0.2
);
}
.dataList-img
{
width
:
50px
;
margin
:
20px
22px
;
...
...
@@ -187,8 +191,8 @@ h2 {
.qrCode
{
position
:
fixed
;
bottom
:
6
0px
;
right
:
4
0px
;
bottom
:
13
0px
;
right
:
8
0px
;
width
:
120px
;
height
:
120px
;
}
...
...
@@ -205,8 +209,8 @@ h2 {
.downloadInfo
{
position
:
fixed
;
bottom
:
1
0px
;
right
:
3
0px
;
bottom
:
8
0px
;
right
:
7
0px
;
font-size
:
14px
;
line-height
:
20px
;
color
:
#fff
;
...
...
src/views/unified/entrance.vue
View file @
a03dfc9f
<
template
>
<div
class=
"page"
>
<img
src=
"./../../assets/images/3d8ced92b374abc6d74a746df73082e
.png"
src=
"./../../assets/images/img/底层背景图
.png"
alt=
""
class=
"background-image"
/>
<div
class=
"flex-container"
>
<img
src=
"./../../assets/images/标题左边素材.png"
alt=
""
class=
"about"
/>
<img
src=
"./../../assets/images/img/标题.png"
alt=
""
class=
"flex-container-tetli"
>
<!--
<img
src=
"./../../assets/images/标题左边素材.png"
alt=
""
class=
"about"
/>
<div
class=
"title-text"
>
民政数据分析系统
<img
...
...
@@ -15,7 +16,7 @@
class=
"underline"
/>
</div>
<img
src=
"./../../assets/images/标题右边素材.png"
alt=
""
class=
"about"
/>
<img
src=
"./../../assets/images/标题右边素材.png"
alt=
""
class=
"about"
/>
-->
<router-link
:to=
"
{ path: '/homes' }">
<div
class=
"content"
>
<div></div>
...
...
@@ -24,8 +25,7 @@
</router-link>
</div>
<br
/>
<br
/>
<el-row
:gutter=
"18"
>
<el-col
:span=
"12"
:offset=
"12"
class=
"top"
>
<div
...
...
@@ -157,6 +157,9 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.flex-container-tetli
{
width
:
100%
;
}
.background-image
{
width
:
100%
;
height
:
160vh
;
...
...
@@ -164,11 +167,13 @@ export default {
z-index
:
-1
;
}
.footerTxt
{
margin-top
:
2
0px
;
height
:
5
0px
;
color
:
#fff
;
width
:
100%
;
text-align
:
center
;
font-size
:
16px
;
line-height
:
50px
;
background-color
:
#012F57
;
}
.switchMa
{
margin
:
0
10px
;
...
...
@@ -192,7 +197,7 @@ export default {
.page
{
position
:
relative
;
width
:
100%
;
height
:
11
20px
;
height
:
11
0vh
;
//
background-color
:
#0b0f4e
;
}
...
...
@@ -235,9 +240,8 @@ export default {
}
.flex-container
{
display
:
flex
;
width
:
1300px
;
height
:
110px
;
margin
:
auto
;
width
:
100%
;
margin
:
0
auto
;
}
.title-text
{
width
:
380px
;
...
...
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