Commit bbef98bd by liangjianmin

js

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