Commit 6b6a8f5c by Tippi.Rao

修改

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