| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566 |
- #datePlugin {
- background: rgba(0, 0, 0, 0.2);
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1111111;
- width: 100%;
- height: 100%;
- display: none; }
- #datePlugin * {
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- background-clip: padding-box; }
- #datePlugin .d-date-box {
- position: absolute;
- bottom: 0;
- background-color: #fff;
- width: 100%; }
- #datePlugin .d-date-title {
- text-align: center;
- font-weight: 700;
- padding: 10px; }
- #datePlugin .d-date-info {
- color: #333;
- text-align: center;
- font-size: 14px; }
- #datePlugin .d-date-wrap {
- margin-top: 10px;
- width: 100%;
- height: 120px;
- position: relative; }
- #datePlugin .d-time-wrap {
- border-top: 1px solid #2285E2; }
- #datePlugin .d-time-wrap .d-date-cell {
- width: 50%; }
- #datePlugin .d-date-mark {
- background-color: #eee;
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- position: absolute;
- top: 40px;
- left: 0;
- width: 100%;
- height: 40px; }
- #datePlugin .d-date-cell {
- float: left;
- width: 33.33333%;
- height: 100%;
- overflow: hidden; }
- #datePlugin .d-date-cell li {
- height: 40px;
- line-height: 40px;
- text-align: center; }
- #datePlugin .d-date-btns .d-btn {
- background: #2285E2;
- display: inline-block;
- width: 50%;
- margin-top: 10px;
- border: none;
- border-top: 1px solid #ddd;
- color: #fff;
- font-size: 16px;
- padding: 10px 0; }
- #datePlugin .d-date-btns #d-okBtn {
- border-right: 1px solid #ddd; }
- #datePlugin .d-date-btns #d-cancleBtn {
- background: #bbb; }
- @-webkit-keyframes emerge {
- from {
- opacity: 0.3;
- bottom: -14px; }
- to {
- opacity: 1;
- bottom: 0; } }
- @-moz-keyframes emerge {
- from {
- opacity: 0.3;
- bottom: -14px; }
- to {
- opacity: 1;
- bottom: 0; } }
- @-ms-keyframes emerge {
- from {
- opacity: 0.3;
- bottom: -14px; }
- to {
- opacity: 1;
- bottom: 0; } }
- @keyframes emerge {
- from {
- opacity: 0.3;
- bottom: -14px; }
- to {
- opacity: 1;
- bottom: 0; } }
- #sy .wrapper {
- margin: 10px; }
- div#alertBanner {
- position: fixed;
- left: 0;
- right: 0;
- top: 40px;
- margin: 0;
- padding: 8px; }
- .navbar-fixed-top {
- height: 38px;
- background-color: #2285E2;
- opacity: 0.97;
- display: flex;
- flex-wrap: wrap;
- flex-direction: row;
- justify-content: space-between;
- align-items: center; }
- .navbar-fixed-top span.glyphicon-menu-left, .navbar-fixed-top span.logo {
- margin: 10px;
- font-size: 18px;
- color: #ffffff;
- width: 40px; }
- .navbar-fixed-top span.logo img {
- width: 30px;
- height: 30px; }
- .navbar-fixed-top h4 {
- color: #ffffff; }
- .navbar-fixed-top h4 select {
- margin: auto;
- border-radius: 4px;
- color: #555;
- height: 29px;
- padding: 3px 12px; }
- .navbar-fixed-top .placeholder, .navbar-fixed-top .saveBtn, .navbar-fixed-top .glyphicon-wrench, .navbar-fixed-top .glyphicon-bell {
- line-height: 1.1;
- margin: 10px;
- font-size: 18px;
- color: #ffffff;
- width: 40px;
- height: 20px;
- text-align: right; }
- #bjMenu1 ul.nav-pills {
- background-color: #f0f0f0;
- height: 30px; }
- #bjMenu1 ul.nav-pills li {
- text-align: center;
- font-size: 16px;
- line-height: 30px;
- height: 30px; }
- #bjMenu1 ul.nav-pills li.active {
- color: #2285E2; }
- #hkmenu1 ul.nav-pills, #menu1 ul.nav-pills {
- background-color: #f0f0f0;
- height: 60px; }
- #hkmenu1 ul.nav-pills li, #menu1 ul.nav-pills li {
- text-align: center;
- font-size: 12px; }
- #hkmenu1 ul.nav-pills li.active, #menu1 ul.nav-pills li.active {
- color: #2285E2; }
- #hkmenu1 ul.nav-pills li img, #menu1 ul.nav-pills li img {
- width: 30px;
- height: 30px;
- margin: 5px; }
- #hkmenu1 ul.nav-pills li div, #menu1 ul.nav-pills li div {
- height: 20px; }
- #hkmenu1 .searchBtn, #menu1 .searchBtn {
- font-size: 28px;
- position: absolute;
- top: -43px;
- right: 38px;
- z-index: 20; }
- #menu1 > .nav-pills > li {
- width: 20% !important; }
- #hkmenu2, #menu2 {
- margin-top: 38px; }
- #hkmenu2 .container, #menu2 .container {
- margin-top: 0; }
- #hkmenu2 .container ul.nav, #menu2 .container ul.nav {
- background-color: #fff;
- border-bottom: 1px solid #f0f0f0; }
- #hkmenu2 .container ul.nav li.active, #menu2 .container ul.nav li.active {
- color: #428bca; }
- #hkmenu2 .container ul.nav li.active:before, #menu2 .container ul.nav li.active:before {
- content: "";
- position: absolute;
- z-index: 2;
- left: 0;
- right: 0;
- bottom: 0;
- background: #2098d1;
- height: 2px;
- width: 80%;
- margin: 0 auto; }
- div#chartDiv {
- margin-bottom: 70px;
- margin-right:10px;
- margin-left:10px;}
- .container {
- background-color: #f0f0f0; }
- .container > div {
- background-color: #fff; }
- .cardWrapper {
- margin-bottom: 60px; }
- .cardWrapper div.row {
- margin-top: 3px; }
- .cardWrapper div.row:first-child {
- margin-top: 0; }
- .cardWrapper div.row .leftDiv {
- text-align: center; }
- .cardWrapper div.row .leftDiv div img {
- margin-top: 20px;
- width: 60px;
- height: 60px; }
- .cardWrapper div.row .leftDiv h5 {
- border-radius: 20px;
- background-color: #28cd6f;
- text-align: center;
- height: 20px;
- line-height: 20px;
- color: #F0F0F0;
- width: 80px;
- margin: 10px auto; }
- .cardWrapper div.row .rightDiv {
- margin: 16px auto 0; }
- .cardWrapper div.row .rightDiv dl.dl-horizontal dt {
- height: 26px;
- text-align: justify;
- float: left;
- width: 60px;
- white-space: inherit;
- clear: left; }
- .cardWrapper div.row .rightDiv dl.dl-horizontal dt span {
- display: inline-block;
- padding-left: 100%; }
- .cardWrapper div.row .rightDiv dl.dl-horizontal dd {
- margin-left: 15px;
- float: left; }
- #mc > .nav-pills > li.active:before {
- content: "";
- position: absolute;
- z-index: 2;
- left: 0;
- right: 0;
- bottom: 0;
- background: #2098d1;
- height: 2px; }
- #channelSwitch {
- height: 270px;
- background: url(../images/hjkz/channelswitch.png) no-repeat;
- background-size: cover; }
- #channelSwitch .panel {
- width: 190px;
- height: 190px;
- border-radius: 100%;
- top: 5%;
- position: relative;
- margin: 0 auto;
- box-shadow: 0 12px 31px rgba(123, 178, 226, 0.55); }
- #channelSwitch .panel .infoPanel {
- position: relative;
- top: 14%;
- color: #999;
- text-align: center;
- font-size: large; }
- #channelSwitch .panel .lcdShow {
- font-size: 28px;
- font-weight: bolder;
- text-align: center;
- top: 22%;
- position: relative;
- color: rgba(34, 133, 226, 0.8); }
- #channelSwitch .panel .flex-container {
- display: flex;
- flex-wrap: wrap;
- flex-direction: row;
- justify-content: space-around;
- font-size: 24px;
- height: 60px;
- line-height: 60px;
- width: 65%;
- margin: 0 auto;
- color: #2285E2;
- top: 28%;
- position: relative; }
- #channelSwitch .panel .flex-container .flex-item {
- text-align: center; }
- #channelSwitch .panel .flex-container .flex-item:nth-child(2) {
- font-size: 19px;
- border-radius: 100%;
- color: #fff;
- width: 60px;
- letter-spacing: 4px;
- background-color: #2285E2; }
- #channelSwitch #slider {
- top: 15%;
- position: relative;
- background: #fff;
- width: 260px;
- border-radius: 4px;
- height: 4px;
- box-shadow: 0 2px 4px rgba(123, 178, 226, 0.3);
- margin: 0 auto; }
- #channelSwitch #slider i {
- position: absolute;
- color: #2285E2;
- width: 30px;
- height: 30px;
- border-radius: 100%;
- top: -12px;
- font-size: 30px; }
- #channelSwitch #slider i.addBtn {
- left: -10px; }
- #channelSwitch #slider i.subtractBtn {
- right: -10px; }
- #channelSet, #alarmSet, #deviceAlarmSet {
- margin-top: 30px;
- margin-bottom: 40px; }
- #channelSet dl.dl-horizontal, #alarmSet dl.dl-horizontal, #deviceAlarmSet dl.dl-horizontal {
- border-bottom: 2px solid #f0f0f0;
- margin-bottom: 0; }
- #channelSet dl.dl-horizontal dt, #alarmSet dl.dl-horizontal dt, #deviceAlarmSet dl.dl-horizontal dt {
- text-align: center; }
- #channelSet dl.dl-horizontal dt span.icon-wrapper, #alarmSet dl.dl-horizontal dt span.icon-wrapper, #deviceAlarmSet dl.dl-horizontal dt span.icon-wrapper {
- line-height: 60px;
- position: relative;
- width: 50px;
- margin: 0 auto; }
- #channelSet dl.dl-horizontal dt span.icon-wrapper img, #alarmSet dl.dl-horizontal dt span.icon-wrapper img, #deviceAlarmSet dl.dl-horizontal dt span.icon-wrapper img {
- width: 50px;
- height: 50px; }
- #channelSet dl.dl-horizontal dt span.icon-wrapper span, #alarmSet dl.dl-horizontal dt span.icon-wrapper span, #deviceAlarmSet dl.dl-horizontal dt span.icon-wrapper span {
- background-color: rgba(39, 135, 225, 0.93);
- border-radius: 100%;
- width: 24px;
- height: 24px;
- line-height: 24px;
- position: absolute;
- top: -12px;
- right: 0;
- color: #ffffff; }
- #channelSet dl.dl-horizontal dt span.glyphicon-alert, #alarmSet dl.dl-horizontal dt span.glyphicon-alert, #deviceAlarmSet dl.dl-horizontal dt span.glyphicon-alert {
- width: 50px;
- font-size: 24px;
- line-height: 60px;
- height: 100%; }
- #channelSet dl.dl-horizontal dd, #alarmSet dl.dl-horizontal dd, #deviceAlarmSet dl.dl-horizontal dd {
- text-align: center;
- line-height: 60px;
- height: 60px; }
- #channelSet dl.dl-horizontal dd input, #alarmSet dl.dl-horizontal dd input, #deviceAlarmSet dl.dl-horizontal dd input {
- height: 24px;
- line-height: 24px;
- width: 95%;
- border: 1px solid rgba(56, 49, 49, 0.19);
- margin: 18px auto; }
- #channelSet dl.dl-horizontal dd span.caret, #alarmSet dl.dl-horizontal dd span.caret, #deviceAlarmSet dl.dl-horizontal dd span.caret {
- right: 24px;
- top: 48%;
- position: absolute; }
- #channelSet dl.dl-horizontal dd span.glyphicon-trash, #alarmSet dl.dl-horizontal dd span.glyphicon-trash, #deviceAlarmSet dl.dl-horizontal dd span.glyphicon-trash {
- color: red; }
- #channelSet dl.dl-horizontal dd span.glyphicon-ok, #alarmSet dl.dl-horizontal dd span.glyphicon-ok, #deviceAlarmSet dl.dl-horizontal dd span.glyphicon-ok {
- color: greenyellow; }
- #channelSet div.infoBottom, #alarmSet div.infoBottom, #deviceAlarmSet div.infoBottom {
- position: absolute;
- width: 100%;
- text-align: center;
- bottom: 35px;
- color: rgba(176, 176, 176, 0.68); }
- #channelSet .displayNone, #alarmSet .displayNone, #deviceAlarmSet .displayNone {
- display: none; }
- #channelSet .addButtonWrapper, #alarmSet .addButtonWrapper, #deviceAlarmSet .addButtonWrapper {
- height: 40px !important; }
- #channelSet .addButtonWrapper div.addButton, #alarmSet .addButtonWrapper div.addButton, #deviceAlarmSet .addButtonWrapper div.addButton {
- position: relative;
- background-color: #39e605;
- box-shadow: 0 5px 11px rgba(98, 98, 102, 0.25);
- font-size: 30px;
- width: 35px;
- height: 35px;
- line-height: 30px;
- margin: 0 auto;
- text-align: center;
- color: white;
- border-radius: 100%; }
- #channelSet #addWrapper, #alarmSet #addWrapper, #deviceAlarmSet #addWrapper {
- position: fixed;
- bottom: 80px;
- width: 100%; }
- #channelSet #addWrapper .addButton, #alarmSet #addWrapper .addButton, #deviceAlarmSet #addWrapper .addButton {
- position: relative;
- background-color: #39e605;
- box-shadow: 0 5px 11px rgba(98, 98, 102, 0.25);
- font-size: 30px;
- width: 40px;
- height: 40px;
- line-height: 35px;
- margin: 0 auto;
- text-align: center;
- color: white;
- border-radius: 100%; }
- #channelSet #addWrapper .emerge, #alarmSet #addWrapper .emerge, #deviceAlarmSet #addWrapper .emerge {
- -webkit-animation-name: emerge;
- animation-name: emerge;
- -webkit-animation-duration: 0.2s;
- animation-duration: 0.2s;
- -webkit-animation-fill-mode: forwards;
- animation-fill-mode: forwards; }
- #chooseHjkzSet .modal-dialog {
- width: 300px;
- margin: 36% auto 0 auto; }
- #chooseHjkzSet .modal-dialog div.option {
- height: 40px;
- line-height: 40px;
- text-align: center; }
- #chooseHjkzSet .modal-dialog div.option:first-child {
- border-bottom: 1px solid #F0F0F0; }
- ul.row {
- margin-left: 0;
- margin-right: 0;
- height: 32px;
- line-height: 32px;
- background-color: #f0f0f0;
- color: #969696; }
- ul.row li {
- text-align: center; }
- .modal#checkboxWrapper .modal-dialog {
- margin: 55px; }
- .modal#checkboxWrapper .modal-dialog .modal-header {
- background-color: #f4f2f2; }
- .modal#checkboxWrapper .modal-dialog .modal-header .modal-title {
- text-align: center; }
- .modal#checkboxWrapper .modal-dialog .modal-footer {
- text-align: center; }
- .modal#checkboxWrapper .modal-dialog .modal-footer button.save {
- width: 100%;
- background-color: #28ce6f;
- color: #f0f0f0; }
- ul#alarmCheckbox {
- width: 200px;
- margin: 10px auto; }
- ul#alarmCheckbox li {
- position: relative;
- padding-bottom: 15px;
- padding-left: 40px; }
- ul#alarmCheckbox li .icheckbox_green {
- top: 0;
- left: 0;
- position: absolute;
- display: block;
- padding: 0;
- width: 20px;
- height: 20px;
- background: url(../images/hjkz/green.png) no-repeat 0 0;
- border: none; }
- ul#alarmCheckbox li .icheckbox_green input {
- position: absolute;
- opacity: 0; }
- ul#alarmCheckbox li .icheckbox_green ins {
- position: absolute;
- top: 0;
- left: 0;
- display: block;
- width: 100%;
- height: 100%;
- margin: 0;
- padding: 0;
- border: 0;
- opacity: 0;
- background: #ffffff; }
- ul#alarmCheckbox li label {
- padding-left: 16px; }
- ul#alarmCheckbox li.checked div {
- background-position: -22px 0; }
- ul#alarmCheckbox li.checked label {
- font-weight: bold;
- color: #1ABC9c; }
- .displayNone {
- display: none; }
- .nav-top {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- background-color: #fff;
- border-bottom: 1px solid #ccc;
- display: flex;
- flex-direction: row;
- justify-content: space-around; }
- .nav-top li {
- padding: 10px; }
- .nav-top li.active {
- color: #357BDC;
- border-bottom: 2px solid #357BDC; }
- .bottom-da {
- position: fixed;
- right: 20px;
- top: 50px;
- padding: 3px;
- background-color: #357BDC;
- color: #ffffff; }
- .cont-div {
- margin-top: 90px;
- margin-bottom: 40px; }
- .cont-div div {
- padding: 10px 30px;
- display: flex;
- flex-direction: row;
- justify-content: space-between; }
- .nav-bottom {
- left: 0;
- right: 0;
- background-color: #fff;
- border-top: 1px solid #ccc;
- position: fixed;
- bottom: 0;
- margin-bottom: 0;
- display: flex;
- flex-direction: row;
- justify-content: center; }
- .nav-bottom li {
- margin: 5px;
- background-color: #357BDC;
- width: 30px;
- height: 30px;
- border-radius: 100%;
- color: #ffffff;
- padding: 4px; }
- .nav-bottom li::before {
- top: 4px;
- left: 4px;
- position: relative; }
- /*# sourceMappingURL=huimv.css.map */
|