Commit 869b8d43 by liangjianmin

js

parent 84d3c0bc
......@@ -377,10 +377,10 @@ body, html {
height: 100%;
background: rgba(49, 156, 216, 0.7);
border-radius: 50%;
-webkit-animation: scale-three 1s ease infinite;
animation: scale-three 1s ease infinite;
animation-direction: alternate;
-webkit-animation-direction: alternate;
-webkit-animation: scale-three 2s ease infinite;
animation: scale-three 2s ease infinite;
/* animation-direction: alternate;
-webkit-animation-direction: alternate;*/
animation-fill-mode: both;
}
}
......@@ -553,7 +553,7 @@ body, html {
}
100% {
transform: scale(2);
background: rgba(49, 156, 216, 0.2);
transform: scale(3);
background: rgba(49, 156, 216, 0);
}
}
\ No newline at end of file
......@@ -499,10 +499,10 @@ html {
height: 100%;
background: rgba(49, 156, 216, 0.7);
border-radius: 50%;
-webkit-animation: scale-three 1s ease infinite;
animation: scale-three 1s ease infinite;
animation-direction: alternate;
-webkit-animation-direction: alternate;
-webkit-animation: scale-three 2s ease infinite;
animation: scale-three 2s ease infinite;
/* animation-direction: alternate;
-webkit-animation-direction: alternate;*/
animation-fill-mode: both;
}
.home-page .data-left {
......@@ -649,8 +649,8 @@ html {
background: rgba(49, 156, 216, 0.7);
}
100% {
transform: scale(2);
background: rgba(49, 156, 216, 0.2);
transform: scale(3);
background: rgba(49, 156, 216, 0);
}
}
/*# sourceMappingURL=index.min.css.map */
\ No newline at end of file
......@@ -58,7 +58,7 @@
</div>
<div class="box3 boxsiz">
<p class="tit row rowCenter verCenter">客户分布应用领域</p>
<div class="bar boxsiz" id="customer_application" style="width:60%;height: 7rem;"></div>
<div class="bar boxsiz" id="customer_application" style="width:90%;height: 7.5rem;"></div>
</div>
</div>
<div class="data-right">
......@@ -154,7 +154,7 @@
<script type="text/javascript">
var charts = {
date: "",
api: window.location.host == "btv.ichunt.com" ? "https://api.ichunt.com" : "https://api.ichunt.com",
api: window.location.host == "btv.ichunt.com" ? "https://api.ichunt.com" : "http://api.liexin.com",
init: function () {
charts.date();
charts.getData();
......@@ -280,18 +280,19 @@
trigger: 'item'
},
legend: {
bottom: '50',
bottom: '40',
textStyle: {
color: "#96bcf6"
color: "#96bcf6",
fontSize:20
}
},
series: [
{
type: 'pie',
radius: ['40%', '70%'],
radius: ['30%', '60%'],
avoidLabelOverlap: false,
itemStyle: {
borderRadius: 10,
borderRadius: 5,
borderColor: '#001e54',
borderWidth: 2
},
......
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 sign in to comment