Commit bbef98bd by liangjianmin

js

parent 08c89953
...@@ -456,6 +456,6 @@ body { ...@@ -456,6 +456,6 @@ body {
top: 0; top: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("../../images/home/bg.jpg") #000c28 no-repeat center; background: url("../../images/home/bg.png") #000c28 no-repeat center;
background-size: contain; background-size: contain;
} }
...@@ -303,7 +303,7 @@ body { ...@@ -303,7 +303,7 @@ body {
top: 0; top: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: url("../../images/home/bg.jpg") #000c28 no-repeat center; background: url("../../images/home/bg.png") #000c28 no-repeat center;
background-size: contain; background-size: contain;
} }
} }
\ No newline at end of file
...@@ -2,47 +2,46 @@ ...@@ -2,47 +2,46 @@
<html lang="zh"> <html lang="zh">
<head> <head>
<title>猎芯进程</title> <title>猎芯进程</title>
<meta name="keywords" content=""/> <meta name="keywords" content="" />
<meta name="description" content=""/> <meta name="description" content="" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <link type="favicon" rel="shortcut icon" href="favicon.ico" />
<link type="favicon" rel="shortcut icon" href="favicon.ico"/> <link rel="stylesheet" type="text/css" href="./css/history/history.min.css?212" />
<link rel="stylesheet" type="text/css" href="./css/history/history.min.css?212"/>
</head> </head>
<body> <body>
<div class="shutter"> <div class="shutter">
<div class="shutter-img"> <div class="shutter-img">
<a><img src="images/fuwu.png" alt="#"></a> <a><img src="images/fuwu.png" alt="#"></a>
<a><img src="images/licheng.png" alt="#"></a> <a><img src="images/licheng.png" alt="#"></a>
</div> </div>
<ul class="shutter-btn"> <ul class="shutter-btn">
<li class="prev"></li> <li class="prev"></li>
<li class="next"></li> <li class="next"></li>
</ul> </ul>
<!-- <div class="shutter-desc"> <!-- <div class="shutter-desc">
<p>Iron Man</p> <p>Iron Man</p>
</div> --> </div> -->
</div> </div>
<script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.min.js"></script>
<script src="js/history/velocity.js"></script> <script src="js/history/velocity.js"></script>
<script src="js/history/shutter.js"></script> <script src="js/history/shutter.js"></script>
<script type="text/javascript"> <script type="text/javascript">
$(function () { $(function () {
$('.shutter').shutter({ $('.shutter').shutter({
shutterW: 3840, // 容器宽度 shutterW: 3840, // 容器宽度
shutterH: 2160, // 容器高度 shutterH: 2160, // 容器高度
isAutoPlay: true, // 是否自动播放 isAutoPlay: true, // 是否自动播放
playInterval: 5000, // 自动播放时间 playInterval: 5000, // 自动播放时间
curDisplay: 1, // 当前显示页 curDisplay: 1, // 当前显示页
fullPage: true // 是否全屏展示 fullPage: true // 是否全屏展示
});
}); });
}); </script>
</script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
trailLength: 0, trailLength: 0,
symbol: planePath, symbol: planePath,
// 飞机大小 // 飞机大小
symbolSize: 12 symbolSize: 8
}, },
lineStyle: { lineStyle: {
normal: { normal: {
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
// 线条宽度 // 线条宽度
type: 'dotted', type: 'dotted',
width: 2, width: 2,
opacity: 1, opacity: 0.6,
curveness: 0.2 curveness: 0.2
} }
}, },
...@@ -114,9 +114,7 @@ ...@@ -114,9 +114,7 @@
} }
}, },
symbol: "circle", symbol: "circle",
symbolSize: function (val) { symbolSize: 10,
return 4 + val[2] / 1000; //圆环大小
},
itemStyle: { itemStyle: {
normal: { normal: {
show: false, show: false,
...@@ -191,14 +189,16 @@ ...@@ -191,14 +189,16 @@
show: false show: false
} }
}, },
zoom: 1.2, zoom: 1.18,
roam: true, //是否允许缩放 roam: false, //是否允许缩放
layoutCenter: ["47%", "61%"], //地图位置 layoutCenter: ["48%", "60%"], //地图位置
layoutSize: "100%", layoutSize: "100%",
itemStyle: { itemStyle: {
normal: { normal: {
color: "rgba(48,97,186,0.3)", //地图背景色 color: 'rgba(51, 69, 89, .5)', //地图背景色
borderColor: "rgba(0, 0, 0, 0)" //省市边界线 borderColor: '#516a89', //省市边界线00fcff 516a89
borderWidth: .5, //区域边框宽度
opacity: 0
}, },
emphasis: { emphasis: {
color: "rgba(48,97,186,0.3)" //悬浮背景 color: "rgba(48,97,186,0.3)" //悬浮背景
......
...@@ -328,7 +328,6 @@ ...@@ -328,7 +328,6 @@
normal: { normal: {
show: true, show: true,
position: 'right', position: 'right',
//offset:[5, 0],
color: '#00ffff', color: '#00ffff',
formatter: '{b}', formatter: '{b}',
textStyle: { textStyle: {
......
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