电商消费大数据可视化看板效果

代码语言:html

所属分类:布局界面

代码描述:电商消费大数据可视化看板效果

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

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

<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title>生意参谋大数据可视化HTML模板</title>
<script type="text/javascript" src="http://repo.bfw.wiki/bfwrepo/js/jquery.2.11.js"></script>
    <style>
    
    @charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,body {
    padding: 0px;
    margin: 0px;
    color: #222;
    font-family: "微软雅黑";
}

 body {
        background: #000d4a url(http://repo.bfw.wiki/bfwrepo/image/5eec59613702c.png) center top;
        background-size: cover;
        color: #666;
        padding-bottom: 30px;
        font-size: .1rem;
    }

li {
    list-style-type: none;
}

table {
}

i {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #399bff;
}

a.active,a:focus {
    outline: none!important;
    text-decoration: none;
}

ol,ul,p,h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0
}

a:hover {
    color: #06c;
    text-decoration: none!important
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.pulll_left {
    float: left;
}

.pulll_right {
    float: right;
}

/*谷哥滚动条样式*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    position: absolute
}

::-webkit-scrollbar-thumb {
    background-color: #5bc0de
}

::-webkit-scrollbar-track {
    background-color: #ddd
}

/***/
.loading {
    position: fixed;
    left: 0;
    top: 0;
    font-size: .3rem;
    z-index: 100000000;
    width: 100%;
    height: 100%;
    background: #1a1a1c;
    text-align: center;
}

.loadbox {
    position: absolute;
    width: 160px;
    height: 150px;
    color: #324e93;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -75px;
}

.loadbox img {
    margin: 10px auto;
    display: block;
    width: 40px;
}

.copyright {
    background: rgba(19,31,64,.32);
    border: 1px solid rgba(255,255,255,.05);
    line-height: .5rem;
    text-align: center;
    padding-right: 15px;
    bottom: 0;
    color: rgba(255,255,255,.7);
    font-size: .16rem;
}

.head {
    height: 1.05rem;
    background: url(../images/head_bg.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative
}

.head h1 {
    color: #fff;
    text-align: center;
    font-size: .42rem;
    line-height: .75rem;
}

.head h1 img {
    width: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .2rem
}

.weather {
    position: absolute;
    right: .3rem;
    top: 0;
    line-height: .75rem;
}

.weather img {
    width: .37rem;
    display: inline-block;
    vertical-align: middle;
}

.weather span {
    color: rgba(255,255,255,.7);
    font-size: .18rem;
    padding-right: .1rem;
}

.mainbox {
    padding: .4rem .4rem 0rem .4rem;
}

.mainbox>ul {
    margin-left: -.4rem;
    margin-right: -.4rem;
}

.mainbox>ul>li {
    float: left;
    padding: 0 .4rem
}

.mainbox>ul>li {
    width: 30%
}

.mainbox>ul>li:nth-child(2) {
    width: 40%
}

.boxall {
    border: 1px solid rgba(25,186,139,.17);
    padding: 0 .3rem .3rem .3rem;
    background: rgba(255,255,255,.04) url(../images/line.png);
    background-size: .........完整代码请登录后点击上方下载按钮下载查看

网友评论0