Commit 869b8d43 by liangjianmin

js

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