hdw
2018-10-25 bb65f33c9fdff40844f17e95e3e75aed2b42bda2
gx_tieta/WebRoot/css/index_layout.css
@@ -24,6 +24,14 @@
   width: 100%;
   height: 100%;
}
.map-status-container {
   position: absolute;
   top: 10px;
   left: 10px;
   z-index: 99;
}
/*显示中国和中国各省(行政区,直辖市)的地图*/
#content .china-map{
   display: table-cell;
@@ -37,6 +45,7 @@
/*故障和告警饼状图*/
#content .pie-con{
   float:right;
   position: relative;
   width:20%;
   background-color:#F3F0F0;
   border-top:#ddd;
@@ -65,6 +74,21 @@
   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%;