| | |
| | | width: 100%;
|
| | | height: 100%;
|
| | | }
|
| | |
|
| | | .map-status-container {
|
| | | position: absolute;
|
| | | top: 10px;
|
| | | left: 10px;
|
| | | z-index: 99;
|
| | | }
|
| | |
|
| | | /*显示中国和中国各省(行政区,直辖市)的地图*/
|
| | | #content .china-map{
|
| | | display: table-cell;
|
| | |
| | | /*故障和告警饼状图*/
|
| | | #content .pie-con{
|
| | | float:right;
|
| | | position: relative;
|
| | | width:20%;
|
| | | background-color:#F3F0F0;
|
| | | border-top:#ddd;
|
| | |
| | | height:100px;
|
| | | background-color:#F3F0F0;
|
| | | }
|
| | |
|
| | | .pie-conf {
|
| | | position: absolute;
|
| | | top: 2px;
|
| | | right: 8px;
|
| | | z-index: 99;
|
| | | }
|
| | | .pie-conf .pie-btn {
|
| | | color: #bbbbbb;
|
| | | font-size: 18px;
|
| | | cursor: pointer;
|
| | | }
|
| | | .pie-conf .pie-btn:hover {
|
| | | color: #000000;
|
| | | }
|
| | | /*我的作业*/
|
| | | #content .my-work{
|
| | | width:100%;
|