基于Echarts+HTML5可视化数据大屏展示—北斗车联网大数据平台_echarts代码如何在h5界面上展示(1)

            <img src="img/nav_7.png" alt="">
            <a href="#">查询统计</a>
        </li>
        <!--<li>-->
            <!--<img src="img/nav_8.png" alt="">-->
            <!--<a href="#">行业应用</a>-->
        <!--</li>-->
```

CSS样式文件

*{
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Light, 微软雅黑;
}
body,html{
    width: 100%;
    height: 100%;
    color:#333;
    /* overflow: hidden;*/
}
/*各浏览器显示不同,去掉蓝色边框*/
fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
img {
    border: 0;
    vertical-align: middle;
}
ul, li {
    list-style: none;
}
a {
    text-decoration: none;!important;
    cursor: pointer;
}
/*清除浮动*/
.clear-both:before, .clear-both:after {
    display: table;
    content: "";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}





/*header开始*/
.header{
    width: 100%;
    height: 80px;
    background: #030829;
    padding:0 20px;
    min-width: 1366px;
}
.header>.header_logo{
    padding:10px 10px 10px 0px;
}
.header>.header_logo>a{
    display: block;
}
.header>.header_logo>a>img{
    width:260px;
}

.header>.header_nav{
    margin-left: 20px;
}
.header>.header_nav>ul>li{
    float: left;
    margin-right: 6px;
    position: relative;
}
.header>.header_nav>ul>li>a{
    display: block;
    height: 80px;
    padding:0 10px 0 30px;
    line-height: 80px;
    color:#fff;
}
.header>.header_nav>ul>li>a:hover{
    border-bottom: 4px solid #4b8df8;
}
.header>.header_nav>ul>li>img{
    float: left;
    position: absolute;
    top: 33px;
    left:10px;
}
.header>.header_nav>ul>li>a.nav_current{
    border-bottom: 4px solid #4b8df8;
}

.header>.header_myself{
    width: 90px;
    text-align: center;
}
.header>.header_myself>p{
    color:#fff;
    font-size: 13px;
    margin-top: 15px;
}
.header>.header_myself>a{
    color:#fff;
    font-size: 13px;
}

/*二级菜单 开始*/
.header>.header_nav>ul>li>ul>li>a{
    display: block;
    padding:8px 10px;
    background-color: #030829;
    color:#fff;
    font-size: 14px;
}
.header>.header_nav>ul>li>ul{
    display: none;
    width: 100px;
    position: absolute;
    top:80px;
    left: 0px;
    z-index: 1000;
}
.header>.header_nav>ul>li>ul>li>a:hover{
    background-color: #4b8df8;
}
.header>.header_nav>ul>li>ul>li{
    position: relative;
    z-index: 1000;
}
.header>.header_nav>ul>li>ul>li>ul{
    display: none;
    width: 100px;
    position: absolute;
    top:0;
    left: 100px;;
}
.header>.header_nav>ul>li>ul>li>ul>li>a{
    display: block;
    padding:8px 10px;
    background-color: #030829;
    color:#fff;
    font-size: 14px;
}
.header>.header_nav>ul>li>ul>li>ul>li>a:hover{
    background-color: #4b8df8;
}
/*二级菜单 结束*/

/*header结束*/



/*content 开始*/

.content{
    margin: 20px;
    width: calc(100% - 40px);
    min-width: 1366px;
}
.content>.content_title{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #4b8df8;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.content>.content_title>p{
    color:#fff;
    font-size: 16px;
    font-weight: 600;
}
.content>.content_title>img{
    margin: 10px 10px 0px 10px;
}
.content>.content_main{
    min-width: 1366px;
}
.content>.content_main>.content_search>div{
    margin-right: 25px;
}
.content>.content_main>.content_search>div>label{
    width: 80px;
    text-align: right;
}
.content>.content_main>.content_search>div>select,
.content>.content_main>.content_search>div>input


![img](https://img-blog.csdnimg.cn/img_convert/18929de113002cb3ee99da138346468c.png)
![img](https://img-blog.csdnimg.cn/img_convert/de94ea53b78591a92a2ba2cd5047c01f.png)

**网上学习资料一大堆,但如果学到的知识不成体系,遇到问题时只是浅尝辄止,不再深入研究,那么很难做到真正的技术提升。**

**[需要这份系统化资料的朋友,可以戳这里获取](https://bbs.csdn.net/topics/618545628)**


**一个人可以走的很快,但一群人才能走的更远!不论你是正从事IT行业的老鸟或是对IT行业感兴趣的新人,都欢迎加入我们的的圈子(技术交流、学习资源、职场吐槽、大厂内推、面试辅导),让我们一起学习成长!**

-qmPVowFu-1714498997196)]

**网上学习资料一大堆,但如果学到的知识不成体系,遇到问题时只是浅尝辄止,不再深入研究,那么很难做到真正的技术提升。**

**[需要这份系统化资料的朋友,可以戳这里获取](https://bbs.csdn.net/topics/618545628)**


**一个人可以走的很快,但一群人才能走的更远!不论你是正从事IT行业的老鸟或是对IT行业感兴趣的新人,都欢迎加入我们的的圈子(技术交流、学习资源、职场吐槽、大厂内推、面试辅导),让我们一起学习成长!**

  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值