|
@@ -0,0 +1,1098 @@
|
|
|
+.el-input__inner {
|
|
|
+ background-color: transparent;
|
|
|
+ height: 24px !important;
|
|
|
+ line-height: 24px !important;
|
|
|
+ color: #fff;
|
|
|
+ border: 1px solid #05ddf7;
|
|
|
+}
|
|
|
+.el-input__icon {
|
|
|
+ line-height: 24px;
|
|
|
+}
|
|
|
+.el-select-dropdown {
|
|
|
+ color: #fff;
|
|
|
+ border: 1px solid #05ddf7;
|
|
|
+ background-color: #041937;
|
|
|
+}
|
|
|
+.el-select-dropdown__item.hover,
|
|
|
+.el-select-dropdown__item:hover {
|
|
|
+ background-color: transparent;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.el-select-dropdown__item {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.el-range-editor.is-active,
|
|
|
+.el-range-editor.is-active:hover,
|
|
|
+.el-select .el-input.is-focus .el-input__inner {
|
|
|
+ border-color: #05ddf7;
|
|
|
+}
|
|
|
+.el-popper .popper__arrow {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.el-select .el-input__inner:focus {
|
|
|
+ border-color: #05ddf7;
|
|
|
+}
|
|
|
+.el-select .el-input__inner:active {
|
|
|
+ border-color: #05ddf7;
|
|
|
+}
|
|
|
+.el-select .el-input__inner:hover {
|
|
|
+ border-color: #05ddf7;
|
|
|
+}
|
|
|
+.el-select .el-input .el-select__caret {
|
|
|
+ color: #05ddf7;
|
|
|
+}
|
|
|
+.el-select-dropdown__item.selected {
|
|
|
+ color: #05ddf7 !important;
|
|
|
+}
|
|
|
+.el-select:hover .el-input__inner {
|
|
|
+ border-color: #05ddf7 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-dialog__header {
|
|
|
+ padding: 0px;
|
|
|
+}
|
|
|
+.el-dialog__footer {
|
|
|
+ padding: 0px;
|
|
|
+}
|
|
|
+.el-dialog__body {
|
|
|
+ padding: 0;
|
|
|
+ color: #606266;
|
|
|
+ font-size: 14px;
|
|
|
+ word-break: break-all;
|
|
|
+ border-radius: 6px;
|
|
|
+}
|
|
|
+.el-dialog {
|
|
|
+ position: relative;
|
|
|
+ margin: 0 auto 50px;
|
|
|
+ /* background: #082D59; */
|
|
|
+ background: #082d59;
|
|
|
+ border-radius: 6px;
|
|
|
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
|
|
|
+ box-sizing: border-box;
|
|
|
+ width: 50%;
|
|
|
+}
|
|
|
+
|
|
|
+.el-date-editor .el-range-input {
|
|
|
+ background: transparent;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+.el-date-editor .el-range-separator {
|
|
|
+ color: #fff;
|
|
|
+ line-height: 16px;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+.el-date-editor .el-range__icon {
|
|
|
+ line-height: 16px;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+.el-date-editor .el-range__close-icon {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #05ddf7;
|
|
|
+ width: 25px;
|
|
|
+ display: inline-block;
|
|
|
+ float: right;
|
|
|
+ line-height: 16px;
|
|
|
+}
|
|
|
+.el-picker-panel {
|
|
|
+ color: #fff;
|
|
|
+ border: 1px solid #05ddf7;
|
|
|
+ background-color: #041937;
|
|
|
+}
|
|
|
+.el-date-table th {
|
|
|
+ color: #fff;
|
|
|
+ border-bottom: solid 1px #05ddf7;
|
|
|
+}
|
|
|
+.el-date-range-picker__content.is-left {
|
|
|
+ border-right: 1px solid #05ddf7;
|
|
|
+}
|
|
|
+
|
|
|
+.el-range-editor.el-input__inner:hover {
|
|
|
+ border-color: #05ddf7;
|
|
|
+}
|
|
|
+.el-date-table td.in-range div,
|
|
|
+.el-date-table td.in-range div:hover,
|
|
|
+.el-date-table.is-week-mode .el-date-table__row.current div,
|
|
|
+.el-date-table.is-week-mode .el-date-table__row:hover div {
|
|
|
+ background-color: #05ddf7;
|
|
|
+}
|
|
|
+.el-date-table td.end-date span,
|
|
|
+.el-date-table td.start-date span {
|
|
|
+ background-color: #041937;
|
|
|
+}
|
|
|
+.el-date-table td.today span {
|
|
|
+ color: #05ddf7;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+.el-date-table td.today span:hover {
|
|
|
+ color: #05ddf7;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+.el-picker-panel__icon-btn {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #05ddf7;
|
|
|
+ border: 0;
|
|
|
+ background: 0 0;
|
|
|
+ cursor: pointer;
|
|
|
+ outline: 0;
|
|
|
+ margin-top: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.screen-wrapper {
|
|
|
+ /* margin: 0 !important; */
|
|
|
+}
|
|
|
+.el-dialog__wrapper {
|
|
|
+ z-index: 10000 !important;
|
|
|
+}
|
|
|
+.v-modal {
|
|
|
+ /* background: transparent !important; */
|
|
|
+ z-index: -1 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.task_screen_cotainer_b {
|
|
|
+ background-image: url("../assets/img/bg.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ padding: 108px 10px 10px 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.dialog_map_box {
|
|
|
+ /* background-image:url('../assets/img/bg.jpg'); */
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ /* background-size:100% 100%; */
|
|
|
+ /* padding: 108px 10px 10px 10px; */
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+.task_header_b {
|
|
|
+ color: #fff;
|
|
|
+ font-weight: 600;
|
|
|
+ font-size: 28px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ padding-top: 18px;
|
|
|
+ font-family: YouSheBiaoTiHei;
|
|
|
+ color: #ffffff;
|
|
|
+
|
|
|
+ position: absolute;
|
|
|
+ top: 31px;
|
|
|
+ left: 50%;
|
|
|
+ right: 50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+.tag {
|
|
|
+ background: linear-gradient(140deg, #48a5e8 0%, #0a427c 50%, #1d71af 100%);
|
|
|
+ border-radius: 6px;
|
|
|
+ opacity: 1;
|
|
|
+ border: 3px solid;
|
|
|
+ border-image: linear-gradient(180deg, rgba(101, 178, 215, 1), rgba(255, 255, 255, 1), rgba(53, 123, 174, 1)) 1 1;
|
|
|
+
|
|
|
+ width: 100px;
|
|
|
+ height: 40px;
|
|
|
+ position: absolute;
|
|
|
+ top: 55px;
|
|
|
+ left: 1%;
|
|
|
+ right: 50%;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-weight: 550;
|
|
|
+ font-size: 20px;
|
|
|
+ text-align: center;
|
|
|
+ /*justify-content: center;*/
|
|
|
+ padding-top: 3px;
|
|
|
+ padding-bottom: 2px;
|
|
|
+ /*color: #FFF;*/
|
|
|
+
|
|
|
+ /*position: absolute;*/
|
|
|
+ /*top: 70px;*/
|
|
|
+ /*left: 3%;*/
|
|
|
+ /*right: 50%;*/
|
|
|
+ /*transform: translate(-50% , -50%);*/
|
|
|
+ /*white-space: nowrap;*/
|
|
|
+}
|
|
|
+.tag:hover{
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.task_name_header {
|
|
|
+ color: #fff;
|
|
|
+ font-weight: 600;
|
|
|
+ font-size: 22px;
|
|
|
+ font-family: YouSheBiaoTiHei;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ position: relative;
|
|
|
+ z-index: 100;
|
|
|
+ top: -34px;
|
|
|
+}
|
|
|
+
|
|
|
+.content_cotainer_b {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ /*margin: auto;*/
|
|
|
+ align-items: flex-start;
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+}
|
|
|
+.task_base_info_table {
|
|
|
+ width: 420px;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ /* border: 1px solid #4F8BC7; */
|
|
|
+ border-radius: 6px;
|
|
|
+ height: 100%;
|
|
|
+ margin-right: 10px;
|
|
|
+ position: relative;
|
|
|
+ z-index: 100;
|
|
|
+ overflow: hidden;
|
|
|
+
|
|
|
+ background-image: url("../assets/img/newleft.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+ padding: 24px 24px 5px 24px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.center_chart_cotainer_b {
|
|
|
+ height: 100%;
|
|
|
+ /*margin-right: 10px;*/
|
|
|
+ width: calc(100% - 770px);
|
|
|
+
|
|
|
+}
|
|
|
+/*.center_chart_cotainer {*/
|
|
|
+/* height: 100%;*/
|
|
|
+/* margin-right: 10px;*/
|
|
|
+/* width: 100%;*/
|
|
|
+/*}*/
|
|
|
+.center_chart_cotainer_task {
|
|
|
+ height: 100%;
|
|
|
+ /*margin-right: 10px;*/
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.task_chart_cotainer {
|
|
|
+ width: 350px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 6px;
|
|
|
+ height: 100%;
|
|
|
+ padding-bottom: 10px;
|
|
|
+
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
+}
|
|
|
+.task_detail_cotainer_b {
|
|
|
+ width: 100%;
|
|
|
+ padding: 24px 10px 20px 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #4f8bc7;
|
|
|
+ border-radius: 6px;
|
|
|
+ height: calc(100% - 250px);
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+}
|
|
|
+/*.task_detail_cotainer {*/
|
|
|
+/* width: 100%;*/
|
|
|
+/* padding: 24px 10px 20px 10px;*/
|
|
|
+/* box-sizing: border-box;*/
|
|
|
+/* border: 1px solid #4f8bc7;*/
|
|
|
+/* border-radius: 6px;*/
|
|
|
+/* height: 100% ;*/
|
|
|
+/* position: relative;*/
|
|
|
+/*}*/
|
|
|
+.task_detail_cotainer_task {
|
|
|
+ width: 100%;
|
|
|
+ padding: 24px 10px 20px 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #4f8bc7;
|
|
|
+ border-radius: 6px;
|
|
|
+ height: 100%;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.task_detail_dialog {
|
|
|
+ width: 100%;
|
|
|
+ padding: 48px 20px 20px 20px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #4f8bc7;
|
|
|
+ border-radius: 6px;
|
|
|
+ /*margin-top: 10px;*/
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.inner_info_table {
|
|
|
+ opacity: 0.5;
|
|
|
+ background: linear-gradient(270deg, #10427b 0%, #031429 100%);
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ border: 1px solid #4f8bc7;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+.task_other_cotainer {
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 6px;
|
|
|
+ height: 86vh;
|
|
|
+}
|
|
|
+.header_line_style {
|
|
|
+ height: 10px;
|
|
|
+ position: absolute;
|
|
|
+ top: -2px;
|
|
|
+ width: 100%;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ border-radius: 6px;
|
|
|
+ background-image: linear-gradient(to right, #0674ef 0%, #45fec1 100%);
|
|
|
+}
|
|
|
+.headerTitle {
|
|
|
+ background-image: url("../assets/img/headerTitle.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ width: 100%;
|
|
|
+ height: 40px;
|
|
|
+ background-size: 50% 100%;
|
|
|
+ position: absolute;
|
|
|
+ left: 75%;
|
|
|
+ right: 50%;
|
|
|
+ top: 6px;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+}
|
|
|
+.chart_item_box {
|
|
|
+ width: 100%;
|
|
|
+ height: 33%;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ /* border: 1px solid #4F8BC7; */
|
|
|
+ border-radius: 6px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ background-image: url("../assets/img/newModule.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+ padding: 20px 12px 5px 12px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.chart_item_box_foooter {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ /* border: 1px solid #4F8BC7; */
|
|
|
+ border-radius: 6px;
|
|
|
+
|
|
|
+ background-image: url("../assets/img/newLong.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+ padding: 18px 24px 5px 24px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.task_footer_chart {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 10px;
|
|
|
+ height: 240px;
|
|
|
+}
|
|
|
+.task_number_box {
|
|
|
+ width: 100%;
|
|
|
+ height: 80px;
|
|
|
+ background: linear-gradient(140deg, #48a5e8 0%, #0a427c 50%, #1d71af 100%);
|
|
|
+ border-radius: 6px;
|
|
|
+ opacity: 1;
|
|
|
+ border: 1px solid;
|
|
|
+ border-image: linear-gradient(180deg, rgba(101, 178, 215, 1), rgba(255, 255, 255, 1), rgba(53, 123, 174, 1)) 1 1;
|
|
|
+ margin: 0 20px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 20px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ color: #fff;
|
|
|
+ margin-left: 0;
|
|
|
+}
|
|
|
+.subject_number_box {
|
|
|
+ width: 220px;
|
|
|
+ height: 60px;
|
|
|
+ background: linear-gradient(140deg, #48a5e8 0%, #0a427c 50%, #1d71af 100%);
|
|
|
+ border-radius: 6px;
|
|
|
+ opacity: 1;
|
|
|
+ border: 1px solid;
|
|
|
+ border-image: linear-gradient(180deg, rgba(101, 178, 215, 1), rgba(255, 255, 255, 1), rgba(53, 123, 174, 1)) 1 1;
|
|
|
+ margin: 0 20px 10px 20px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 20px 20px 20px 0px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ color: #fff;
|
|
|
+ margin-left: 0;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+.task_outer_cotnainer {
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.task_list_container {
|
|
|
+ color: #fff;
|
|
|
+ /* height: 85vh; */
|
|
|
+ height: 90%;
|
|
|
+ overflow-y: auto;
|
|
|
+ width: 100%;
|
|
|
+ padding: 20px 0px 20px 0;
|
|
|
+ box-sizing: border-box;
|
|
|
+ overflow-x: hidden;
|
|
|
+}
|
|
|
+.taskNumber_style {
|
|
|
+ font-size: 50px;
|
|
|
+ font-family: YouSheBiaoTiHei;
|
|
|
+ color: rgb(8, 252, 183);
|
|
|
+ line-height: 65px;
|
|
|
+ text-shadow: 0px 4px 4px #004279;
|
|
|
+}
|
|
|
+.SubjectNumber_style {
|
|
|
+ font-size: 30px;
|
|
|
+ font-family: YouSheBiaoTiHei;
|
|
|
+ color: rgb(8, 252, 183);
|
|
|
+ line-height: 65px;
|
|
|
+ text-shadow: 0px 4px 4px #004279;
|
|
|
+}
|
|
|
+.task_num_left_style {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ font-size: 22px;
|
|
|
+ font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #ffffff;
|
|
|
+ letter-spacing: 1px;
|
|
|
+}
|
|
|
+.subject_num_left_style {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #ffffff;
|
|
|
+ letter-spacing: 0.5px;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+.task_list_header {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #ffffff;
|
|
|
+ line-height: 30px;
|
|
|
+ letter-spacing: 1px;
|
|
|
+ text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
|
|
|
+ margin-bottom: 0px;
|
|
|
+}
|
|
|
+.search_box {
|
|
|
+ margin: 10px 0 20px 0;
|
|
|
+}
|
|
|
+.task_item_left {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+.left_point {
|
|
|
+ width: 10px;
|
|
|
+ height: 10px;
|
|
|
+ background: #60fbd7;
|
|
|
+ opacity: 0.5;
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
+.left_line {
|
|
|
+ width: 1px;
|
|
|
+ border-right: 2px dashed #297c76;
|
|
|
+ min-height: 170px;
|
|
|
+ margin-left: 3px;
|
|
|
+}
|
|
|
+.task_item_container {
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-start;
|
|
|
+}
|
|
|
+.task_content_header {
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #6cfcdb;
|
|
|
+ margin-left: 10px;
|
|
|
+ margin-top: -8px;
|
|
|
+}
|
|
|
+.task_content_description {
|
|
|
+ padding: 10px 0px 0 10px;
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-start;
|
|
|
+ box-sizing: border-box;
|
|
|
+ margin-left: 10px;
|
|
|
+ margin-top: 10px;
|
|
|
+ /* background: #004279; */
|
|
|
+}
|
|
|
+.task_name {
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+.task_participantName {
|
|
|
+ margin-top: 10px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: PingFangSC-Light, PingFang SC;
|
|
|
+ font-weight: 300;
|
|
|
+ color: #ffffff;
|
|
|
+ opacity: 0.6;
|
|
|
+ width: 305px;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+.task_date_box {
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ margin-top: 10px;
|
|
|
+}
|
|
|
+.task_data {
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-start;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.view_more {
|
|
|
+ background: rgba(3, 79, 135, 0.24);
|
|
|
+ border-radius: 2px;
|
|
|
+ border: 1px solid #05ddf7;
|
|
|
+ padding: 2px 20px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-align: center;
|
|
|
+ margin: 10px 0;
|
|
|
+ width: 50%;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+.view_more:hover {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.task_content_right {
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+.task_content_box {
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
+.date_between {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
+.grade_box {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.grade_item {
|
|
|
+ font-size: 40px;
|
|
|
+ font-family: YouSheBiaoTiHei;
|
|
|
+ color: #f1d73a;
|
|
|
+ text-shadow: 0px 4px 4px #004279;
|
|
|
+ min-width: 70px;
|
|
|
+ text-align: center;
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: -20px;
|
|
|
+}
|
|
|
+::-webkit-scrollbar {
|
|
|
+ /* 去除滚动条 */
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ opacity: 0;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.noTaskData {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ padding-top: 100px;
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
+.inner_info_table_status {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.inner_info_table_precent {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.task_dialog_box {
|
|
|
+ background: linear-gradient(295deg, #000712 0%, #00040b 100%);
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.task_dialog_box_other {
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.task_dialog_name {
|
|
|
+ margin-bottom: 12px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+.task_dialog_particpater {
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: PingFangSC-Light, PingFang SC;
|
|
|
+ font-weight: 300;
|
|
|
+ color: #d2d7de;
|
|
|
+}
|
|
|
+.task_date_status {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ background: #021735;
|
|
|
+ padding: 6px 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ margin-bottom: 12px;
|
|
|
+}
|
|
|
+.date_task_dialog {
|
|
|
+ color: #f9fafa;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+.status_task_dialog {
|
|
|
+ color: #6cfcdb;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+.subject_item_header {
|
|
|
+ display: flex;
|
|
|
+ align-content: flex-start;
|
|
|
+}
|
|
|
+.subject_item_header:hover {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.subject_child_item {
|
|
|
+ padding-left: 25px;
|
|
|
+ line-height: 24px;
|
|
|
+}
|
|
|
+.suvject_item_container {
|
|
|
+ color: #f9fafa;
|
|
|
+ font-size: 14px;
|
|
|
+ padding-top: 8px;
|
|
|
+}
|
|
|
+.download_file:hover {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.download_file {
|
|
|
+ color: #6cfcdb;
|
|
|
+}
|
|
|
+.view_table_style {
|
|
|
+ border: 1px solid #6cfcdb;
|
|
|
+ padding: 3px 20px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.view_table_style:hover {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.dialog_footer_box {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ margin-top: 24px;
|
|
|
+}
|
|
|
+.dialog_footer_box:hover {
|
|
|
+ /* cursor: pointer; */
|
|
|
+}
|
|
|
+.task_item_header_b {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ margin-top:-15px;
|
|
|
+}
|
|
|
+.fullScreenStyle:hover {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.task_header_top_b {
|
|
|
+ height: 50%;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-start;
|
|
|
+ justify-content: space-between;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.task_header_footer_b {
|
|
|
+ height: 50%;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ color: #fff;
|
|
|
+ padding-top: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.task_header_footer_task {
|
|
|
+ height: 48%;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ color: #fff;
|
|
|
+ padding-top: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.task_header_footer_task_new {
|
|
|
+ height: 50%;
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+ color: #fff;
|
|
|
+ padding-top: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.subject_task_item {
|
|
|
+ width: 36%;
|
|
|
+ height: 100%;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ /* border: 1px solid #4F8BC7; */
|
|
|
+ border-radius: 6px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ margin-right: 10px;
|
|
|
+
|
|
|
+ background-image: url("../assets/img/opitty.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+ padding: 8px 14px 5px 14px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.subject_task_item_task {
|
|
|
+ width: 28%;
|
|
|
+ height: 100%;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ /* border: 1px solid #4F8BC7; */
|
|
|
+ border-radius: 6px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ margin-right: 10px;
|
|
|
+
|
|
|
+ background-image: url("../assets/img/opitty.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+ padding: 8px 14px 5px 14px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.commandMonitoring {
|
|
|
+ width: 30%;
|
|
|
+ height: 100%;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ /* border: 1px solid #4F8BC7; */
|
|
|
+ border-radius: 6px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+
|
|
|
+ background-image: url("../assets/img/opitty.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+ padding: 8px 14px 5px 14px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.commandMonitoring_task {
|
|
|
+ width: 28%;
|
|
|
+ height: 100%;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ /* border: 1px solid #4F8BC7; */
|
|
|
+ border-radius: 6px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ background-image: url("../assets/img/opitty.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+ padding: 8px 14px 5px 14px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.unit_map_box {
|
|
|
+ width: 34%;
|
|
|
+ height: 100%;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ /* border: 1px solid #4F8BC7; */
|
|
|
+ border-radius: 6px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ margin-right: 10px;
|
|
|
+
|
|
|
+ background-image: url("../assets/img/opitty.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+ padding: 8px 14px 5px 14px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+.unit_map_box_task {
|
|
|
+ width: 44%;
|
|
|
+ height: 100%;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ /* border: 1px solid #4F8BC7; */
|
|
|
+ border-radius: 6px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ margin-right: 10px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ background-image: url("../assets/img/opitty.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+ padding: 8px 14px 5px 14px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+.unit_map_box_task_new {
|
|
|
+ width: 72%;
|
|
|
+ height: 100%;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ /* border: 1px solid #4F8BC7; */
|
|
|
+ border-radius: 6px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+
|
|
|
+ background-image: url("../assets/img/opitty.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+ padding: 8px 14px 5px 14px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+.select_lsit_box {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+.search_button {
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid #05ddf7;
|
|
|
+ padding: 3px 13px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ white-space: nowrap;
|
|
|
+ margin-bottom: 0px;
|
|
|
+ margin-left: 10px;
|
|
|
+ font-size: small;
|
|
|
+}
|
|
|
+.search_button:hover {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.subject_list_item {
|
|
|
+ background: #072347;
|
|
|
+ width: 100%;
|
|
|
+ margin-bottom: 8px;
|
|
|
+}
|
|
|
+.subject_list_item_new {
|
|
|
+ background: #072347;
|
|
|
+ width: 100%;
|
|
|
+ margin-bottom: 8px;
|
|
|
+}
|
|
|
+.subject_list_item_new:hover {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.subject_list_header {
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-start;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 10px 10px 0 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+.orgainzers {
|
|
|
+ color: #8d9bab;
|
|
|
+ margin: 8px 0 8px 0;
|
|
|
+}
|
|
|
+.system_task_style {
|
|
|
+ background: #021736;
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #ffffff;
|
|
|
+ padding: 4px 10px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.subject_list_container {
|
|
|
+ height: calc(100% - 48px);
|
|
|
+ overflow-y: auto;
|
|
|
+}
|
|
|
+.task_outer_cotnainer_status {
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.map_more_box {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.moreBtn_style:hover {
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+}
|
|
|
+.subject_list_container_int {
|
|
|
+ height: calc(100% - 38px);
|
|
|
+ overflow-y: auto;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.header {
|
|
|
+ background: #004279 !important;
|
|
|
+}
|
|
|
+.header-item {
|
|
|
+ font-size: 12px !important;
|
|
|
+}
|
|
|
+.row-item {
|
|
|
+ font-size: 12px !important;
|
|
|
+}
|
|
|
+.task_other_cotainer_scrool {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.num_subject_left {
|
|
|
+ width: 75%;
|
|
|
+ height: 50%;
|
|
|
+ margin-right: 0px;
|
|
|
+ margin-top: 36px;
|
|
|
+}
|
|
|
+.num_subject_right {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ position: relative;
|
|
|
+ right: 10px;
|
|
|
+}
|
|
|
+.num_subject_box {
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-start;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.num_subject_box_new {
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+.subject_status_precent {
|
|
|
+ position: absolute;
|
|
|
+ top: -5px;
|
|
|
+ font-size: 14px;
|
|
|
+ left: 39%;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #37d3f3;
|
|
|
+}
|
|
|
+.subject_status_precent_task {
|
|
|
+ position: absolute;
|
|
|
+ top: -5px;
|
|
|
+ font-size: 12px;
|
|
|
+ left: 50%;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #37d3f3;
|
|
|
+}
|
|
|
+.center_no_data {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ margin-top: 40px;
|
|
|
+}
|
|
|
+.leftCirIcon_left_top {
|
|
|
+ position: absolute;
|
|
|
+ left: -5px;
|
|
|
+ top: -2px;
|
|
|
+ /* box-shadow: 0px 0px 4px 0px #94E1FD; */
|
|
|
+}
|
|
|
+.leftCirIcon_left_bottom {
|
|
|
+ position: absolute;
|
|
|
+ bottom: -5px;
|
|
|
+ left: -5px;
|
|
|
+ transform: rotate(-90deg);
|
|
|
+ /* box-shadow: 0px 0px 4px 0px #94E1FD; */
|
|
|
+}
|
|
|
+.showLessStyle:hover {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.tempalte_no_data {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #fff;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+.new_style_grade {
|
|
|
+ position: absolute;
|
|
|
+ top: -80px;
|
|
|
+}
|
|
|
+.border_new_style {
|
|
|
+ border: 1px solid #ccc;
|
|
|
+ border-top: none;
|
|
|
+ border-right: none;
|
|
|
+}
|
|
|
+.video_title {
|
|
|
+ margin: 5px 0 14px 0;
|
|
|
+ font-weight: 600;
|
|
|
+ font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #ffffff;
|
|
|
+ text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.video_title_new_child {
|
|
|
+ margin: 5px 0 14px 0;
|
|
|
+ font-weight: 600;
|
|
|
+ font-family: PingFangSC-Semibold, PingFang SC;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #ffffff;
|
|
|
+ text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
|
|
|
+ font-size: 14px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.play_to_full {
|
|
|
+ color: #37d3f3;
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+.play_to_full:hover {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.plugin {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.video_body1 {
|
|
|
+ min-height: 80%;
|
|
|
+ max-height: 80%;
|
|
|
+ min-width: 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.video_body2 {
|
|
|
+ min-height: 90%;
|
|
|
+ max-height: 90%;
|
|
|
+ min-width: 100%;
|
|
|
+ max-width: 100%;
|
|
|
+}
|