41 lines
563 B
CSS
41 lines
563 B
CSS
|
.theme-container{
|
||
|
|
||
|
}
|
||
|
|
||
|
.header-title{
|
||
|
position: relative;
|
||
|
font-size: 40px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.header-time{
|
||
|
position: absolute;
|
||
|
top: 20px;
|
||
|
right: 50px;
|
||
|
font-size: 18px;
|
||
|
|
||
|
}
|
||
|
.panel{
|
||
|
box-sizing: border-box;
|
||
|
position: relative;
|
||
|
border-radius: 4px;
|
||
|
height: inherit;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.inner{
|
||
|
position: absolute;
|
||
|
top: 0px;
|
||
|
right: 0px;
|
||
|
bottom: 0px;
|
||
|
left: 0px;
|
||
|
padding: 10px;
|
||
|
box-sizing: border-box;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* 科技蓝主题 */
|
||
|
.drag-mc-pane-echart{
|
||
|
padding: 0 !important;
|
||
|
}
|
||
|
|