67 lines
1.2 KiB
CSS
67 lines
1.2 KiB
CSS
/*各种数据*/
|
|
.numbox{
|
|
width: 100%;
|
|
height:100px;
|
|
margin-top: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.numbox dd{
|
|
width:25%;
|
|
float:left;
|
|
text-align:center;
|
|
}
|
|
.numbox dl.num{
|
|
width: 80%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
background-color: #6CF;
|
|
height: 100px;
|
|
border-radius: 10px;
|
|
box-shadow: 0 3px 0 #6CF, 0 6px 3px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.numbox dl.num dt{
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-size: 20px;
|
|
background-color: #09F;
|
|
border-radius: 10px 10px 0 0;
|
|
color: #FFF;
|
|
}
|
|
.numbox dl.num dd{
|
|
height: 60px;
|
|
line-height: 60px;
|
|
text-align: center;
|
|
font-size: 40px;
|
|
width: 100%;
|
|
font-weight: bold;
|
|
color: #666;
|
|
text-shadow:1px 1px 1px #000;
|
|
|
|
}
|
|
/*图表区*/
|
|
.ChartsArea{
|
|
height:420px;
|
|
}
|
|
.ChartsArea .charts{
|
|
height:400px;
|
|
float:left;
|
|
}
|
|
.footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
z-index: 9999;
|
|
opacity: .80;
|
|
filter: alpha(opacity=80);
|
|
_bottom: auto;
|
|
_width: 100%;
|
|
_position: absolute;
|
|
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight- (parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
|
|
background-color: #CCC;
|
|
text-indent:10px;
|
|
}
|
|
.footer span{
|
|
margin-right:20px;
|
|
} |