Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Z
zh_zcb-ems
Project
Project
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
chen.yiwen
zh_zcb-ems
Commits
ae10534e
Commit
ae10534e
authored
Sep 01, 2022
by
huangzihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
cde98600
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
18 deletions
+19
-18
package.json
package.json
+1
-1
index.css
src/css/index.css
+9
-8
index.less
src/less/index.less
+9
-9
No files found.
package.json
View file @
ae10534e
...
...
@@ -4,7 +4,7 @@
"description"
:
"zh_zcb-ems"
,
"main"
:
"gulpfile.js"
,
"scripts"
:
{
"
test"
:
"echo
\"
Error: no test specified
\"
&& exit 1
"
"
dev"
:
"gulp
"
},
"repository"
:
{
"type"
:
"git"
,
...
...
src/css/index.css
View file @
ae10534e
body
{
margin
:
0
20px
;
padding
:
0
;
background
:
url(
'../images/bg.png'
)
no-repeat
;
background
:
url(
"../images/bg.png"
)
no-repeat
;
min-width
:
1800px
;
overflow-x
:
auto
;
}
...
...
@@ -17,7 +17,7 @@ li {
position
:
relative
;
height
:
130px
;
width
:
100%
;
background
:
url(
'../images/header-bg.png'
)
no-repeat
;
background
:
url(
"../images/header-bg.png"
)
no-repeat
;
background-size
:
cover
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
...
...
@@ -31,7 +31,7 @@ li {
width
:
228px
;
height
:
40px
;
margin
:
80px
0
0
20px
;
background
:
url(
'../images/logo.png'
)
no-repeat
;
background
:
url(
"../images/logo.png"
)
no-repeat
;
background-size
:
cover
;
}
.header-middle
{
...
...
@@ -101,7 +101,7 @@ li {
display
:
inline-block
;
width
:
23px
;
height
:
23px
;
background
:
url(
'../images/user.png'
)
no-repeat
;
background
:
url(
"../images/user.png"
)
no-repeat
;
background-size
:
cover
;
margin-right
:
15px
;
}
...
...
@@ -118,7 +118,7 @@ li {
width
:
21px
;
height
:
23px
;
cursor
:
pointer
;
background
:
url(
'../images/logout.png'
)
no-repeat
;
background
:
url(
"../images/logout.png"
)
no-repeat
;
background-size
:
contain
;
margin-right
:
15px
;
}
...
...
@@ -131,6 +131,7 @@ li {
-webkit-justify-content
:
space-between
;
-ms-flex-pack
:
justify
;
justify-content
:
space-between
;
padding
:
0
24px
;
}
.content
.st-box
{
width
:
446px
;
...
...
@@ -140,7 +141,7 @@ li {
.content
.st-box
::before
,
.content
.st-box
::after
{
position
:
absolute
;
content
:
' '
;
content
:
" "
;
display
:
block
;
top
:
50%
;
-webkit-transform
:
translateY
(
-50%
);
...
...
@@ -224,7 +225,7 @@ li {
height
:
12px
;
border-radius
:
5px
;
display
:
block
;
content
:
' '
;
content
:
" "
;
}
.content
.st-box
.echarts-box
.legend
li
:nth-child
(
1
)
::before
{
background
:
#4380f0
;
...
...
@@ -313,7 +314,7 @@ li {
align-items
:
center
;
}
.content
.center-section
.center-top
.center-title
{
background
:
url(
'../images/center-title-bg.png'
)
no-repeat
;
background
:
url(
"../images/center-title-bg.png"
)
no-repeat
;
width
:
411px
;
height
:
54px
;
position
:
relative
;
...
...
src/less/index.less
View file @
ae10534e
body {
margin: 0 20px;
padding: 0;
background: url(
'../images/bg.png'
) no-repeat;
background: url(
"../images/bg.png"
) no-repeat;
min-width: 1800px;
overflow-x: auto;
}
...
...
@@ -17,7 +17,7 @@ li {
position: relative;
height: 130px;
width: 100%;
background: url(
'../images/header-bg.png'
) no-repeat;
background: url(
"../images/header-bg.png"
) no-repeat;
background-size: cover;
display: flex;
}
...
...
@@ -28,7 +28,7 @@ li {
width: 228px;
height: 40px;
margin: 80px 0 0 20px;
background: url(
'../images/logo.png'
) no-repeat;
background: url(
"../images/logo.png"
) no-repeat;
background-size: cover;
}
.header-middle {
...
...
@@ -87,7 +87,7 @@ li {
display: inline-block;
width: 23px;
height: 23px;
background: url(
'../images/user.png'
) no-repeat;
background: url(
"../images/user.png"
) no-repeat;
background-size: cover;
margin-right: 15px;
}
...
...
@@ -104,7 +104,7 @@ li {
width: 21px;
height: 23px;
cursor: pointer;
background: url(
'../images/logout.png'
) no-repeat;
background: url(
"../images/logout.png"
) no-repeat;
background-size: contain;
margin-right: 15px;
}
...
...
@@ -115,7 +115,7 @@ li {
.content {
display: flex;
justify-content: space-between;
padding: 0 24px;
.st-box {
width: 446px;
height: 281px;
...
...
@@ -123,7 +123,7 @@ li {
&::before,
&::after {
position: absolute;
content:
' '
;
content:
" "
;
display: block;
top: 50%;
transform: translateY(-50%);
...
...
@@ -182,7 +182,7 @@ li {
height: 12px;
border-radius: 5px;
display: block;
content:
' '
;
content:
" "
;
}
&:nth-child(1) {
&::before {
...
...
@@ -274,7 +274,7 @@ li {
flex-direction: column;
align-items: center;
.center-title {
background: url(
'../images/center-title-bg.png'
) no-repeat;
background: url(
"../images/center-title-bg.png"
) no-repeat;
width: 411px;
height: 54px;
position: relative;
...
...
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