123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498 |
- .alertBox {
- overflow: hidden;
- }
- .alertBox .left {
- float: left;
- width: 600px;
- background: #f0f2f5;
- padding-top: 15px;
- padding-bottom: 33px;
- box-sizing: border-box;
- }
- .alertBox .left .wrap {
- display: flex;
- flex-direction: row;
- width: 565px;
- margin: 0 auto;
- justify-content: space-between;
- }
- .alertBox .left .wrap .items {
- width: 137px;
- height: 107px;
- background: #Fff;
- border-radius: 8px;
- box-shadow: 1px 1px 10px #a39e9e;
- }
- .alertBox .left .wrap .items.error {
- border: 1px solid #d10707;
- }
- .alertBox .left .wrap .items.warn {
- border: 1px solid #ffab09;
- }
- .alertBox .left .wrap .items .head {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- padding: 12px 11px 10px 15px;
- }
- .alertBox .left .wrap .items .platform {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: flex-start;
- }
- .alertBox .left .wrap .items .platform label {
- font-family: DIN-Bold;
- font-size: 16px;
- }
- .alertBox .left .wrap .items .content {
- padding: 0 15px 0 15px;
- }
- .alertBox .left .floor {
- margin-top: 15px;
- margin-bottom: 14px;
- position: relative;
- }
- .alertBox .left .floor .cover {
- display: block;
- margin: 0 auto;
- }
- .alertBox .left .floor .mark {
- position: absolute;
- left: 0;
- top: 0;
- width: 23px;
- height: 30px;
- line-height: 24px;
- text-align: center;
- font-family: DIN-Bold;
- background-size: 100% 100%;
- }
- .alertBox .left .floor .mark.normal {
- color: #1ab700;
- background: url("../../../../Content/images/DeviceMonitor/normal2.png") no-repeat;
- }
- .alertBox .left .floor .mark.warn {
- color: #ffab09;
- background: url("../../../../Content/images/DeviceMonitor/warn2.png") no-repeat;
- }
- .alertBox .left .floor .mark.error {
- color: #d10707;
- background: url("../../../../Content/images/DeviceMonitor/error2.png") no-repeat;
- }
- .alertBox .right {
- float: left;
- width: 240px;
- background: #fefefe;
- padding: 10px 0px 0 8px;
- }
- .alertBox .right .title {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- }
- .alertBox .right .title span {
- color: #2d2f33;
- font-size: 16px;
- font-weight: bold;
- margin-left: 10px;
- }
- .alertBox .right .device {
- margin-top: 18px;
- }
- .alertBox .right .device .device_Info {
- height: 32px;
- line-height: 32px;
- overflow: hidden;
- padding: 0 12px;
- }
- .alertBox .right .device .device_Info .name {
- font-size: 14px;
- color: #525866;
- min-width: 90px;
- float: left;
- }
- .alertBox .right .device .device_Info .inner {
- font-size: 14px;
- color: #525866;
- font-weight: bold;
- float: left;
- }
- .alertBox .right .device .device_Info.even {
- background: #f2f3f5;
- }
- .selected {
- color: red;
- }
- .highlight {
- background: yellow;
- }
- .main {
- position: relative;
- min-width: 1024px;
- max-width: 1920px;
- margin: 0 auto;
- height: 100%;
- padding: 0.5% 0.5%;
- box-box-sizing: border-box;
- display: flex;
- flex-direction: row;
- }
- .head {
- width: 100%;
- height: 60px;
- padding: 10px;
- box-sizing: border-box;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- border-bottom: 1px solid #e6e6e6;
- }
- .head .left {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- }
- .head .left span {
- display: block;
- width: 70px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- background: #d6d6d6;
- font-size: 16px;
- color: #333333;
- margin-right: 6px;
- border-radius: 5px;
- font-family: DIN-Bold;
- cursor: pointer;
- }
- .head .left span.active {
- background: #1890ff;
- color: #fff;
- }
- .head .right {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- }
- .head .right .tipIcon {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- margin-left: 20px;
- }
- .head .right .tipIcon span {
- color: #525866;
- font-size: 14px;
- margin-left: 5px;
- }
- .center {
- height: calc(100% - 60px);
- display: flex;
- box-sizing: border-box;
- flex-direction: row;
- justify-content: space-between;
- align-items: flex-start;
- }
- .center .left {
- position: relative;
- padding-left: 177px;
- padding-top: 20px;
- display: flex;
- box-sizing: border-box;
- flex-direction: row;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .center .left .LineBox {
- padding-top: 57px;
- position: relative;
- }
- .center .left .LineBoxstu {
- position: absolute;
- left: 8px;
- top: 48px;
- }
- .center .left .itemBox {
- display: flex;
- box-sizing: border-box;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .center .left .item {
- position: relative;
- top: 49px;
- left: 4px;
- line-height: 1;
- }
- .center .left .item .num {
- color: #09355e;
- position: absolute;
- left: 48px;
- top: 5px;
- font-size: 8px;
- font-family: DIN-Bold;
- }
- .center .left .item .num.nums {
- left: 45px;
- }
- .center .left .item .ddj {
- margin-left: 31px;
- display: block;
- }
- .center .left .item .round {
- position: absolute;
- width: 790px;
- height: 2px;
- left: -22px;
- bottom: 8px;
- }
- .center .right {
- height: 100%;
- width: 302px;
- box-sizing: border-box;
- padding: 26px 0 0 12px;
- border-left: 1px solid #bdcadb;
- }
- .center .right .rItem {
- margin-bottom: 20px;
- }
- .center .right .rItem .title {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- margin-bottom: 10px;
- }
- .center .right .rItem .title span {
- font-size: 16px;
- color: #2d2f33;
- font-weight: bold;
- margin-left: 6px;
- }
- .center .right .rItem .tbale {
- border: 1px solid #bdcadb;
- width: 235px;
- margin-left: 12px;
- }
- .center .right .rItem .tbale .item {
- overflow: hidden;
- height: 42px;
- border-bottom: 1px solid #bdcadb;
- }
- .center .right .rItem .tbale .item span {
- display: block;
- float: left;
- width: 98px;
- height: 42px;
- line-height: 42px;
- background: #f8f9fb;
- font-size: 14px;
- color: #525866;
- text-align: center;
- border-right: 1px solid #bdcadb;
- }
- .center .right .rItem .tbale .item label {
- display: block;
- float: left;
- width: 135px;
- height: 42px;
- line-height: 42px;
- font-size: 14px;
- color: #525866;
- text-align: center;
- font-family: DIN-Bold;
- border-right: 1px solid #bdcadb;
- }
- .center .right .rItem .InfoItem {
- margin-bottom: 15px;
- margin-left: 12px;
- }
- .center .right .rItem .InfoItem .titleS {
- display: block;
- width: 48px;
- height: 20px;
- text-align: center;
- line-height: 20px;
- background: #fe2c2c;
- color: #fff;
- font-size: 12px;
- border-radius: 5px;
- margin-bottom: 4px;
- }
- .center .right .rItem .InfoItem .InfoBlock {
- display: flex;
- flex-direction: row;
- margin-bottom: 4px;
- }
- .center .right .rItem .InfoItem .InfoBlock span {
- color: #525866;
- font-size: 14px;
- display: block;
- min-width: 70px;
- }
- .center .right .rItem .InfoItem .InfoBlock label {
- color: #525866;
- font-size: 14px;
- font-weight: bold;
- }
- .Colum {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- margin-top: 38px;
- }
- .onOne {
- position: relative;
- border: 1px dashed #dbdbdb;
- background: #f9f9f9;
- margin-right: 4px;
- border-radius: 5px;
- }
- .onOne span {
- position: absolute;
- color: #09355e;
- font-size: 14px;
- left: 5px;
- top: 50%;
- transform: translateY(-50%);
- }
- .big {
- position: absolute;
- left: 4px;
- bottom: -112px;
- }
- .ddjnum {
- font-size: 18px;
- position: absolute;
- color: #fff;
- font-family: DIN-Bold;
- left: 65px;
- z-index: 9999;
- top: 24px;
- }
- .position {
- position: absolute;
- left: 216px;
- top: 60px;
- }
- .firstRow {
- position: absolute;
- left: 179px;
- top: 53px;
- color: #292c33;
- font-size: 12px;
- }
- .firstLine {
- position: absolute;
- left: 217px;
- top: 43px;
- color: #292c33;
- font-size: 12px;
- }
- .status {
- position: absolute;
- width: 32px;
- height: 22px;
- margin-left: 10px;
- }
- .ddjline {
- margin-left: 44px;
- width: 723px;
- }
- .station {
- position: relative;
- }
- .stationgoods {
- position: absolute;
- margin-left: -23px;
- margin-top: 1px;
- width: 32px;
- height: 20px;
- }
- .jhd {
- position: absolute;
- margin-left: 20px;
- margin-top: -7px;
- height: 12px;
- width: 12px
- }
|