Commit ae10534e authored by huangzihao's avatar huangzihao

修改

parent cde98600
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "zh_zcb-ems", "description": "zh_zcb-ems",
"main": "gulpfile.js", "main": "gulpfile.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "dev": "gulp"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
body { body {
margin: 0 20px; margin: 0 20px;
padding: 0; padding: 0;
background: url('../images/bg.png') no-repeat; background: url("../images/bg.png") no-repeat;
min-width: 1800px; min-width: 1800px;
overflow-x: auto; overflow-x: auto;
} }
...@@ -17,7 +17,7 @@ li { ...@@ -17,7 +17,7 @@ li {
position: relative; position: relative;
height: 130px; height: 130px;
width: 100%; width: 100%;
background: url('../images/header-bg.png') no-repeat; background: url("../images/header-bg.png") no-repeat;
background-size: cover; background-size: cover;
display: -webkit-box; display: -webkit-box;
display: -webkit-flex; display: -webkit-flex;
...@@ -31,7 +31,7 @@ li { ...@@ -31,7 +31,7 @@ li {
width: 228px; width: 228px;
height: 40px; height: 40px;
margin: 80px 0 0 20px; margin: 80px 0 0 20px;
background: url('../images/logo.png') no-repeat; background: url("../images/logo.png") no-repeat;
background-size: cover; background-size: cover;
} }
.header-middle { .header-middle {
...@@ -101,7 +101,7 @@ li { ...@@ -101,7 +101,7 @@ li {
display: inline-block; display: inline-block;
width: 23px; width: 23px;
height: 23px; height: 23px;
background: url('../images/user.png') no-repeat; background: url("../images/user.png") no-repeat;
background-size: cover; background-size: cover;
margin-right: 15px; margin-right: 15px;
} }
...@@ -118,7 +118,7 @@ li { ...@@ -118,7 +118,7 @@ li {
width: 21px; width: 21px;
height: 23px; height: 23px;
cursor: pointer; cursor: pointer;
background: url('../images/logout.png') no-repeat; background: url("../images/logout.png") no-repeat;
background-size: contain; background-size: contain;
margin-right: 15px; margin-right: 15px;
} }
...@@ -131,6 +131,7 @@ li { ...@@ -131,6 +131,7 @@ li {
-webkit-justify-content: space-between; -webkit-justify-content: space-between;
-ms-flex-pack: justify; -ms-flex-pack: justify;
justify-content: space-between; justify-content: space-between;
padding: 0 24px;
} }
.content .st-box { .content .st-box {
width: 446px; width: 446px;
...@@ -140,7 +141,7 @@ li { ...@@ -140,7 +141,7 @@ li {
.content .st-box::before, .content .st-box::before,
.content .st-box::after { .content .st-box::after {
position: absolute; position: absolute;
content: ' '; content: " ";
display: block; display: block;
top: 50%; top: 50%;
-webkit-transform: translateY(-50%); -webkit-transform: translateY(-50%);
...@@ -224,7 +225,7 @@ li { ...@@ -224,7 +225,7 @@ li {
height: 12px; height: 12px;
border-radius: 5px; border-radius: 5px;
display: block; display: block;
content: ' '; content: " ";
} }
.content .st-box .echarts-box .legend li:nth-child(1)::before { .content .st-box .echarts-box .legend li:nth-child(1)::before {
background: #4380f0; background: #4380f0;
...@@ -313,7 +314,7 @@ li { ...@@ -313,7 +314,7 @@ li {
align-items: center; align-items: center;
} }
.content .center-section .center-top .center-title { .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; width: 411px;
height: 54px; height: 54px;
position: relative; position: relative;
......
body { body {
margin: 0 20px; margin: 0 20px;
padding: 0; padding: 0;
background: url('../images/bg.png') no-repeat; background: url("../images/bg.png") no-repeat;
min-width: 1800px; min-width: 1800px;
overflow-x: auto; overflow-x: auto;
} }
...@@ -17,7 +17,7 @@ li { ...@@ -17,7 +17,7 @@ li {
position: relative; position: relative;
height: 130px; height: 130px;
width: 100%; width: 100%;
background: url('../images/header-bg.png') no-repeat; background: url("../images/header-bg.png") no-repeat;
background-size: cover; background-size: cover;
display: flex; display: flex;
} }
...@@ -28,7 +28,7 @@ li { ...@@ -28,7 +28,7 @@ li {
width: 228px; width: 228px;
height: 40px; height: 40px;
margin: 80px 0 0 20px; margin: 80px 0 0 20px;
background: url('../images/logo.png') no-repeat; background: url("../images/logo.png") no-repeat;
background-size: cover; background-size: cover;
} }
.header-middle { .header-middle {
...@@ -87,7 +87,7 @@ li { ...@@ -87,7 +87,7 @@ li {
display: inline-block; display: inline-block;
width: 23px; width: 23px;
height: 23px; height: 23px;
background: url('../images/user.png') no-repeat; background: url("../images/user.png") no-repeat;
background-size: cover; background-size: cover;
margin-right: 15px; margin-right: 15px;
} }
...@@ -104,7 +104,7 @@ li { ...@@ -104,7 +104,7 @@ li {
width: 21px; width: 21px;
height: 23px; height: 23px;
cursor: pointer; cursor: pointer;
background: url('../images/logout.png') no-repeat; background: url("../images/logout.png") no-repeat;
background-size: contain; background-size: contain;
margin-right: 15px; margin-right: 15px;
} }
...@@ -115,7 +115,7 @@ li { ...@@ -115,7 +115,7 @@ li {
.content { .content {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 0 24px;
.st-box { .st-box {
width: 446px; width: 446px;
height: 281px; height: 281px;
...@@ -123,7 +123,7 @@ li { ...@@ -123,7 +123,7 @@ li {
&::before, &::before,
&::after { &::after {
position: absolute; position: absolute;
content: ' '; content: " ";
display: block; display: block;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
...@@ -182,7 +182,7 @@ li { ...@@ -182,7 +182,7 @@ li {
height: 12px; height: 12px;
border-radius: 5px; border-radius: 5px;
display: block; display: block;
content: ' '; content: " ";
} }
&:nth-child(1) { &:nth-child(1) {
&::before { &::before {
...@@ -274,7 +274,7 @@ li { ...@@ -274,7 +274,7 @@ li {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
.center-title { .center-title {
background: url('../images/center-title-bg.png') no-repeat; background: url("../images/center-title-bg.png") no-repeat;
width: 411px; width: 411px;
height: 54px; height: 54px;
position: relative; position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment