ProjectMap.css 1.72 KB
#container, body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑"
}

.BMap_bubble_title {
    font-weight: 900 !important
}

.iconfont {
    font-size: 42px!important
}
/*footer*/
.footer-list {
    position: fixed;
    bottom: 22px;
    z-index: 9999999;
    width: 94.9%;
    height: 70px;
    justify-content: space-evenly;
    font-size: 18px
}

.footer-eq, .footer-onlineRate, .footer-project, .footer-tuoRate {
    align-items: center;
    justify-content: space-around;
    width: 16%;
    height: 100%;
    border: 1px #3795f2 solid;
    border-radius: 20px;
    background-color: #eee
}
/*数据刷新倒计时*/
.top-refresh-data {
    position: fixed;
    top: 11px;
    left: 120px;
    width: 10%;
    height: 32px;
    line-height: 35px;
    background-color: #fff;
    font-size: 1vw;
    box-shadow: 1px 2px 1px rgba(0,0,0,.15);
    border-radius: 3px
}
/*右侧列表搜索框*/
.sidebar-list {
    position: fixed;
    right: 10px;
    top: 10%;
    z-index: 990099;
    max-height: 300px;
    overflow-y: auto;
    font-size: 20px;
    background-color: #eee
}

.layui-nav {
    z-index: 9999
}
/*右侧列表 明细链接*/
.layui-nav-tree .layui-nav-child a {
    height: 25px !important;
    line-height: 25px !important;
    font-size: 11px
}
.layui-nav-child a:hover {
    border-bottom: 3px solid #42b983
}
 
.query-project {
    display: none;
    position: fixed;
    top: 110px;
    margin-left: 23px;
    z-index: 9;
    width: 156px;
    height: 24px;
    outline: 0;
    border-radius: 5px
}

.query-project-head {
    position: fixed;
    z-index: 99;
    width: 160px;
    background: #007ddb;
    height: 38px !important;
    line-height: 38px !important
}