舆情分析大数据可视化看板效果

代码语言:html

所属分类:布局界面

代码描述:舆情分析大数据可视化看板效果

代码标签: 数据 可视化 看板 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!doctype html>
<meta charset="utf-8">
<title>警情警力分析</title>
<style>
    /****** 最新最全最好的Bootstrap模板:http://www.bootstrap.com ******/
    body {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        background: #051655;
        font-family: 微软雅黑, MicrosoftYahei,sans-serif;
        color: #fff;

    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    ul,
    ol,
    pre,
    table,
    blockquote,
    input,
    button,
    select,em,
    textarea {
        margin: 0;
        font-weight: normal;
        margin: 0;
        padding: 0;
        list-style: none;
        font-style: normal;
    }
    html,body {
        font-family: 微软雅黑, MicrosoftYahei,sans-serif;
        color: #fff;
        background: #00065b url(http://repo.bfw.wiki/bfwrepo/image/5eed539d470db.png);
        background-size: 100% 100%;
        background-position: 0 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }
    .wpbox {
        width: 100%;
        height: calc(100% - 10px)
    }
    .bnt {
        height: 9%;
        width: 100%;
        display: inline-block;
    }
    .left1 {
        width: 18%;
        height: calc(100% - 10%);
        float: left;
        padding-left: 2.2%;
        text-align: center;
    }
    .pleft1 {
        width: 18.6%;
        float: left;
        padding-left: 2.2%;
        text-align: center;
    }
    .puleft {
        padding-left: 2.2%;
        width: 35.2%;
        text-align: center;
        height: 100%
    }
    .puleft2 {
        width: 35%;
        height: 100%;
        padding-left: .4%
    }
    .mr_right {
        width: 25%;
        height: 100%
    }
    .left2 {
        width: 18%;
        float: left;
        height: 100%
    }
    .mrbox {
        float: left;
        width: 79%;
        height: 100%
    }
    .mrbox.prbox {
        float: left;
        width: 60%;
        height: 100%
    }
    .mrbox_bottom {
        float: left;
        width: 100%;
        height: 28%
    }
    .mrbox_top_midd {
        width: 68%;
        float: left;
        height: 100%;
    }
    .mrbox_topmidd {
        float: left;
        width: 76%;
        padding-left: .2%;
        height: 100%;
    }
    .amidd_bott,.box {
        overflow: hidden;
    }
    .pmidd_bott {
        width: 100%;
        height: 57.4%;
    }

    .mrbox_top_right {
        float: right;
        width: 29.4%;
        padding-right: 1.4%;
        height: 100%
    }
    .mrbox_top {
        width: 100%;
        height: 62.4%;
    }
    .hdmrbox_top {
        width: 100%;
        height: 100%;
    }


    .lefttime {
        background: url(../img/time.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        width: 84%;
        height: 9.3%;
        margin-left: 6%
    }
    .lefttime_text {
        padding: 2% 5% 0 5%
    }
    .lefttime_text li {
        font-size: 12px;
        color: rgba(255,255,255,.9);
        width: 20%;
        float: left;
        height: 22px;
        line-height: 22px;
        text-align: center;
        border-radius: 4px
    }
    .lefttime_text li.bg {
        background: rgba(0,183,238,.1);
    }
    .lefttime_text li.active {
        background: rgba(0,183,238,.6);
        color: #fff;
    }

    */
    .lefttoday {
        background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed55a0bc6fb.png);
        background-repeat: no-repeat;
        background-position: -3px 2px;
        width: 350px;
        height: 584px;
        margin: 0 auto;
    }

    .lefttoday_tit {
        overflow: hidden;
        padding: 1.9% 5% .2%;
        height: 6%;
        position: relative;
    }
    .lefttoday_tit.height {
        height: 12%;
    }
    .lefttoday_number {
        overflow: hidden;
        height: 74%;
        width: 91%;
        margin: 1% 4%;
        background: rgba(1,202,217,.2);
    }
    .lefttoday_tit p.fl {
        font-size: 12px;
        color: rgba(255,255,255,1);
        position: absolute;
        left: 5%;
        top: 22%
    }
    .lefttoday_tit p.fr {
        font-size: 12px;
        color: rgba(255,255,255,.6);
        position: absolute;
        right: 5%;
        top: 25%
    }
    .lefttoday_tit p.fm {
        font-size: 12px;
        color: rgba(255,255,255,1);
        position: absolute;
        left: 40%;
        top: 25%
    }

    .lefttoday_tit.height.ht {
        height: 16%;
    }
    .lefttoday_tit.height p.fl {
        position: absolute;
        left: 5%;
        top: 15%;
    }
    .lefttoday_tit.height p.fr {
        position: absolute;
        left: 5%;
        top: 65%;
        right: auto;
    }

    .lefttoday_bar ul {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .lefttoday_bar li {
        color: #333;
        position: absolute;
        border-radius: 50%;
        font-size: 12px;
        overflow: hidden;
        font-weight: normal;
        text-align: center;
        line-height: 140%
    }
    .lefttoday_bar li span {
        padding-top: 30%;
        display: inline-block;
    }
    .c1 {
        background: #ac3ff2
    }
    .c2 {
        background: #ffff00
    }
    .c3 {
        background: #0078ff
    }
    .c4 {
        background: #9cff00
    }
    .c5 {
        background: #ff6c00
    }
    .c6 {
        background: #77b5fb
    }
    .big0 {
        width: 10px;
        height: 10px
    }
    .big1 {
        width: 20px;
        height: 20px
    }
    .big2 {
        width: 30px;
        height: 30px
    }
    .big3 {
        width: 40px;
        height: 40px
    }
    .big4 {
        width: 50px;
        height: 50px
    }
    .big5 {
        width: 60px;
        height: 60px
    }
    .big6 {
        width: 70px;
        height: 70px;
    }

    .leftclass {
        background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed55a0bc6fb.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        width: 350px;
        height: 291px;
    }
    .leftbox2_table {
        background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed55a0bc6fb.png);
        background-repeat: no-repeat;
        background-position: -2px -2px;
        width: 354px;
        height: 680px;
    }
    .left2_table {
        width: 91%;
        margin-left: 5%;
        font-size: 12px;
        height: 83.6%;
        overflow: hidden;
    }
    .hdleft2_table {
        width: 91%;
        margin-left: 5%;
        font-size: 12px;
        height: 91.6%;
        overflow: hidden;
    }
    .left2_table li {
        background: rgba(1,202,217,.2) url(http://repo.bfw.wiki/bfwrepo/icon/5eed61e5c5464.png) no-repeat  top left;
        position: relative;
        overflow: hidden;
        padding: 2% 6%;
        color: rgba(255,255,255,.7);
        line-height: 150%
    }
    .left2_table li b {
        color: rgba(255,255,255,1);
        font-weight: normal;
    }
    .left2_table li p.fl {
        width: 80%;
        overflow: hidden;
    }
    .left2_table li p.fr {
        position: absolute;
        right: 5%;
        top: -20%;
    }
    .yellow {
        color: #fff45c
    }
    .green {
        color: #00c2fd
    }
    .left2_table li.bg {
        background: rgba(0,255,255,.4) url(http://repo.bfw.wiki/bfwrepo/icon/5eed61e5c5464.png) no-repeat  top left;
    }
    .mrbox_tr_box {
        background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed55a0bc6fb.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        width: 354px;
        height: 291px;
    }

    .mrboxtm-mbox {
        background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed55a0bc6fb.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        height: 63.6%;
    }
    .mrboxtm-b1 {
        background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed55a0bc6fb.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        width: 460px;
        height: 233px;
        float: left;
    }
    .mrboxtm-b2 {
        background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed55a0bc6fb.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        width: 330px;
        height: 233px;
        float: right;
    }
    /* .mrbox_tr_box{background:url(../img/rbox1.png);background-size: 100% 100%; background-repeat: no-repeat;background-position: top center; width:350px; height:680px;} */

    .hdmrboxtm-mbox {
        background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed55a0bc6fb.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        width: 100%;
        height: 61.6%;
    }


    .rbottom_box1 {
        background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed55a0bc6fb.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        width: 33.5%;
        height: 89.4%;
        float: left;
    }
    .rbottom_box2 {
        background: url(../img/bbox2.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        width: 33.5%;
        height: 89.4%;
        float: left;
        margin-left: .8%
    }
    .rbottom_box3 {
        background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed55a0bc6fb.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        width: 30%;
        height: 89.4%;
        float: left;
        margin-left: 1%
    }
    .prbottom_box1cont {
        margin-left: 5.2%;
        width: 90.6%;
        height: 82%;
        margin-top: 1.8%;
    }
    .prbottom_box2cont {
        margin-left: 5.2%;
        width: 90.6%;
        height: 82%;
        margin-top: 1.8%;
    }
    .prbottom_box3cont {
        margin-left: 5.2%;
        width: 90.6%;
        height: 82%;
        margin-top: 1.8%;
    }

    .tith2 {
        text-align: center;
        width: 100%;
        font-size: 12px;
        padding-top: 1.9%;
        font-weight: normal;
        letter-spacing: 2px;
        font-weight: normal;
        overflow: hidden;
    }
    .fl {
        float: left;
    }
    .fr {
        float: right;
    }
    .topbnt_left {
        width: 33%
    }
    .topbnt_left ul {
        padding-top: 38px;
        padding-left: 10%;
        width: 100%
    }
    .topbnt_left li {
        background: url(http://repo.bfw.wiki/bfwrepo/icon/5eed53f6c66.........完整代码请登录后点击上方下载按钮下载查看

网友评论0