123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424 |
- @font-face
- {
- font-family: digifaw;
- src: url(./digifaw.ttf);
- }
- body{
- width: 1920px;
- height: 1080px;
- background-image: url("../images/bg.png");
- margin: 0 auto;
- }
- .line1 {
- overflow: hidden;
- text-overflow: ellipsis;
- display: box;
- display: -webkit-box;
- line-clamp: 1;
- box-orient: vertical;
- -webkit-line-clamp: 1;
- -webkit-box-orient: vertical;
- word-break: break-all;
- }
- .nav-header{
- width: 1880px;
- height: 102px;
- margin: 0 auto;
- margin-top: 10px;
- background-image: url("../images/topbg.png");
- position: relative;
- }
- .nav-system-start{
- position: absolute;
- z-index: 10;
- width: 302px;
- height: 45px;
- background-image: url("../images/system-start.png");
- top: 38px;
- left: 158px;
- line-height: 45px;
- text-align: center;
- color: #ffffff;
- font-size: 18px;
- cursor: pointer;
- font-weight: bold;
- }
- .nav-logout{
- position: absolute;
- z-index: 10;
- width: 170px;
- height: 46px;
- background-image: url("../images/logout.png");
- top: 37px;
- right: 152px;
- line-height: 46px;
- text-align: center;
- color: #ffffff;
- font-size: 18px;
- cursor: pointer;
- font-weight: bold;
- }
- .nav-title,.nav-desc{
- text-align: center;
- color: #0C9BFF;
- font-weight: bold;
- }
- .nav-title{
- font-size: 32px;
- padding-top: 13px;
- }
- .nav-desc{
- font-size: 22px;
- }
- .main{
- margin: 0 auto;
- margin-top: 10px;
- width: 1880px;
- height: 934px;
- overflow: hidden;
- position: relative;
- }
- .main-left1{
- position: absolute;
- z-index: 10;
- width: 527px;
- height: 296px;
- top: 0;
- left: 0;
- background-image: url("../images/left1.png");
- }
- .main-left2{
- position: absolute;
- z-index: 10;
- width: 527px;
- height: 326px;
- top: 302px;
- left: 0;
- background-image: url("../images/left2.png");
- }
- .main-left3{
- position: absolute;
- z-index: 10;
- width: 527px;
- height: 296px;
- bottom: 0;
- left: 0;
- background-image: url("../images/left3.png");
- }
- .main-middle1{
- position: absolute;
- z-index: 10;
- width: 799px;
- height: 179px;
- top: 0;
- left: 542px;
- background-image: url("../images/middle1.png");
- padding: 0 10px;
- }
- .main-middle2{
- position: absolute;
- z-index: 10;
- width: 493px;
- height: 442px;
- top: 187px;
- left: 542px;
- background-image: url("../images/middle2.png");
- }
- .main-middle3{
- position: absolute;
- z-index: 10;
- width: 299px;
- height: 442px;
- top: 187px;
- left: 1042px;
- background-image: url("../images/middle3.png");
- }
- .main-middle4{
- position: absolute;
- z-index: 10;
- width: 799px;
- height: 296px;
- bottom: 0;
- left: 542px;
- background-image: url("../images/middle4.png");
- }
- .main-right1{
- position: absolute;
- z-index: 10;
- width: 527px;
- height: 423px;
- top: 0;
- right: 0;
- background-image: url("../images/right1.png");
- }
- .main-right2{
- position: absolute;
- z-index: 10;
- width: 527px;
- height: 501px;
- bottom: 0;
- right: 0;
- background-image: url("../images/right2.png");
- }
- .middle-nums{
- font-size: 48px;
- font-weight: 400;
- text-align: center;
- padding-top: 40px;
- font-family: digifaw;
- }
- .middle-nums-yellow{
- color: #FCD114;
- }
- .middle-nums-purple{
- color: #7523FB;
- }
- .middle-nums-red{
- color: #FE546D;
- }
- .middle-nums-cyan{
- color: #0BD6D4;
- }
- .middle-desc{
- font-size: 48px;
- font-weight: 400;
- text-align: center;
- color: #0C9BFF;
- font-size: 18px;
- }
- .box{
- width: 100%;
- height: 100%;
- padding: 10px;
- position: relative;
- }
- .box-title{
- position: relative;
- width: 100%;
- height: 64px;
- line-height: 68px;
- border-bottom: 1px solid rgba(12, 155, 255, 0.3);
- padding: 0 40px;
- color: #ffffff;
- font-size: 17px;
- }
- .box-title:before{
- content: '';
- position: absolute;
- z-index: 10;
- bottom: 0;
- left: 40px;
- width: 40px;
- height: 4px;
- background-color: #0C9BFF;
- }
- .box-chart{
- width: 100%;
- height: 220px;
- }
- .user-chat-center{
- width: 100%;
- text-align: center;
- color: #ffffff;
- position: absolute;
- z-index: 10;
- left: 0;
- top: 170px;
- font-size: 20px;
- }
- .order-nums{
- width: 80%;
- color: #0C9BFF;
- margin: 10px auto;
- }
- .box-order-chart{
- width: 100%;
- /*height: 180px;*/
- height: 200px;
- /*border:1px solid #ffffff;*/
- }
- .order-nums-text{
- font-family: digifaw;
- color: #36F6F9;
- }
- .box-device-chart{
- width: 100%;
- height: 180px;
- /*border:1px solid #ffffff;*/
- }
- .program{
- padding: 15px 30px 0 30px;
- }
- .program-title{
- color: #ffffff;
- font-size: 16px;
- }
- .program-desc{
- color: #0C9BFF;
- font-size: 14px;
- }
- .program-lou{
- width: 481px;
- height: 329px;
- position: relative;
- }
- .program-lou-img{
- width: 100%;
- height: 100%;
- }
- .program-lou-dian{
- position: absolute;
- width: 188px;
- height: 73px;
- color: #ffffff;
- font-size: 14px;
- }
- .program-lou-dian.finish{
- top: 50px;
- left: 218px;
- z-index: 10;
- }
- .program-lou-dian.unfinish{
- top: 100px;
- left: 282px;
- z-index: 11;
- }
- .program-lou-dian img{
- width: 38px;
- height: 73px;
- float: left;
- }
- .lou-dian-desc{
- display: inline-block;
- width: 150px;
- height: 73px;
- float: right;
- }
- .patrol{
- padding-top: 5px;
- }
- .patrol-box{
- width: 260px;
- height: 37px;
- line-height: 37px;
- background-color: rgba(2, 177, 255, 0.2);
- margin: 2px auto;
- color: #0C9BFF;
- font-size: 16px;
- }
- .patrol-box-left{
- width: 100px;
- height: 37px;
- float: left;
- padding-left: 17px;
- text-align: left;
- }
- .patrol-box-right{
- width: 160px;
- height: 37px;
- float: right;
- padding-right: 17px;
- text-align: right;
- }
- .patrol-img{
- width: 260px;
- height: 188px;
- /*border: 1px solid #ffffff;*/
- margin: 0 auto;
- margin-top: 7px;
- }
- .patrol-img img{
- width: 100%;
- height: 100%;
- }
- .box-patrol-chart{
- width: 100%;
- height: 210px;
- }
- .repair{
- width: 100%;
- min-height: 148px;
- padding: 0 20px;
- padding-top: 5px;
- overflow: hidden;
- }
- .repair-box{
- width: 460px;
- height: 37px;
- line-height: 37px;
- border-bottom: 1px dashed rgba(12, 155, 255, 0.5);
- color: #0C9BFF;
- font-size: 16px;
- }
- .repair-box-left{
- width: 220px;
- height: 37px;
- float: left;
- }
- .repair-box-right{
- width: 220px;
- height: 37px;
- float: right;
- text-align: right;
- }
- .box-repair-chart{
- width: 100%;
- height: 190px;
- margin-top: 10px;
- }
- .box-common-chart{
- width: 100%;
- height: 220px;
- /*border: 1px solid #ffffff;*/
- }
- .common-box{
- width: 496px;
- height: 37px;
- line-height: 37px;
- margin-bottom: 1px;
- background-color: rgba(2, 177, 255, 0.2);
- overflow: hidden;
- text-align: center;
- color: #0C9BFF;
- font-size: 16px;
- }
- .common-box-list1{
- width: 60px;
- height: 100%;
- float: left;
- }
- .common-box-list1 img{
- width: 32px;
- height: 38px;
- }
- .common-box-list2{
- width: 160px;
- height: 100%;
- float: left;
- }
- .common-box-list3{
- width: 120px;
- height: 100%;
- float: left;
- }
- .common-box-list4{
- width: 120px;
- height: 100%;
- float: left;
- }
- .common-box-list5{
- width: 30px;
- height: 100%;
- float: left;
- }
|