电商消费大数据可视化看板效果
代码语言: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: 100% auto; position: relative; margin-bottom: .3rem; z-index: 10; } .boxall:before,.boxall:after { position: absolute; width: .1rem; height: .1rem; content: ""; border-top: 2px solid #02a6b5; top: 0; } .boxall:before,.boxfoot:before { border-left: 2px solid #02a6b5; left: 0; } .boxall:after,.boxfoot:after { border-right: 2px solid #02a6b5; right: 0; } .alltitle { font-size: .24rem; color: #fff; text-align: center; line-height: .6rem; border-bottom: 1px solid rgba(255,255,255,.2) } .boxfoot { position: absolute; bottom: 0; width: 100%; left: 0; } .boxfoot:before,.boxfoot:after { position: absolute; width: .1rem; height: .1rem; content: ""; border-bottom: 2px solid #02a6b5; bottom: 0; } .bar { background: rgba(101,132,226,.1); padding: .15rem; } .barbox li,.barbox2 li { width: 50%; text-align: center; position: relative; } .barbox:before,.barbox:after { position: absolute; width: .3rem; height: .1rem; content: ""; } .barbox:before { border-left: 2px solid #02a6b5; left: 0; border-top: 2px solid #02a6b5; } .barbox:after { border-right: 2px solid #02a6b5; right: 0; bottom: 0; border-bottom: 2px solid #02a6b5; } .barbox li:first-child:before { position: absolute; content: ""; height: 50%; width: 1px; background: rgba(255,255,255,.2); right: 0; top: 25%; } .barbox { border: 1px solid rgba(25,186,139,.17); position: relative; } .barbox li { font-size: .6rem; color: #ffeb7b; padding: .05rem 0; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-weight: bold; } .barbox2 li { font-size: .19rem; color: #637c9f; padding-top: .1rem; } .map { position: relative; height: 7.2rem; z-index: 9; } .map4 { width: 200%; height: 7rem; position: relative; left: -50%; top: 4%; margin-top: .2rem; z-index: 5; } .map1,.map2,.map3 { position: absolute; } .map1 { width: 6.43rem; z-index: 2; top: .45rem; left: .4rem; animation: myfir.........完整代码请登录后点击上方下载按钮下载查看
网友评论0