123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314 |
- html,body { font-size:14px; height:100%; }
- .hover{ opacity: .8; }
- .flex-wrap{ display: -webkit-box; display: -webkit-flex; display: flex; }
- .flex-con{ -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
- .flex-vertical{ -webkit-box-orient: vertical;-webkit-flex-flow: column;flex-flow: column;}
- .border-t,
- .border-b{ position:relative; }
- .border-t:before,
- .border-b:after{ content: ''; position: absolute; left: 0; top:0; background: #ddd; right:0; height: 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
- .border-b:after{ top:auto; bottom:0; }
- #footer:after{ content: ''; position: absolute; left: 0; top:0; background: #ddd; right:0; height: 1px; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
- #wrap{ height: 100%; }
- .normal{
- color: #2c3e50;
- }
- .alarm{
- color: #e74c3c;
- }
- .sign{
- color: #27ae60;
- }
- .fault{
- color: #2873ff;
- }
- .close{
- color: #2873ff;
- }
- .open{
- color: #27ae60;
- }
- .normalBg{
- background: #2c3e50;
- }
- .alarmBg{
- background: #e74c3c;
- }
- .signBg{
- background: #27ae60;
- }
- .faultBg{
- background: #2873ff;
- }
- .closeBg{
- background: #2873ff;
- }
- .openBg{
- background: #27ae60;
- }
- .NoContent{
- color: #c0c6ca;
- }
- .Nonews{
- width: 91px;
- height: 129px;
- background: url("../image/NOnews.png") no-repeat;
- background-size: contain;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- display: none;
- }
- /*生产数据图表css*/
- .navs_item{
- padding: 0 15px;
- }
- .navs_item li{
- text-align: center;
- position: relative;
- }
- .navs_item li span{
- font-size: 14px;
- color: #3d3c42;
- }
- .icon_p{
- width: 68px;
- height: 48px;
- background: #fff;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- position: relative;
- }
- .navs_item li:first-child:after{
- content: "";
- display: table;
- width: 1px;
- height: 100%;
- position: absolute;
- top: 0;right: 0;
- background: #ecf0f1;
- }
- .navs_item li:nth-child(2) .icon{
- background: url('../icon/r.png') no-repeat;
- background-size: cover;
- }
- .navs_item li:nth-child(3) .icon{
- background: url('../icon/a.png') no-repeat;
- background-size: cover;
- }
- .navs_item li:nth-child(4) .icon{
- background: url('../icon/x.png') no-repeat;
- background-size: cover;
- }
- .navs_item li:last-child:after{
- content: "";
- display: table;
- width: 1px;
- height: 100%;
- position: absolute;
- top: 0;left: 0;
- background: #ecf0f1;
- }
- .navs_item li .icon{
- width: 40px;
- height: 40px;
- background: url('../icon/s.png') no-repeat;
- background-size: cover;
- position: absolute;
- top: 0;
- bottom: 5px;
- left: 0;
- right: 0;
- margin: auto;
- }
- .borderRa{
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- .Stitle{
- font-size: 17px;
- color: #3d3c42;
- }
- .centertT{
- text-align: center;
- }
- .Scontent{
- text-indent:30px ;
- padding: 8px 0 5px 0;
- }
- .Notice{
- padding: 15px;
- background: #fff;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- margin-bottom: 13px;
- position: relative;
- padding-top: 13px;
- box-shadow:0 3px 29px 0 rgba(59,74,116,0.14);
- }
- .Notice1{
- padding: 15px;
- background: #fff;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- margin-bottom: 13px;
- position: relative;
- }
- .beforS:after{
- content: "";
- position: absolute;
- top: 50px;
- left: 0;
- width: 100%;
- height: 1px;
- background: #F3F3F3;
- }
- .afterS:after{
- content: "";
- position: absolute;
- bottom: 45px;
- left: 0;
- width: 100%;
- height: 1px;
- background: #F3F3F3;
- }
- .canvasTitle{
- font-size: 14px;
- color: #3d3c42;
- }
- .seachDetatle{
- color: #3d3c42;
- margin-top: 10px;
- }
- .circular{
- width: 60px;
- height: 60px;
- border-radius: 50%;
- line-height: 60px;
- text-align: center;
- color: #fff;
- font-size: 15px;
- }
- .police li span{
- margin-top:0;
- margin-bottom: 9px;
- }
- .police li:nth-child(1) .circular{
- background: #E74C3C;
- }
- .police li:nth-child(2) .circular{
- background: #E67E22;
- }
- .police li:nth-child(3) .circular{
- background: #3498DB;
- }
- .police .navs_item{
- margin: 0;
- margin-top: 20px;
- }
- .items{
- margin-top: 15px;
- padding: 0 23px;
- }
- .items .item i{
- width: 40px;
- height: 40px;
- display: block;
- background-position: center;
- margin-top: 10px;
- }
- .items .item span{
- margin: 10px 0;
- font-size: 14px;
- color:#232627;
- }
- .num{
- font-size: 14px;
- color:#232627;
- }
- .items .item:nth-child(1) i{
- background: url('../icon/p.png') no-repeat;
- background-size: cover;
- }
- .items .item:nth-child(2) i{
- background: url('../icon/d.png') no-repeat;
- background-size: cover;
- }
- .items .item:nth-child(3) i{
- background: url('../icon/g.png') no-repeat;
- background-size: cover;
- }
- .selectYield{
- outline: none;
- border: 1px solid #F3F3F3;
- padding: 5px;
- width: 100px;
- height: 32px;
- line-height: 30px;
- border-radius: 3px;
- margin-top: 10px;
- background: #fff;
- }
- #button-value{
- width: 120px;
- padding: 6px 0;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- border: 1px solid #F3F3F3;
- padding-left: 15px;
- color: #3d3c42;
- font-size: 14px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .button-value{
- width: 90px;
- padding: 6px 0;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- border: 1px solid #F3F3F3;
- text-align: center;
- color: #3d3c42;
- font-size: 14px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .selectTime,.selectTime1{
- margin-left: 10px;
- }
- .Sharebox{
- display: inline-block;
- }
- .lower{
- width: 10px;
- height: 10px;
- position: absolute;
- top: 10px;
- right: 10px;
- background: url("../icon/lower.png") no-repeat;
- background-size: cover;
- background-position: center;
- }
- .padding0{
- padding: 0 15px;
- }
|