|
@@ -60,12 +60,18 @@ body {
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.control_box {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+
|
|
.scrollBox {
|
|
.scrollBox {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- padding: 20px 57px 80px;
|
|
|
|
|
|
+ padding: 95px 57px 80px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -461,6 +467,7 @@ input::-webkit-input-placeholder {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ color: #15BEC8;
|
|
}
|
|
}
|
|
|
|
|
|
.editBtn:hover {
|
|
.editBtn:hover {
|
|
@@ -525,7 +532,7 @@ input::-webkit-input-placeholder {
|
|
height: 100%;
|
|
height: 100%;
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- padding: 20px 57px 20px;
|
|
|
|
|
|
+ padding: 70px 57px 20px;
|
|
}
|
|
}
|
|
|
|
|
|
#uploadBox .selectBox {
|
|
#uploadBox .selectBox {
|
|
@@ -561,7 +568,7 @@ input::-webkit-input-placeholder {
|
|
}
|
|
}
|
|
|
|
|
|
.el-popper[x-placement^=bottom] .popper__arrow::after {
|
|
.el-popper[x-placement^=bottom] .popper__arrow::after {
|
|
- border-bottom-color: rgba(255, 255, 255, 0.4) !important;
|
|
|
|
|
|
+ border-bottom-color: #141414 !important;
|
|
}
|
|
}
|
|
|
|
|
|
.el-select-dropdown .el-select-dropdown__item:hover {
|
|
.el-select-dropdown .el-select-dropdown__item:hover {
|
|
@@ -662,7 +669,7 @@ input::-webkit-input-placeholder {
|
|
.scene_control {}
|
|
.scene_control {}
|
|
|
|
|
|
.scene_control .delBtn {
|
|
.scene_control .delBtn {
|
|
- background: url(../img/icon/icon_del.png?4)no-repeat;
|
|
|
|
|
|
+ background: url(./img/icon/icon_del.png?4)no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
width: 14px;
|
|
width: 14px;
|
|
height: 14px;
|
|
height: 14px;
|
|
@@ -716,7 +723,7 @@ input::-webkit-input-placeholder {
|
|
}
|
|
}
|
|
|
|
|
|
.el-popper[x-placement^=top] .popper__arrow::after {
|
|
.el-popper[x-placement^=top] .popper__arrow::after {
|
|
- border-top-color: rgba(255, 255, 255, 0.4) !important;
|
|
|
|
|
|
+ border-top-color: #141414!important;
|
|
}
|
|
}
|
|
|
|
|
|
.el-button--primary {
|
|
.el-button--primary {
|
|
@@ -729,4 +736,188 @@ input::-webkit-input-placeholder {
|
|
|
|
|
|
.el-popconfirm__action button.el-button--text {
|
|
.el-popconfirm__action button.el-button--text {
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.headerBack {
|
|
|
|
+ height: auto;
|
|
|
|
+ width: 100%;
|
|
|
|
+ background: #141414;
|
|
|
|
+ padding: 0 52px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ z-index: 10;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.topBox {
|
|
|
|
+ height: 60px;
|
|
|
|
+ width: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: flex-start;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.headerBack .backIcon {
|
|
|
|
+ width: 24px;
|
|
|
|
+ height: 24px;
|
|
|
|
+ background: url(./img/icon/icon_back.png)no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.headerBack .headerTitle {
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#planePic {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ overflow-y: scroll;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ padding: 60px 47px 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.itemBox {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: auto;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ padding: 10px 0 10px 14px;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.itemBox.active {
|
|
|
|
+ background: #143537;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.itemBox.active::after {
|
|
|
|
+ content: '';
|
|
|
|
+ position: absolute;
|
|
|
|
+ width: 20px;
|
|
|
|
+ height: 20px;
|
|
|
|
+ background: url(./img/icon/selectBtn.png)no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ top: 8px;
|
|
|
|
+ right: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.itemBox .ctrlBox {}
|
|
|
|
+
|
|
|
|
+.itemBox .ctrlBox .ctrlTitle {
|
|
|
|
+ font-style: 18px;
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.btnBox {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ctrlBtn {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ border: 1px solid #15BEC8;
|
|
|
|
+ padding: 3px 5px;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ position: relative;
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ctrlBox .el-button {
|
|
|
|
+ border: none;
|
|
|
|
+ background: transparent;
|
|
|
|
+ padding: 0;
|
|
|
|
+ line-height: normal;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ctrlBtn.none {
|
|
|
|
+ border: 1px solid #cdcdcd;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ctrlIcon {
|
|
|
|
+ width: 12px;
|
|
|
|
+ height: 12px;
|
|
|
|
+ margin-right: 5px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.refreshIcon {
|
|
|
|
+ background: url(./img/icon/refreshBtn.png)no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.disableIcon {
|
|
|
|
+ background: url(./img/icon/disable-1.png)no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ctrlBtn.none .disableIcon {
|
|
|
|
+ background: url(./img/icon/disable-2.png)no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.downloadIcon {
|
|
|
|
+ background: url(./img/icon/download-1.png)no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ctrlBtn.none .downloadIcon {
|
|
|
|
+ background: url(./img/icon/download-2.png)no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.uploadIcon {
|
|
|
|
+ background: url(./img/icon/upload-1.png)no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ctrlBtn.none .uploadIcon {
|
|
|
|
+ background: url(./img/icon/upload-2.png)no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ctrlText {
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ color: #15BEC8;
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ctrlBtn.none .ctrlText {
|
|
|
|
+ color: #cdcdcd;
|
|
|
|
+ cursor: no-drop;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.tipBox {
|
|
|
|
+ width: 18px;
|
|
|
|
+ height: 18px;
|
|
|
|
+ background: url(./img/icon/tipBtn.png)no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 50%;
|
|
|
|
+ right: -30px;
|
|
|
|
+ transform: translateY(-50%);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#planePic .tipText {
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ color: #999;
|
|
|
|
+ line-height: 20px;
|
|
|
|
+ padding: 5px 15px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ background: #000;
|
|
|
|
+ margin-top: 10px;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.el-popconfirm__main {
|
|
|
|
+ max-width: 220px;
|
|
|
|
+ font-size: 14px;
|
|
}
|
|
}
|