123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537 |
- 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/a1.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 .scsj .icon{
- width: 40px;
- height: 40px;
- background: url('../icon/x.png') no-repeat;
- background-size: cover;
- position: absolute;
- top: 0;
- bottom: 5px;
- left: 0;
- right: 0;
- margin: auto;
- }
- .navs_item li.sbjk .icon{
- width: 40px;
- height: 40px;
- background: url('../icon/sbjk.png') no-repeat;
- background-size: cover;
- position: absolute;
- top: 0;
- bottom: 5px;
- left: 0;
- right: 0;
- margin: auto;
- }
- .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: 10px;
- color: #3d3c42;
- font-size: 14px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-appearance:none;
- }
- .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;
- outline: none;
- -webkit-appearance:none;
- }
- .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;
- }
- /*弹性盒子*/
- .flex-space{
- display: -webkit-flex;
- display: flex;
- justify-content: space-between;
- -webkit-justify-content: space-between;
- flex-wrap: nowrap;
- -webkit-flex-wrap: nowrap;
- align-items: center;
- }
- .flex-start{
- display: -webkit-flex;
- display: flex;
- justify-content: flex-start;
- -webkit-justify-content: flex-start;
- flex-wrap: nowrap;
- -webkit-flex-wrap: nowrap;
- align-items: center;
- }
- .flex-center{
- display: -webkit-flex;
- display: flex;
- justify-content: center;
- -webkit-justify-content: center;
- flex-wrap: nowrap;
- -webkit-flex-wrap: nowrap;
- align-items: center;
- }
- /*// 无内容*/
- .noText{
- width: 91px;
- height: 134px;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- }
- .noText img{
- width: 100%;
- }
- /*****审批人列表***/
- .api_layout_box{
- background-color: rgba(0,0,0, .4);
- position: fixed; margin: auto;
- left: 0; right: 0; top: 0; bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 1;
- padding: 0 20px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- }
- .box_m{
- width: 325px; height: 444px;
- background: #fff;
- border-radius: 5px;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- padding-top: 120px;
- overflow: hidden;
- }
- .api_box{
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- background: #fff;
- z-index: 100;
- padding: 0 20px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-radius: 5px;
- }
- .api_box h3{
- font-size: initial;
- }
- .selectTitle{
- padding: 15px 0;
- }
- .api_layout_box .font-s{
- font-size: 14px;
- }
- .api_layout_box .input-s{
- height: 40px;
- border: 1px solid #97a3b4;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- padding-left: 10px;
- }
- .api_layout_box .column{
- height: 319px;
- overflow-y: scroll;;
- -webkit-overflow-scrolling: touch;
- }
- .column-select{
- background-color: transparent;
- box-shadow: none;
- display: block;
- padding: 0;
- margin: 0;
- width: 100%;
- line-height: normal;
- color: #424242;
- font-family: inherit;
- box-sizing: border-box;
- -webkit-user-select: text;
- user-select: text;
- -webkit-appearance: none;
- appearance: none;
- }
- .aui-list-item-input{
- margin-top: 10px;
- position: relative;
- }
- .aui-list-item-input:after{
- content:"";
- border-left:5px solid transparent;
- border-right:5px solid transparent;
- border-bottom:5px solid #b3c0ce;
- -webkit-transform-origin:5px 2.5px;
- transform-origin:5px 2.5px;
- -webkit-transition: all .5s ease;
- transition: all .5s ease;
- position:absolute;
- right:10px;
- top:18px;
- -webkit-transform:rotate(180deg);
- transform:rotate(180deg);
- }
- .api_leader_head{
- height: 50px;
- width: 50px;
- display: block;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- margin-right: 10px;
- }
- .api_layout_box .column li{
- padding: 10px;
- }
- /*cheackbox*/
- .remember-password-container {
- width: 56px;
- height: 24px;
- text-align: center;
- }
- .remember-password-container .remember-password-content {
- position: relative;
- }
- .remember-password-container input[type=checkbox]{
- width: 20px;
- height: 20px;
- position: absolute;
- opacity: 0;
- cursor: pointer;
- z-index: 2;
- font-size: initial;
- }
- .remember-me-label {
- cursor: pointer;
- }
- .remember-password-container span {
- position: absolute;
- width: 20px;
- height: 20px;
- top: 2px;
- background: url(../image/cheackbox2.png);
- background-size: 20px;
- background-repeat: no-repeat;
- }
- .remember-password-container input[type=checkbox]:checked+span {
- background: url(../image/cheackbox1.png);
- background-size: 20px;
- background-repeat: no-repeat;
- }
- .api_box .api-icon-close{
- position: absolute;
- top: 13px;
- right: -5px;
- font-size: 24px;
- font-weight: bold;
- }
- select{
- outline: none;
- }
|