Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-h5app-drs
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhuxiaomei
patzn-cloud-web-h5app-drs
Commits
c83ebf77
Commit
c83ebf77
authored
Dec 09, 2020
by
zhuxiaomei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页优化
parent
c463c9a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
Home.vue
src/page/Home.vue
+17
-3
No files found.
src/page/Home.vue
View file @
c83ebf77
...
...
@@ -13,6 +13,7 @@
</div>
<div
class=
"box-c box-c-2"
>
<div
@
click=
"_goto('/sampling_task/sampling_task')"
>
<img
src=
"@/assets/home/task.png"
>
<div
class=
"box-img"
>
<img
src=
"@/assets/home/task.png"
></div>
<div
class=
"cont"
>
...
...
@@ -21,6 +22,7 @@
</div>
</div>
<div
@
click=
"_goto('/sampling_list/sampling_task')"
>
<img
src=
"@/assets/home/task-edit.png"
>
<div
class=
"box-img"
>
<img
src=
"@/assets/home/task-edit.png"
></div>
<div
class=
"cont"
>
...
...
@@ -31,6 +33,7 @@
</div>
<div
class=
"box-c box-c-3"
>
<div
@
click=
"_goto('/message')"
>
<img
src=
"@/assets/home/message.png"
>
<div
class=
"box-img"
>
<img
src=
"@/assets/home/message.png"
></div>
<div
class=
"cont"
>
...
...
@@ -39,6 +42,7 @@
</div>
</div>
<div
@
click=
"_goto('/history_sampling/sampling_list')"
>
<img
src=
"@/assets/home/history-data.png"
>
<div
class=
"box-img"
>
<img
src=
"@/assets/home/history-data.png"
></div>
<div
class=
"cont"
>
...
...
@@ -96,7 +100,7 @@
img
{
width
:
70px
;
opacity
:
0.
8
;
opacity
:
0.
9
;
}
.box-c
{
...
...
@@ -131,8 +135,8 @@
position
:
absolute
;
right
:
-40px
;
top
:
-40px
;
opacity
:
0.
2
;
width
:
30
0px
;
opacity
:
0.
1
;
width
:
28
0px
;
}
>
div
:nth-child
(
2
)
{
...
...
@@ -162,6 +166,14 @@
justify-content
:
center
;
align-items
:
center
;
box-shadow
:
2px
2px
10px
#888888
;
position
:
relative
;
>
img
{
position
:
absolute
;
right
:
-20px
;
opacity
:
0.1
;
width
:
200px
;
}
}
.box-img
{
...
...
@@ -176,6 +188,7 @@
.box-c-2
{
>
div
:
nth-child
(
1
)
{
background-image
:
linear-gradient
(
45deg
,
#536DFE
,
#00B0Ff
)
/*background-image: linear-gradient(45deg, #10239e,#87e8de)*/
}
...
...
@@ -183,6 +196,7 @@
background-image
:
linear-gradient
(
45deg
,
#00B0Ff
,
#536DFE
);
margin-left
:
30px
;
}
}
.box-c-3
{
...
...
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