svgmap实现一个全国地图数据分布统计图表效果代码
代码语言:html
所属分类:图表
代码描述:svgmap实现一个全国地图数据分布统计图表效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>svgmap全国地图数据分布统计</title>
<style>
p,ul,li,h1,h2,h3,h4,body,dd,dt,dl,blockquote {
margin: 0;
padding: 0
}
img {
border: 0
}
li {
list-style-type: none
}
a {
color: #555;
font-size: 12px;
cursor: pointer;
text-decoration: none
}
a:hover {
color: #ff8400;
text-decoration: none
}
.fr {
float: right
}
.fl {
float: left
}
.cl {
clear: both
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0
}
*:first-child+html .clearfix {
zoom: 1
}
body {
font-family: "Helvetica Neue",arial,helvetica,sans-serif,"Microsoft YaHei";
font-size: 13px;
color: #211922;
}
/* 提示自定义 */
.stateTip, #map_tip {
display: none;
position: absolute;
padding: 8px;
background: #fff;
border: 2px solid #2385B1;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-size: 12px;
font-family: Tahoma;
color: #333;
}
.mapInfo i {
display: inline-block;
width: 15px;
height: 15px;
margin-top: 5px;
line-height: 15px;
font-style: normal;
background: #aeaeae;
color: #fff;
font-size: 11px;
font-family: Tahoma;
-webkit-border-radius: 15px;
border-radius: 15px;
text-align: center
}
.mapInfo i.active {
background: #E27F21;
}
.mapInfo span {
padding: 0 5px 0 3px;
}
.mapInfo b {
font-weight: normal;
color: #2770B5
}
.progress {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: #dadada;
height: 20px;
}
.progress .progress-bar {
-webkit-box-shadow: none;
box-shadow: none;
line-height: 18px
}
.progress[data-percent] {
position: relative
}
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0