| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- .bg {
- width: 100%;
- height: 100%;
- //background: url('/@/assets/images/vent/bg.png');
- //background-repeat: no-repeat;
- //background-size: cover;
- position: relative;
- .threejs-Object-CSS {
- .elementContent {
- background-color: rgb(20 143 221 / 40%);
- box-shadow: 0px 0px 12px rgb(0 128 255 / 75%);
- border: 1px solid rgb(127 177 255 / 75%);
- padding: 10px 20px 0px 20px;
- color: #efefef;
- &::before {
- content: '';
- display: block;
- position: absolute;
- width: 80px;
- height: 1px;
- background: rgb(127 177 255 / 75%);
- bottom: 0;
- right: -80px;
- transform-origin: 0 0;
- transform: rotate(30deg);
- }
- &::after {
- content: '';
- display: block;
- position: absolute;
- width: 21px;
- height: 21px;
- border: 4px solid #755cf8;
- background: rgba(173, 204, 253, 0.75);
- bottom: -55px;
- right: -85px;
- border-radius: 50%;
- //animation: sign 1s infinite;
- }
- }
- .elementContent-r {
- &::before {
- content: '';
- display: block;
- position: absolute;
- width: 80px;
- height: 1px;
- background: rgb(127 177 255 / 75%);
- bottom: 0;
- right: 85px;
- transform-origin: 0 0;
- transform: rotate(150deg);
- }
- &::after {
- content: '';
- display: block;
- position: absolute;
- width: 21px;
- height: 21px;
- border: 4px solid #f2a811;
- background: rgb(127 177 255 / 75%);
- bottom: -55px;
- right: 230px;
- border-radius: 50%;
- //animation: sign 1s infinite;
- }
- }
- @keyframes sign {
- 0% {
- background: #d35d00;
- }
- 50% {
- background: #ffd8b9;
- }
- 100% {
- background: #d35d00;
- }
- }
- }
- }
- .scene-box {
- width: 100%;
- height: 100%;
- position: absolute;
- z-index: 999;
- left: 0;
- top: 0;
- pointer-events: none;
- display: flex;
- flex-direction: column;
- justify-items: center;
- overflow: hidden;
- .top-box {
- position: absolute;
- top: 5px;
- width: 100%;
- height: 50px;
- // background-image: linear-gradient(to right, #046ad500, #006effe7, #046ad500);
- display: flex;
- align-items: center;
- pointer-events: auto;
- .row {
- color: #fff;
- display: flex;
- }
- .top-left {
- width: 400px;
- height: 100%;
- font-size: 16px;
- display: flex;
- align-items: center;
- padding-left: 20px;
- position: relative;
- background: url('/@/assets/images/vent/tj.png') no-repeat;
- background-position: center right;
- background-size: auto 100%;
- cursor: pointer;
- padding-right: 80px;
- color: #ffffff;
- letter-spacing: 0.15em;
- text-shadow: -1px -1px 1px #0084ff, 0px 1px 0 #28282822, 0px 2px 0 #28282822, 0px 3px 0 #28282822, 0px 4px 0 #28282822, 0px 5px 0 #28282822,
- 0px 6px 0 #28282822, 0px 7px 0 #28282822, 0px 8px 0 #28282822, 0px 9px 0 #28282822,
- // 0px 10px 0 #28282822,
- // 0px 11px 0 #28282822,
- // 0px 12px 0 #181818,
- // 0px 13px 0 #161616,
- // 0px 14px 0 #141414,
- // 0px 15px 0 #121212,
- 2px 20px 5px rgba(0, 0, 0, 0.3),
- 5px 23px 5px rgba(0, 0, 0, 0.1), 8px 27px 8px rgba(0, 0, 0, 0.2);
- &::after {
- width: calc(100% - 105px);
- height: 100%;
- content: '';
- position: absolute;
- display: block;
- bottom: 1px;
- border-bottom: 3px solid #5595ff;
- }
- }
- .top-center {
- flex: 1.5;
- }
- .top-right {
- flex: 1;
- justify-content: right;
- .run-type {
- margin: 0 10px;
- }
- .control-title {
- color: #73e8fe;
- // color: rgb(0, 255, 242);// 64D5FF
- }
- }
- .button-box {
- position: relative;
- padding: 5px;
- // border: 1px transparent solid;
- border-radius: 5px;
- margin-left: 8px;
- margin-right: 8px;
- width: auto;
- // height: 40px;
- // border: 1px solid #65dbea;
- height: 35px !important;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- padding: 0 15px;
- cursor: pointer;
- &:hover {
- background: linear-gradient(#2cd1ff55, #1eb0ff55);
- }
- &::before {
- width: calc(100% - 6px);
- height: 27px;
- content: '';
- position: absolute;
- top: 3px;
- right: 0;
- left: 3px;
- bottom: 0;
- z-index: -1;
- border-radius: inherit; /*important*/
- background: linear-gradient(#1fa6cb, #127cb5);
- }
- &::after {
- width: calc(100% + 32px);
- height: 10px;
- content: '';
- position: absolute;
- top: 35px;
- right: 0;
- left: -16px;
- bottom: 0;
- z-index: -1;
- border-radius: inherit; /*important*/
- background: url('/@/assets/images/vent/short-light.png') no-repeat;
- background-position: center;
- background-size: 100%;
- z-index: 999;
- }
- }
- .button-disable {
- border: 1px solid #66989e;
- &:hover {
- background: none;
- }
- &::before {
- background: linear-gradient(#78c8fd55, #49d2fc55);
- }
- // &::after{
- // background: linear-gradient( #75c8ff55, #45d1fc55);
- // }
- }
- }
- .title-text {
- color: #ffffff;
- font-size: 16px;
- text-align: center;
- line-height: 32px;
- }
- .title-box {
- font-family: Geneva, sans-serif;
- width: 100%;
- text-align: center;
- position: absolute;
- top: 50px;
- font-size: 28px;
- color: #ff9900;
- letter-spacing: 0.15em;
- text-shadow: -1px -1px 1px #efede3, 0px 1px 0 #28282822, 0px 2px 0 #28282822, 0px 3px 0 #28282822, 0px 4px 0 #28282822, 0px 5px 0 #28282822,
- 0px 6px 0 #28282822, 0px 7px 0 #28282822, 0px 8px 0 #28282822, 0px 9px 0 #28282822, 0px 10px 0 #28282822, 0px 11px 0 #28282822,
- // 0px 12px 0 #181818,
- // 0px 13px 0 #161616,
- // 0px 14px 0 #141414,
- // 0px 15px 0 #121212,
- 2px 20px 5px rgba(0, 0, 0, 0.3),
- 5px 23px 5px rgba(0, 0, 0, 0.1), 8px 27px 8px rgba(0, 0, 0, 0.2);
- // 8px 28px 35px rgba(0, 0, 0, 0.9);
- &:before {
- content: attr(text);
- position: absolute;
- z-index: 10;
- color: pink;
- -webkit-mask: linear-gradient(to left, red, transparent);
- }
- }
- .bottom-tabs-box {
- position: absolute;
- width: calc(100% - 10px);
- height: 280px;
- bottom: 20px;
- padding: 0 20px;
- margin: 0 5px;
- &:before {
- position: absolute;
- content: '';
- width: 34px;
- height: 315px;
- left: 0;
- top: -19px;
- background: url('/@/assets/images/vent/bottom-tabs-l.png') no-repeat;
- background-size: contain;
- }
- &:after {
- position: absolute;
- content: '';
- width: 34px;
- height: 315px;
- right: 0;
- top: -19px;
- background: url('/@/assets/images/vent/bottom-tabs-r.png') no-repeat;
- background-size: contain;
- }
- .tabs-button-group {
- position: absolute;
- display: flex;
- right: 20px;
- top: 5px;
- z-index: 999;
- align-items: center;
- pointer-events: auto;
- .tabs-button {
- margin-right: 10px;
- }
- }
- .tabs-box {
- position: absolute;
- width: calc(100% - 46px);
- bottom: 0;
- height: 100%;
- pointer-events: auto;
- background: linear-gradient(#00daff33, #2081ff11);
- // background: radial-gradient(circle at 50% 80%, #3df6ff33, #0038b433);
- backdrop-filter: blur(5px);
- overflow-y: hidden;
- border-radius: 8px;
- .tabs-box {
- height: 100%;
- }
- .tab-item {
- height: 240px;
- color: #fff;
- }
- .ant-tabs-content,
- .vent-table {
- height: 100%;
- }
- .ant-tabs-top > .ant-tabs-nav {
- margin: 0 !important;
- }
- .ant-table-title {
- padding: 0 !important;
- }
- .vent-table {
- overflow-y: auto;
- }
- .ant-tabs-nav {
- margin-bottom: 0px !important;
- }
- }
- .ant-tabs-nav-wrap {
- padding-left: 10px !important;
- }
- .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
- color: #28f3f3 !important;
- }
- .ant-tabs-ink-bar {
- background: #28f3f3;
- }
- .ant-tabs-top > .ant-tabs-nav::before {
- border-color: #f0f0f022 !important;
- }
- }
- }
- .state-icon {
- display: inline-block;
- width: 11px;
- height: 11px;
- border-radius: 6px;
- margin-right: 6px;
- }
- .open {
- border: 2px solid #133a56;
- background: #4ecb73;
- }
- // .gray {
- // border: 2px solid #898fa144;
- // background: #898fa1;
- // }
- .close {
- border: 2px solid #ff1818;
- background: #ff8888;
- animation: close 1s infinite;
- }
- @keyframes close {
- 0% {
- border: 2px solid #ff8888;
- background: #ff3538;
- }
- 50% {
- border: 2px solid #ff0000;
- background: #c90000;
- }
- 100% {
- border: 2px solid #ff8888;
- background: #ff3538;
- }
- }
- .data-title {
- color: #eee;
- }
- .signal-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .signal-round {
- display: inline-block;
- width: 8px;
- height: 8px;
- border-radius: 50%;
- margin: 0 10px;
- position: relative;
- &::after {
- display: block;
- content: '';
- position: absolute;
- width: 12px;
- height: 12px;
- top: -2px;
- left: -2px;
- border-radius: 50%;
- }
- }
- .signal-round-gry {
- background-color: #858585;
- &::after {
- background-color: #85858544;
- box-shadow: 0 0 1px 1px #85858599;
- }
- }
- .signal-round-run {
- background-color: #67fc00;
- &::after {
- background-color: #67fc0044;
- box-shadow: 0 0 1px 1px #c6ff77;
- }
- }
- .signal-round-warning {
- background-color: #e9170b;
- &::after {
- background-color: #e9170b44;
- box-shadow: 0 0 1px 1px #e9170b;
- }
- }
- }
- /* 模态框样式 */
- .modal-container {
- min-height: 100px;
- padding: 20px;
- .label {
- margin-right: 15px;
- font-size: 15px;
- font-weight: 600;
- color: #70e0f7;
- }
- .warning-text {
- margin-left: 10px;
- font-size: 16px;
- }
- .input-box {
- margin-top: 20px;
- }
- .startSmoke-select {
- display: flex;
- margin: 15px 12px;
- }
- }
|