物联网设备大数据可视化看板效果
代码语言:html
所属分类:布局界面
代码描述:物联网设备大数据可视化看板效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>设备监测大数据平台HTML模板</title>
<style>
html,body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
html {
font-size: 100px;
}
ul,h1,h2,h3,h4,h5,h6,p {
list-style: 0;
padding: 0;
margin: 0;
}
a {
text-decoration: none;
}
/*姝f枃*/.t_container {
width: 100%;
height: 100%;
min-width: 1360px;
background: url('http://repo.bfw.wiki/bfwrepo/image/5eec59613702c.png') no-repeat;
background-size: 100% 100%;
position: relative;
min-height: 756px;
}
.t_header {
width: 100%;
height: 80px;
background: url( 'http://repo.bfw.wiki/bfwrepo/image/5eed6ba76e2c6.png') no-repeat;
background-size: 100% 100%;
position: relative;
}
.t_header span {
color: #fff;
font-size: 0.36rem;
position: absolute;
top: 50%;
margin-top: -0.24rem;
left: 9%;
}
.t_main {
width: 98%;
height: 8.74rem;
margin: 0 auto;
margin-top: 0.2rem;
margin-bottom: 0;
}
.t_left_box {
position: relative;
width: 3.36rem;
height: 4.6rem;
display: inline-block;
text-align: center;
}
.t_l_line {
position: absolute;
top: 0;
left: 0;
}
.t_r_line {
position: absolute;
bottom: 0;
right: 0;
}
.t_center_box {
width: 6.82rem;
display: inline-block;
min-width: 490px;
}
.t_top_box {
width: 100%;
height: 1.13rem;
overflow: hidden;
position: relative;
margin-bottom: 0.2rem;
}
.t_bottom_box {
width: 100%;
height: 3.17rem;
overflow: hidden;
position: relative;
}
.t_right_box {
display: inline-block;
width: 7.8rem;
height: 4.6rem;
position: relative;
min-width: 560px;
}
.b_left_box {
display: inline-block;
width: 5.9rem;
height: 3.6rem;
position: relative;
min-width: 425px;
}
.b_center_box {
display: inline-block;
width: 6rem;
height: 3.6rem;
position: relative;
min-width: 432px;
}
.b_right_box {
display: inline-block;
width: 6rem;
height: 3.6rem;
position: relative;
min-width: 432px;
}
.t_mbox {
width: 3rem;
height: 1.28rem;
position: relative;
margin: 0 auto;
margin-top: 0.2rem;
}
.t_rbox {
background: #D9523F;
}
.t_gbox {
background: #13D0B2;
}
.t_ybox {
background: #F6A645;
}
.t_mbox i {
display: inline-block;
width: 0.46rem;
height: 0.48rem;
position: absolute;
top: 0;
bottom: 0;
left: 20%;
margin: auto;
}
.t_mbox h2 {
font-size: 0.28rem;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
}
.t_mbox span {
font-size: 0.2rem;
color: #fff;
position: absolute;
top: 24%;
left: 48%;
}
.t_rbox i {
background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed6bec6824f.png) no-repeat;
background-size: 100% 100%;
}
.t_gbox i {
background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed6bec6824f.png) no-repeat;
background-size: 100% 100%;
}
.t_ybox i {
background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed6bec6824f.png) no-repeat;
background-size: 100% 100%;
}
.t_nav {
width: 100%;
height: 100%;
}
.t_nav li {
display: inline-block;
width: 30%;
height: 100%;
text-align: center;
position: relative;
}
.t_nav li span {
font-size: 0.16rem;
color: #1AA1FD;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 25%;
}
.t_nav li h1 {
font-size: 0.30rem;
color: #fff;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 50%;
}
.t_nav li i {
width: 1px;
height: 100%;
position: absolute;
right: -0.2rem;
background-size: 100% 100%;
}
.t_table {
font-size: 0.16rem;
color: #fff;
width: 94%;
margin: 0 auto;
border-spacing: 0;
text-align: center;
box-sizing: border-box;
margin-top: 12%;
}
.t_table tr {
margin: 0;
padding: 0;
height: 0.42rem;
}
.t_table thead tr {
background: #053A98;
}
.t_table tbody tr td:first-child {
border-left: 1px solid #053A98;
}
.t_table td {
border-bottom: 1px solid #053A98;
border-right: 1px solid #053A98;
}
.t_title {
position: absolute;
font-size: 0.18rem;
color: #fff;
left: 5%;
top: 10%;
}
.t_b_h,t_b_m {
position: absolute;
font-size: 0.16rem;
left: 54%;
width: 50%;
height: 4.6rem;
}
.t_b_h span {
position: absolute;
color: #fff;
top: 10%;
}
.t_b_h img {
position: absolute;
width: 0.53rem;
height: 0.53rem;
top: 6%;
left: 24%
}
.t_b_h h3 {
font-size: 0.36rem;
color: #F0FF00;
position: absolute;
left: 55%;
top: 8%;
width: 1rem;
}
.t_b_h h3 span {
font-size: 0.2rem;
position: absolute;
left: 50%;
top: 28%;
color: #0072FF;
}
.t_b_m img {
position: absolute;
left: 52%;
top: 22%;
border-top: 1px dotted #F0FF00;
padding: 0 0.18rem;
padding-top: 20px;
width: 3.19rem;
height: 1.67rem;
}
.t_b_box,.t_b_box1,.t_b_box2,.t_b_box3 {
width: 1.3rem;
height: 0.56rem;
border: 1px dotted #F0FF00;
border-radius: 5px;
position: absolute;
}
.t_b_box {
top: 68%;
left: 56%;
}
.t_b_box span,.t_b_box1 span,.t_b_box2 span,.t_b_box3 span {
font-size: 0.14rem;
color: #fff;
position: absolute;
left: 10%;
}
.t_b_box i,.t_b_box1 i,.t_b_box2 i,.t_b_box3 i {
width: 20px;
height: 20px;
position: absolute;
top: 50%;
left: 15%
}
.t_b_box i {
background-size: 100% 100%;
}
.t_b_box1 i {
background-size: 100% 100%;
}
.t_b_box2 i {
background-size: 100% 100%;
}
.t_b_box3 i {
background-size: 100% 100%;
}
.t_b_box h2,.t_b_box1 h2,.t_b_box2 h2,.t_b_box3 h2 {
font-size: 0.18rem;
color: #fff;
position: absolute;
top: 30%;
left: 40%;
}
.t_b_box1 {
top: 68%;
left: 78%;
}
.t_b_box2 {
top: 84%;
left: 56%;
}
.t_b_box3 {
top: 84%;
left: 78%;
}
</style>
<script type="text/javascript" src="http://repo.bfw.wiki/bfwrepo/js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="http://repo.bfw.wiki/bfwrepo/js/rem.js"></script>
<script type="text/javascript" src="http://repo.bfw.wiki/bfwrepo/js/echarts.js"></script>
<script>
(function(b, a) {
if (typeof define === "function" && define.amd) {
define(["exports", "echarts"], a)} else {
if (typeof exports === "object" && typeof exports.nodeName !== "string") {
a(exports, require("echarts"))} else {
a({}, b.echarts)}}}(this, function(b, a) {
var c = function(d) {
if (typeof console !== "undefined") .........完整代码请登录后点击上方下载按钮下载查看
















网友评论0