123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467 |
- * {
- margin: 0;
- padding: 0;
- }
- html,
- body {
- width: 100vw;
- height: 100vh;
- overflow: hidden;
- }
- #app {
- height: 100%;
- width: 100%;
- }
- .content {
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- overflow-y: hidden;
- background: #141414;
- }
- .rightBox {
- height: 100%;
- width: 70%;
- display: flex;
- align-items: center;
- justify-content: center;
- position: relative;
- }
- .map-layer {
- height: 800px;
- width: 94%;
- padding: 0px;
- margin: 0px;
- position: relative;
- }
- .map-layer .map {
- width: 100%;
- height: 100%;
- }
- #plane {
- /* width: 30%; */
- width: 100%;
- height: 100%;
- /* position: absolute; */
- /* top: 10px;
- left: 10px; */
- background-color: rgb(0, 0, 0, 0.3);
- color: #fff;
- border-right: 1px solid rgba(255, 255, 255, .2);
- position: relative;
- }
- .scrollBox {
- width: 100%;
- height: 100%;
- overflow-y: scroll;
- box-sizing: border-box;
- padding: 30px 57px 80px;
- }
- /* ::-webkit-scrollbar-track {
- background-color: #000;
- -webkit-border-radius: 1em;
- -moz-border-radius: 1em;
- border-radius: 1em;
- }
- ::-webkit-scrollbar-thumb {
- background-color: rgba(255, 255, 255, .2);
- -webkit-border-radius: 1em;
- -moz-border-radius: 1em;
- border-radius: 1em;
- } */
- ::-webkit-scrollbar {
- width: 4px;
- height: 1px;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 4px;
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- /* background: #ccc; */
- background: rgba(255, 255, 255, .2);
- }
- ::-webkit-scrollbar-thumb:hover {
- background: #999;
- }
- ::-webkit-scrollbar-track {
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- border-radius: 4px;
- background: #000000;
- }
- .ol-overlaycontainer-stopevent {
- display: none;
- }
- #plane .title {
- font-size: 20px;
- color: #fff;
- margin-bottom: 10px;
- }
- #plane .desc {
- font-size: 14px;
- color: rgba(255, 255, 255, 0.6);
- margin-bottom: 10px;
- }
- form .formTitle {
- font-size: 16px;
- color: #fff;
- }
- .itemTitle {
- font-size: 14px;
- color: #fff;
- margin-bottom: 10px;
- }
- .inputItem {
- width: 100%;
- height: 34px;
- border-radius: 4px;
- border: 1px solid rgba(255, 255, 255, 0.4);
- display: flex;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- padding: 0 5px 0 0;
- margin-bottom: 10px;
- }
- .inputItem .name {
- width: 23%;
- height: 34px;
- border-right: 1px solid rgba(255, 255, 255, 0.4);
- box-sizing: border-box;
- text-align: center;
- line-height: 34px;
- font-size: 14px;
- color: rgba(255, 255, 255, 0.4);
- background: rgba(255, 255, 255, 0.1)
- }
- .inputItem .ipt {
- width: 77%;
- height: 34px;
- background: transparent;
- }
- .inputItem .ipt input {
- width: 100%;
- height: 100%;
- /* padding: 0 30px; */
- box-sizing: border-box;
- background: transparent;
- border: none;
- outline: none;
- color: #15BEC8;
- text-align: right;
- border: none !important;
- padding: 0 5px;
- box-sizing: border-box;
- }
- input::placeholder {
- color: rgba(255, 255, 255, 0.4);
- }
- input::-moz-placeholder {
- color: rgba(255, 255, 255, 0.4);
- }
- input::-webkit-input-placeholder {
- color: rgba(255, 255, 255, 0.4);
- }
- .inputItem .unit {
- font-size: 14px;
- color: rgba(255, 255, 255, 0.4);
- /* margin-left: 5px; */
- }
- .allIpt {
- width: 100%;
- height: 34px;
- border-radius: 4px;
- border: 1px solid rgba(255, 255, 255, 0.4);
- display: flex;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- padding: 0 10px;
- background: rgba(255, 255, 255, 0.1)
- }
- .allIpt input {
- width: 100%;
- height: 100%;
- /* padding: 0 30px; */
- box-sizing: border-box;
- background: transparent;
- border: none;
- outline: none;
- color: rgba(255, 255, 255, 0.6);
- border: none !important;
- }
- #plane .bottom {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 63px;
- background: #141414;
- z-index: 1;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- padding: 0 60px 0 0;
- box-sizing: border-box;
- }
- .style {
- width: 100%;
- height: 10px;
- background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
- position: absolute;
- top: -10px;
- left: 0;
- }
- .submitBtn {
- width: 100px;
- height: 34px;
- background: #15BEC8;
- border-radius: 4px;
- color: #fff;
- text-align: center;
- line-height: 34px;
- font-size: 14px;
- margin-left: 10px;
- cursor: pointer;
- }
- #clear {
- width: 100px;
- height: 34px;
- border-radius: 4px;
- border: 1px solid #15BEC8;
- color: #15BEC8;
- text-align: center;
- line-height: 34px;
- font-size: 14px;
- cursor: pointer;
- }
- .tag {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 20px;
- margin-top: 30px;
- }
- .localIcon {
- width: 16px;
- height: 16px;
- background: url("img/local.png")no-repeat;
- background-size: 100% 100%;
- cursor: pointer;
- }
- .plane1 {
- position: absolute;
- top: 10px;
- left: 10px;
- background-color: rgb(0, 0, 0, 0.3);
- z-index: 1;
- color: #fff;
- }
- .transform-layer {
- top: 0;
- left: 0;
- }
- .upload-layer {
- z-index: 99;
- left: 0;
- top: 0;
- position: absolute;
- }
- .ctrls {
- position: absolute;
- z-index: 9;
- --margin: 10px;
- transform: translate(-50%, -50%);
- }
- .cctrls span {
- z-index: 10;
- position: absolute;
- width: 10px;
- height: 10px;
- border-radius: 50%;
- background: red;
- cursor: pointer;
- transform: translate(-50%, -50%);
- }
- .box-info {
- padding: 10px;
- color: #fff;
- position: absolute;
- bottom: 0;
- pointer-events: none;
- left: 0;
- background: rgba(0, 0, 0, 0.5);
- }
- #plane .main {
- width: 100%;
- height: 100%;
- overflow-y: scroll;
- box-sizing: border-box;
- padding: 20px 57px;
- }
- #plane .main .Setting {
- display: flex;
- align-items: center;
- justify-content: space-between;
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
- padding: 20px 10px;
- box-sizing: border-box;
- }
- #plane .main:last-of-type .Setting {
- border-bottom: 1px solid transparent;
- }
- #plane .main>.title {
- padding: 0 10px;
- }
- #plane .main .Setting.msgBox {
- margin-right: 20px;
- color: #fff;
- font-style: 24px;
- }
- #plane .main .Setting.msgBox .title {
- font-size: 20px;
- color: #fff;
- margin-bottom: 10px;
- }
- #plane .main .Setting.msgBox .desc {
- font-size: 14px;
- color: rgba(255, 255, 255, 0.6);
- margin-bottom: 10px;
- }
- #plane .main .Setting .btnton {
- padding: 5px 10px;
- border: 1px solid #15BEC8;
- border-radius: 4px;
- cursor: pointer;
- }
- #plane .main .Setting .btnton:hover {
- background: #15BEC8;
- }
- .mapItem {
- border: 1px solid rgba(255, 255, 255, .2);
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 15px 10px;
- box-sizing: border-box;
- }
- .fileName {
- font-size: 14px;
- color: #fff;
- }
- .fileBtn {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .fileBtnicon {
- width: 20px;
- height: 20px;
- margin-right: 10px;
- cursor: pointer;
- }
- .fileBtnicon:last-of-type {
- margin-right: 0;
- }
- .fileDel {
- background: url(../img/icon/icon_del.png)no-repeat;
- background-size: 100%;
- }
- .fileHide {
- background: url(../img/icon/icon_hide.png)no-repeat;
- background-size: 100%;
- }
- .fileSave {
- background: url(../img/icon/icon_save.png)no-repeat;
- background-size: 100%;
- }
- .main_item_title {
- margin-bottom: 20px;
- }
- .dataBox {
- border: 1px solid rgba(255, 255, 255, .2);
- padding: 10px;
- box-sizing: border-box;
- margin-bottom: 20px;
- }
- .dataBox>p {
- margin: 10px 0;
- }
- .editBtn {
- width: 100%;
- height: 40px;
- border: 1px solid #15BEC8;
- border-radius: 4px;
- box-sizing: border-box;
- text-align: center;
- line-height: 40px;
- cursor: pointer;
- margin-bottom: 10px;
- }
- .editBtn:hover {
- background: #143537;
- }
|