Commit 6b6a8f5c by Tippi.Rao

修改

parent 0a688d0c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>ECharts</title> <title></title>
<script src="https://cdn.bootcss.com/echarts/4.6.0/echarts.min.js"></script> <script src="https://cdn.bootcss.com/echarts/4.6.0/echarts.min.js"></script>
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.js"></script> <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.js"></script>
<!-- 如果你没有echarts.min.js文件,用下面的语句代替即可 <!-- 如果你没有echarts.min.js文件,用下面的语句代替即可
...@@ -503,7 +503,7 @@ ...@@ -503,7 +503,7 @@
show: false, show: false,
}, },
legend: false, legend: false,
color: ["#FF6464", "#5CB3FF"], color: ["#5CB3FF", "#FF6464"],
series: [ series: [
{ {
name: "", name: "",
...@@ -550,7 +550,7 @@ ...@@ -550,7 +550,7 @@
trigger: "item", trigger: "item",
}, },
legend: false, legend: false,
color: ["#FF6464", "#5CB3FF", "#3DEBD5"], color: ["#5CB3FF", "#FF6464", "#3DEBD5"],
series: [ series: [
{ {
name: "", name: "",
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
font-size: 0.86rem; font-size: 0.86rem;
} }
.invest-wrapper { .invest-wrapper {
margin-top: 3.75rem; margin-top: 3.75rem !important;
margin-left: 2.4rem; margin-left: 1.6rem !important;
} }
.invest-wrapper-title { .invest-wrapper-title {
margin-bottom: 1.1rem; margin-bottom: 1.1rem;
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
font-size: 1rem; font-size: 1rem;
} }
.invest-wrapper-flex { .invest-wrapper-flex {
display: flex; /* display: flex; */
display: block;
} }
.invest-wrapper-left-bracket img { .invest-wrapper-left-bracket img {
width: 0.36rem; width: 0.36rem;
...@@ -64,6 +65,7 @@ ...@@ -64,6 +65,7 @@
.invest-wrapper-content-left-item-type { .invest-wrapper-content-left-item-type {
font-size: 1rem; font-size: 1rem;
width: 4.29rem; width: 4.29rem;
margin-right: 0.5rem;
} }
.invest-wrapper-content-left-item-num { .invest-wrapper-content-left-item-num {
font-size: 1.21rem; font-size: 1.21rem;
...@@ -90,8 +92,8 @@ ...@@ -90,8 +92,8 @@
height: 2.43rem; height: 2.43rem;
} }
.operator-wrapper { .operator-wrapper {
margin-left: 2.88rem; margin-left: 1.6rem !important;
margin-top: 1.29rem; margin-top: 1.29rem !important;
} }
.operator-wrapper-title { .operator-wrapper-title {
margin-bottom: 1.07rem; margin-bottom: 1.07rem;
...@@ -120,8 +122,8 @@ ...@@ -120,8 +122,8 @@
display: block; display: block;
} }
.advise-wrapper { .advise-wrapper {
margin-left: 1.68rem; margin-left: 1.6rem !important;
margin-top: 0.5rem; margin-top: 0.5rem !important;
} }
.advise-wrapper-title img { .advise-wrapper-title img {
width: 9.18rem; width: 9.18rem;
...@@ -268,20 +270,28 @@ ...@@ -268,20 +270,28 @@
height: 0.43rem; height: 0.43rem;
} }
.repair-require-chart { .repair-require-chart {
width: 4.11rem; /* width: 4.11rem;
height: 4.11rem; height: 4.11rem; */
width: 7rem;
height: 7rem;
} }
.repair-require-chart-wrapper { .repair-require-chart-wrapper {
width: 4.11rem; /* width: 4.11rem;
height: 4.11rem; height: 4.11rem; */
width: 7rem;
height: 7rem;
} }
.contract-chart { .contract-chart {
width: 4.11rem; /* width: 4.11rem;
height: 4.11rem; height: 4.11rem; */
width: 7rem;
height: 7rem;
} }
.contract-chart-wrapper { .contract-chart-wrapper {
width: 4.11rem; /* width: 4.11rem;
height: 4.11rem; height: 4.11rem; */
width: 7rem;
height: 7rem;
} }
.repair-require-info { .repair-require-info {
margin-left: 0.71rem; margin-left: 0.71rem;
...@@ -366,6 +376,9 @@ ...@@ -366,6 +376,9 @@
.invest-wrapper-content { .invest-wrapper-content {
font-size: 18px; font-size: 18px;
} }
.invest-wrapper-flex {
display: flex;
}
.invest-wrapper-left-bracket img { .invest-wrapper-left-bracket img {
width: 6px; width: 6px;
height: 43px; height: 43px;
...@@ -403,6 +416,7 @@ ...@@ -403,6 +416,7 @@
} }
.invest-wrapper-content-left-item-type { .invest-wrapper-content-left-item-type {
font-size: 18px; font-size: 18px;
margin-right: 45px;
} }
.invest-wrapper-content-left-item-num { .invest-wrapper-content-left-item-num {
font-size: 22px; font-size: 22px;
...@@ -724,6 +738,7 @@ ...@@ -724,6 +738,7 @@
} }
.invest-wrapper-content-left-item-type { .invest-wrapper-content-left-item-type {
font-size: 28px; font-size: 28px;
margin-right: 45px;
} }
.invest-wrapper-content-left-item-num { .invest-wrapper-content-left-item-num {
font-size: 34px; font-size: 34px;
...@@ -1089,7 +1104,6 @@ body { ...@@ -1089,7 +1104,6 @@ body {
.invest-wrapper-content-left-item-type { .invest-wrapper-content-left-item-type {
color: #fff; color: #fff;
opacity: 0.7; opacity: 0.7;
margin-right: 45px;
} }
.invest-wrapper-content-left-item-num { .invest-wrapper-content-left-item-num {
color: #fff; color: #fff;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
name="viewport" name="viewport"
content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no"
/> />
<title>ECharts</title> <title></title>
<script src="https://cdn.bootcss.com/echarts/4.6.0/echarts.min.js"></script> <script src="https://cdn.bootcss.com/echarts/4.6.0/echarts.min.js"></script>
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.js"></script> <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.js"></script>
<!-- 如果你没有echarts.min.js文件,用下面的语句代替即可 <!-- 如果你没有echarts.min.js文件,用下面的语句代替即可
...@@ -510,7 +510,7 @@ ...@@ -510,7 +510,7 @@
trigger: "item", trigger: "item",
}, },
legend: false, legend: false,
color: ["#FF6464", "#5CB3FF"], color: ["#5CB3FF", "#FF6464"],
series: [ series: [
{ {
name: "", name: "",
...@@ -557,7 +557,7 @@ ...@@ -557,7 +557,7 @@
trigger: "item", trigger: "item",
}, },
legend: false, legend: false,
color: ["#FF6464", "#5CB3FF", "#3DEBD5"], color: ["#5CB3FF", "#FF6464", "#3DEBD5"],
series: [ series: [
{ {
name: "", name: "",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论