123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505 |
- .el-table__column-filter-trigger {
- display: none !important;
- }
- .taskBtn.ready {
- background-image: none;
- background-color: #7BAF66;
- }
- .taskBtn.running, .taskBtn.waiting {
- background-image: none;
- background-color: #eebe77;
- }
- .taskBtn.finished {
- background-image: none;
- background-color: #eebe77;
- }
- .taskBtn.offline {
- background-image: none;
- background-color: #92949B;
- }
- .ordinary-container {
- display: flex;
- .ordinary-left {
- display: flex;
- width: 63.48vw;
- flex-direction: column;
- align-items: center;
- .search-container {
- width: 44.9vw;
- height: 7.4vh;
- margin-top: 11.29vh;
- margin-bottom: 2.13vh;
- }
- .filter-bench-list,
- .ordinary-map-container {
- overflow: hidden;
- position: relative;
- background-color: #33373c;
- width: 63.34vw;
- height: 67.79vh;
- border-radius: 40px;
- // margin-top: -11vh;
- img {
- width: 100%;
- height: 100%;
- }
- .ordinary-map-blocker {
- width: 100%;
- height: 100%;
- border-radius: 40px;
- position: absolute;
- z-index: 999;
- // margin-left: -35vw;
- // margin-top: -31vh;
- img {
- width: 100%;
- height: 100%;
- }
- .bmMap {
- width: 100%;
- height: 100%;
- }
- }
- .square-count {
- align-items: center;
- zoom: 0.6;
- position: relative;
- height: 16.57vh;
- margin-bottom: 0vh;
- //background: rgba(0, 0, 0, 0.49);
- border-radius: 2.08vw;
- //border: 1px solid #707070;
- width: auto;
- margin-left: 68vw;
- margin-right: 1.85vw;
- margin-top: 1.85vh;
- padding: 1.75vh 2.08vw;
- color: #dfdfdf;
- font-size: 16px;
- display: flex;
- flex-direction: column;
- }
- .bench-list {
- align-items: center;
- zoom: 0.6;
- position: relative;
- margin-bottom: 0vh;
- background: transparent;
- width: auto;
- margin-left: 68vw;
- margin-right: 1.85vw;
- color: #dfdfdf;
- font-size: 3.5vh;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .ordinary-map {
- position: absolute;
- // opacity: 0;
- // width: 130vw;
- // height: 130vh;
- width: 100%;
- height: 100%;
- z-index: 0;
- border-radius: 40px;
- // margin-left: -35vw;
- // margin-top: -31vh;
- img {
- width: 100%;
- height: 100%;
- }
- }
- }
- }
- .ordinary-list {
- width: 26.36vw;
- height: 100%;
- }
- .ordinary-list {
- .item-image {
- width: 7.29vw;
- height: 7.29vw;
- border-radius: 15px;
- border: 2px solid #dfdfdf;
- img {
- width: 100%;
- height: 100%;
- border-radius: 15px;
- }
- }
- .item-box {
- width: 100%;
- padding: 1.04vw 1.66vh 1.04vw;
- background: rgba(0, 0, 0, 0.2);
- border-radius: 20px 20px 20px 20px;
- opacity: 1;
- display: flex;
- align-items: center;
- .item-text {
- margin-left: 1.2vw;
- .item-title {
- height: 4.17vh;
- font-size: 22px;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: 400;
- color: #fbfbfb;
- line-height: 4.17vh;
- }
- .item-description {
- margin-top: 0.37vh;
- height: 2.31vh;
- font-size: 16px;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #dfdfdf;
- line-height: 2.31vh;
- }
- .item-tag {
- display: flex;
- margin-top: 0vh;
- width: 12vw;
- // width: max-content;
- overflow: auto;
- flex-wrap: wrap;
- .tag {
- margin-bottom: 0.2vh;
- //width: 3.13vw;
- height: 1.96vh;
- font-size: xx-small;
- line-height: 1.96vh;
- text-align: center;
- background-color: #5d9a6d;
- border-radius: 10px;
- color: #f2f2f2;
- margin-right: 0.2vw;
- padding: 0px 10px;
- width: max-content;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- }
- }
- }
- }
- .vr-bg-container {
- width: 0;
- height: 0;
- }
- .bench-list-buttons {
- width: 100%;
- height: 5.4vh;
- padding-left: 1.56vw;
- padding-right: 1.56vw;
- padding-top: 0vh;
- padding-bottom: 0vh;
- margin-top: 0vh;
- margin-bottom: 0vh;
- margin-left: 4.13vh;
- margin-right: 4.13vh;
- background: linear-gradient(179deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0) 100%);
- background-image: url(../../images/tab-buttons.png);
- background-size: 100% 100%;
- border-radius: 79px 79px 79px 79px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- align-content: center;
- }
- .ordinary-map-ex {
- position: absolute;
- top: 10px;
- right: 10px;
- z-index: 0;
- }
- .ordinary-map-hidden {
- width: 100%;
- height: 100%;
- }
- }
- // .task-right-panel {
- // height: 67.79vh;
- // }
- .task-list {
- .item-box {
- width: 100%;
- padding: 1.04vw 1.66vh 1.04vw;
- background: rgba(0, 0, 0, 0.2);
- border-radius: 20px 20px 20px 20px;
- opacity: 1;
- margin-bottom: 1.85vh;
- display: flex;
- align-items: center;
- justify-content: space-between;
- .item-title {
- height: 4.17vh;
- font-size: 18px;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: 400;
- color: #fbfbfb;
- line-height: 4.17vh;
- // width: 150px;
- }
- .item-description {
- margin-top: 0.37vh;
- height: 2.31vh;
- font-size: 14px;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #dfdfdf;
- line-height: 2.31vh;
- }
- .item-tag {
- display: flex;
- margin-top: 0.92vh;
- flex-wrap: wrap;
- .tag {
- margin-bottom: 0.2vh;
- //width: 3.13vw;
- height: 1.96vh;
- font-size: xx-small;
- line-height: 1.96vh;
- text-align: center;
- background-color: #5d9a6d;
- border-radius: 10px;
- color: #f2f2f2;
- margin-right: 0.2vw;
- padding: 0px 10px;
- width: max-content;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- }
- .item-time {
- display: flex;
- margin-top: 0.92vh;
- color: #d1d1d1;
- font-size: 12px;
- .time {
- white-space: nowrap;
- color: #f2f2f2;
- }
- .time:nth-child(1) {
- margin-right: 10px;
- }
- .time:nth-child(2) {
- margin-left: 10px;
- }
- }
- }
- .item-tag {
- display: flex;
- margin-top: 0.92vh;
- flex-wrap: wrap;
- .tag {
- // width: 3.13vw;
- padding: 0 1vw;
- height: 2.96vh;
- line-height: 2.96vh;
- text-align: center;
- background-color: #5d9a6d;
- border-radius: 10px;
- color: #f2f2f2;
- margin-right: 1vw;
- }
- }
- }
- .taskBtn {
- height: 30px;
- width: 60px;
- // padding: 5px 10px;
- border-radius: 30px;
- color: #fff;
- font-weight: bold;
- font-size: 14px;
- background: linear-gradient(180deg, #FBE383 0%, #D9A411 100%);
- // border-radius: 44px 44px 44px 44px;
- // opacity: 1;
- // border: 1px solid rgba(255,255,255,0.4);
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .issue-list {
- .item-box {
- width: 100%;
- padding: 1.04vw 1.66vh 1.04vw;
- background: rgba(0, 0, 0, 0.2);
- border-radius: 20px 20px 20px 20px;
- opacity: 1;
- margin-bottom: 1.85vh;
- .item-title {
- height: 4.17vh;
- // font-size: 16px;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: 400;
- color: #fbfbfb;
- line-height: 4.17vh;
- display: inline-block;
- }
- .item-description {
- margin-top: 0.37vh;
- height: 2.31vh;
- font-size: 14px;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #dfdfdf;
- line-height: 2.31vh;
- }
- .item-tag {
- display: flex;
- margin-top: 0.92vh;
- flex-wrap: wrap;
- .tag {
- margin-bottom: 0.2vh;
- //width: 3.13vw;
- height: 1.96vh;
- font-size: xx-small;
- line-height: 1.96vh;
- text-align: center;
- background-color: #5d9a6d;
- border-radius: 10px;
- color: #f2f2f2;
- margin-right: 0.2vw;
- padding: 0px 10px;
- width: max-content;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- }
- .status1 {
- width: 14px;
- height: 14px;
- background: #68C068;
- border-radius: 100%;
- margin-left: 10px;
- ;
- }
- .status0 {
- width: 14px;
- height: 14px;
- background: #9B9B9B;
- border-radius: 100%;
- margin-left: 10px;
- }
- }
- .item-tag {
- display: flex;
- margin-top: 0.92vh;
- .tag {
- // width: 3.13vw;
- padding: 0 1vw;
- height: 2.96vh;
- line-height: 2.96vh;
- text-align: center;
- background-color: #5d9a6d;
- border-radius: 10px;
- color: #f2f2f2;
- margin-right: 1vw;
- }
- }
- }
- .uncheck {
- width: 16px;
- height: 16px;
- background: rgba(0, 0, 0, 0.14);
- border-radius: 53px 53px 53px 53px;
- opacity: 1;
- border: 1px solid #DFDFDF;
- }
- .el-icon-circle-check {
- color: #DFDFDF !important;
- }
- // .panel-container {
- // height: 60vh;
- // overflow: auto;
- // }
- .panel-bottom {}
- .task-auto {
- width: 50px;
- height: 26px;
- background: #F96262;
- border-radius: 44px 44px 44px 44px;
- opacity: 1;
- color: #fff;
- text-align: center;
- margin-left: 10px;
- }
- .plan-tag {
- margin-bottom: 0.2vh;
- font-size: xx-small;
- padding: 5px 10px;
- text-align: center;
- background-color: #5d9a6d;
- border-radius: 10px;
- color: #f2f2f2;
- margin-right: 0.2vw;
- }
- .cell {
- word-break: break-word !important;
- text-align: center !important;
- }
- .plan.task-item.case-submit .el-input__inner {
- color: #fff !important;
- }
|