diff --git a/src/assets/styles/fxddMap.scss b/src/assets/styles/fxddMap.scss index d631fce..60daf54 100644 --- a/src/assets/styles/fxddMap.scss +++ b/src/assets/styles/fxddMap.scss @@ -1,212 +1,228 @@ // 弹窗 #dialogContent { // background: linear-gradient(0deg, rgba(25, 96, 187, 0.9) 0%, rgba(41, 103, 173, 0.6) 100%) !important; - background: rgba(14,69,89,0.9) !important; - border: 1px solid #15D2FD; + background: rgba(14, 69, 89, 0.9) !important; + border: 1px solid #15d2fd; // box-shadow: 0px 0px 40px rgba(0, 21, 41, 0.35) !important; margin-top: 18vh !important; z-index: 999999999; border-radius: 2px; - .el-dialog__header { background: url('@/assets/newImgs/partBg.png') no-repeat; width: 98%; // background-size: 100% 100%; - height: 40px; - margin-right: 0; - border-bottom: none !important; - display: flex; - align-items: center; - border-top-left-radius: 10px; - border-top-left-radius: 10px; + height: 40px; + margin-right: 0; + border-bottom: none !important; + display: flex; + align-items: center; + border-top-left-radius: 10px; + border-top-left-radius: 10px; } .el-dialog__footer { - border-top: none; + border-top: none; } .el-dialog__title { - font-family: Source Han Sans CN; - font-weight: bold; - font-size: 17px; - color: #E0E5FA; - display: inline-block; - padding-left: 30px; - margin-bottom: 5px; + font-family: Source Han Sans CN; + font-weight: bold; + font-size: 17px; + color: #e0e5fa; + display: inline-block; + padding-left: 30px; + margin-bottom: 5px; } .el-dialog__headerbtn { - top: -3px; + top: -3px; - .el-dialog__close { - color: #89DCFF !important; - } + .el-dialog__close { + color: #89dcff !important; + } } - .el-dialog__body {} + .el-dialog__body { + } .el-button--default { - // width: 110px; - height: 32px; - border-radius: 2px; - font-family: Source Han Sans CN; - font-weight: bold; - font-size: 16px; - color: #FFFFFF; - line-height: 32px; - background: #0E4559FF; - border-radius: 6px; - border: 1px solid #0E4559FF; - + // width: 110px; + height: 32px; + border-radius: 2px; + font-family: Source Han Sans CN; + font-weight: bold; + font-size: 16px; + color: #ffffff; + line-height: 32px; + background: #0e4559ff; + border-radius: 6px; + border: 1px solid #0e4559ff; } .el-button--primary { - background: #30A0E4 !important; - border: 1px solid #47AFFE; - border-radius: 8px; + background: #30a0e4 !important; + border: 1px solid #47affe; + border-radius: 8px; - .el-icon { - color: #FFFFFF !important; - } + .el-icon { + color: #ffffff !important; + } } .form { - .el-form-item { - position: relative; - margin-bottom: 30px; + .el-form-item { + position: relative; + margin-bottom: 30px; - &::after { - position: absolute; - left: 0; - right: 0; - bottom: -15px; - height: 1px; - content: ''; - background: #347ee5; - } - - &:last-child { - &::after { - height: 0; - } - } + &::after { + position: absolute; + left: 0; + right: 0; + bottom: -15px; + height: 1px; + content: ''; + background: #347ee5; } + + &:last-child { + &::after { + height: 0; + } + } + } } .el-form--inline .el-form-item { - margin-right: 8px !important; + margin-right: 8px !important; } .el-form-item__label { font-family: Source Han Sans CN; -font-weight: 400; -font-size: 16px; -color: #FFFFFF; + font-weight: 400; + font-size: 16px; + color: #ffffff; } .el-tabs__nav-scroll { - .el-tabs__item { - font-size: 16px !important; - color: #ffffff; - } + .el-tabs__item { + font-size: 16px !important; + color: #ffffff; + } - .is-active { - color: #409eff !important; - } + .is-active { + color: #409eff !important; + } - &::after { - background-color: red; - } - + &::after { + background-color: red; + } } .el-tag.el-tag--info { - background-color: transparent; - color: #9EC4FF; + background-color: transparent; + color: #9ec4ff; } .el-date-editor .el-range-input, .el-icon, .el-range-separator { - color: #D3F6FF !important; - font-size: 16px !important; + color: #d3f6ff !important; + font-size: 16px !important; } - - .el-textarea__inner { - background: #0E4559FF; - border-radius: 6px; - border: 1px solid #1CF5FCFF; - box-shadow: none !important; - color: #D3F6FF; + background: #0e4559ff; + border-radius: 6px; + border: 1px solid #1cf5fcff; + box-shadow: none !important; + color: #d3f6ff; + font-family: Source Han Sans CN; + font-weight: 500; + font-size: 16px !important; + + &::placeholder { + color: #d3f6ff; + font-family: Source Han Sans CN; + font-weight: 500; + font-size: 16px !important; + } + } + + .el-input__wrapper { + box-shadow: none !important; + height: 35px !important; + background: #0e4559ff !important; + border-radius: 6px !important; + border: 1px solid #1cf5fcff !important; + font-size: 16px !important; + + .el-input__prefix { + color: #d3f6ff; + } + + .el-input__inner { + height: 35px !important; + color: #d3f6ff; font-family: Source Han Sans CN; font-weight: 500; font-size: 16px !important; &::placeholder { - color: #D3F6FF; - font-family: Source Han Sans CN; - font-weight: 500; - font-size: 16px !important; + color: #d3f6ff; + font-family: Source Han Sans CN; + font-weight: 500; + font-size: 16px !important; } - } - - .el-input__wrapper { - box-shadow: none !important; - height: 35px !important; - background: #0E4559FF !important; - border-radius: 6px !important; - border: 1px solid #1CF5FCFF !important; - font-size: 16px !important; - - .el-input__prefix { - color: #D3F6FF; - } - - .el-input__inner { - height: 35px !important; - color: #D3F6FF; - font-family: Source Han Sans CN; - font-weight: 500; - font-size: 16px !important; - - &::placeholder { - color: #D3F6FF; - font-family: Source Han Sans CN; - font-weight: 500; - font-size: 16px !important; - } - } + } } } - // 下拉 - .picker.el-select { - width: 85px; - .el-input { - .el-input__wrapper { - // background: #061b3f; - box-shadow: none !important; - // border-radius: 4px; - height: 32px !important; - background: #00344FFF; - border-radius: 2px; - border: 1px solid #1CF5FCFF; +// 下拉 +.picker.el-select { + .el-input { + .el-input__wrapper { + // background: #061b3f; + box-shadow: none !important; + // border-radius: 4px; + // height: 32px !important; + background: #00344fff; + border-radius: 2px; + border: 1px solid #1cf5fcff; - .el-input__inner { - height: 32px !important; - color: #fff !important; - font-family: Source Han Sans CN; - font-weight: 500; + .el-input__inner { + // height: 32px !important; + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; - &::placeholder { - color: #fff !important; - font-family: Source Han Sans CN; - font-weight: 500; - } - } + &::placeholder { + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; } + } } + } +} +.datePicker { + .el-input { + .el-input__wrapper { + box-shadow: none !important; + background: #00344fff; + border-radius: 2px; + border: 1px solid #1cf5fcff; + .el-input__inner { + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; + + &::placeholder { + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; + } + } + } + } } diff --git a/src/assets/styles/fxddMap.scss b/src/assets/styles/fxddMap.scss index d631fce..60daf54 100644 --- a/src/assets/styles/fxddMap.scss +++ b/src/assets/styles/fxddMap.scss @@ -1,212 +1,228 @@ // 弹窗 #dialogContent { // background: linear-gradient(0deg, rgba(25, 96, 187, 0.9) 0%, rgba(41, 103, 173, 0.6) 100%) !important; - background: rgba(14,69,89,0.9) !important; - border: 1px solid #15D2FD; + background: rgba(14, 69, 89, 0.9) !important; + border: 1px solid #15d2fd; // box-shadow: 0px 0px 40px rgba(0, 21, 41, 0.35) !important; margin-top: 18vh !important; z-index: 999999999; border-radius: 2px; - .el-dialog__header { background: url('@/assets/newImgs/partBg.png') no-repeat; width: 98%; // background-size: 100% 100%; - height: 40px; - margin-right: 0; - border-bottom: none !important; - display: flex; - align-items: center; - border-top-left-radius: 10px; - border-top-left-radius: 10px; + height: 40px; + margin-right: 0; + border-bottom: none !important; + display: flex; + align-items: center; + border-top-left-radius: 10px; + border-top-left-radius: 10px; } .el-dialog__footer { - border-top: none; + border-top: none; } .el-dialog__title { - font-family: Source Han Sans CN; - font-weight: bold; - font-size: 17px; - color: #E0E5FA; - display: inline-block; - padding-left: 30px; - margin-bottom: 5px; + font-family: Source Han Sans CN; + font-weight: bold; + font-size: 17px; + color: #e0e5fa; + display: inline-block; + padding-left: 30px; + margin-bottom: 5px; } .el-dialog__headerbtn { - top: -3px; + top: -3px; - .el-dialog__close { - color: #89DCFF !important; - } + .el-dialog__close { + color: #89dcff !important; + } } - .el-dialog__body {} + .el-dialog__body { + } .el-button--default { - // width: 110px; - height: 32px; - border-radius: 2px; - font-family: Source Han Sans CN; - font-weight: bold; - font-size: 16px; - color: #FFFFFF; - line-height: 32px; - background: #0E4559FF; - border-radius: 6px; - border: 1px solid #0E4559FF; - + // width: 110px; + height: 32px; + border-radius: 2px; + font-family: Source Han Sans CN; + font-weight: bold; + font-size: 16px; + color: #ffffff; + line-height: 32px; + background: #0e4559ff; + border-radius: 6px; + border: 1px solid #0e4559ff; } .el-button--primary { - background: #30A0E4 !important; - border: 1px solid #47AFFE; - border-radius: 8px; + background: #30a0e4 !important; + border: 1px solid #47affe; + border-radius: 8px; - .el-icon { - color: #FFFFFF !important; - } + .el-icon { + color: #ffffff !important; + } } .form { - .el-form-item { - position: relative; - margin-bottom: 30px; + .el-form-item { + position: relative; + margin-bottom: 30px; - &::after { - position: absolute; - left: 0; - right: 0; - bottom: -15px; - height: 1px; - content: ''; - background: #347ee5; - } - - &:last-child { - &::after { - height: 0; - } - } + &::after { + position: absolute; + left: 0; + right: 0; + bottom: -15px; + height: 1px; + content: ''; + background: #347ee5; } + + &:last-child { + &::after { + height: 0; + } + } + } } .el-form--inline .el-form-item { - margin-right: 8px !important; + margin-right: 8px !important; } .el-form-item__label { font-family: Source Han Sans CN; -font-weight: 400; -font-size: 16px; -color: #FFFFFF; + font-weight: 400; + font-size: 16px; + color: #ffffff; } .el-tabs__nav-scroll { - .el-tabs__item { - font-size: 16px !important; - color: #ffffff; - } + .el-tabs__item { + font-size: 16px !important; + color: #ffffff; + } - .is-active { - color: #409eff !important; - } + .is-active { + color: #409eff !important; + } - &::after { - background-color: red; - } - + &::after { + background-color: red; + } } .el-tag.el-tag--info { - background-color: transparent; - color: #9EC4FF; + background-color: transparent; + color: #9ec4ff; } .el-date-editor .el-range-input, .el-icon, .el-range-separator { - color: #D3F6FF !important; - font-size: 16px !important; + color: #d3f6ff !important; + font-size: 16px !important; } - - .el-textarea__inner { - background: #0E4559FF; - border-radius: 6px; - border: 1px solid #1CF5FCFF; - box-shadow: none !important; - color: #D3F6FF; + background: #0e4559ff; + border-radius: 6px; + border: 1px solid #1cf5fcff; + box-shadow: none !important; + color: #d3f6ff; + font-family: Source Han Sans CN; + font-weight: 500; + font-size: 16px !important; + + &::placeholder { + color: #d3f6ff; + font-family: Source Han Sans CN; + font-weight: 500; + font-size: 16px !important; + } + } + + .el-input__wrapper { + box-shadow: none !important; + height: 35px !important; + background: #0e4559ff !important; + border-radius: 6px !important; + border: 1px solid #1cf5fcff !important; + font-size: 16px !important; + + .el-input__prefix { + color: #d3f6ff; + } + + .el-input__inner { + height: 35px !important; + color: #d3f6ff; font-family: Source Han Sans CN; font-weight: 500; font-size: 16px !important; &::placeholder { - color: #D3F6FF; - font-family: Source Han Sans CN; - font-weight: 500; - font-size: 16px !important; + color: #d3f6ff; + font-family: Source Han Sans CN; + font-weight: 500; + font-size: 16px !important; } - } - - .el-input__wrapper { - box-shadow: none !important; - height: 35px !important; - background: #0E4559FF !important; - border-radius: 6px !important; - border: 1px solid #1CF5FCFF !important; - font-size: 16px !important; - - .el-input__prefix { - color: #D3F6FF; - } - - .el-input__inner { - height: 35px !important; - color: #D3F6FF; - font-family: Source Han Sans CN; - font-weight: 500; - font-size: 16px !important; - - &::placeholder { - color: #D3F6FF; - font-family: Source Han Sans CN; - font-weight: 500; - font-size: 16px !important; - } - } + } } } - // 下拉 - .picker.el-select { - width: 85px; - .el-input { - .el-input__wrapper { - // background: #061b3f; - box-shadow: none !important; - // border-radius: 4px; - height: 32px !important; - background: #00344FFF; - border-radius: 2px; - border: 1px solid #1CF5FCFF; +// 下拉 +.picker.el-select { + .el-input { + .el-input__wrapper { + // background: #061b3f; + box-shadow: none !important; + // border-radius: 4px; + // height: 32px !important; + background: #00344fff; + border-radius: 2px; + border: 1px solid #1cf5fcff; - .el-input__inner { - height: 32px !important; - color: #fff !important; - font-family: Source Han Sans CN; - font-weight: 500; + .el-input__inner { + // height: 32px !important; + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; - &::placeholder { - color: #fff !important; - font-family: Source Han Sans CN; - font-weight: 500; - } - } + &::placeholder { + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; } + } } + } +} +.datePicker { + .el-input { + .el-input__wrapper { + box-shadow: none !important; + background: #00344fff; + border-radius: 2px; + border: 1px solid #1cf5fcff; + .el-input__inner { + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; + + &::placeholder { + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; + } + } + } + } } diff --git a/src/views/oneMap/components/ZHHM_JCFX.vue b/src/views/oneMap/components/ZHHM_JCFX.vue index 2889e27..fda3f3c 100644 --- a/src/views/oneMap/components/ZHHM_JCFX.vue +++ b/src/views/oneMap/components/ZHHM_JCFX.vue @@ -1,25 +1,55 @@ - - + + + + 降雨日历统计 + + + + + + 内涝积水分析 + + + + + + + 典型项目分析 + + + 关键管网分析 + + @@ -33,11 +63,7 @@ position: absolute; left: 10px; top: 70px; - background: linear-gradient( - 0deg, - rgba(0, 43, 67, 0.8) 0%, - rgba(0, 69, 108, 0.8) 100% - ); + background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 69, 108, 0.8) 100%); border-radius: 6px; border: 1px solid #47eef3; box-sizing: border-box; @@ -50,16 +76,29 @@ position: absolute; right: 10px; top: 70px; - background: linear-gradient( - 0deg, - rgba(0, 43, 67, 0.8) 0%, - rgba(0, 69, 108, 0.8) 100% - ); + background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 69, 108, 0.8) 100%); border-radius: 6px; border: 1px solid #47eef3; box-sizing: border-box; padding: 10px; box-shadow: inset 0 0 5px 5px #47eef38a; } + .ComBox { + width: 100%; + box-sizing: border-box; + .Box_header { + width: 100%; + height: 43px; + background: url('@/assets/images/Sponge_screen/Box_HeaderBackground.png') no-repeat center; + background-size: cover; + font-family: PangMenZhengDao; + font-weight: 400; + font-size: 23px; + color: #ebfeff; + line-height: 43px; + box-sizing: border-box; + padding-left: 35px; + } + } } diff --git a/src/assets/styles/fxddMap.scss b/src/assets/styles/fxddMap.scss index d631fce..60daf54 100644 --- a/src/assets/styles/fxddMap.scss +++ b/src/assets/styles/fxddMap.scss @@ -1,212 +1,228 @@ // 弹窗 #dialogContent { // background: linear-gradient(0deg, rgba(25, 96, 187, 0.9) 0%, rgba(41, 103, 173, 0.6) 100%) !important; - background: rgba(14,69,89,0.9) !important; - border: 1px solid #15D2FD; + background: rgba(14, 69, 89, 0.9) !important; + border: 1px solid #15d2fd; // box-shadow: 0px 0px 40px rgba(0, 21, 41, 0.35) !important; margin-top: 18vh !important; z-index: 999999999; border-radius: 2px; - .el-dialog__header { background: url('@/assets/newImgs/partBg.png') no-repeat; width: 98%; // background-size: 100% 100%; - height: 40px; - margin-right: 0; - border-bottom: none !important; - display: flex; - align-items: center; - border-top-left-radius: 10px; - border-top-left-radius: 10px; + height: 40px; + margin-right: 0; + border-bottom: none !important; + display: flex; + align-items: center; + border-top-left-radius: 10px; + border-top-left-radius: 10px; } .el-dialog__footer { - border-top: none; + border-top: none; } .el-dialog__title { - font-family: Source Han Sans CN; - font-weight: bold; - font-size: 17px; - color: #E0E5FA; - display: inline-block; - padding-left: 30px; - margin-bottom: 5px; + font-family: Source Han Sans CN; + font-weight: bold; + font-size: 17px; + color: #e0e5fa; + display: inline-block; + padding-left: 30px; + margin-bottom: 5px; } .el-dialog__headerbtn { - top: -3px; + top: -3px; - .el-dialog__close { - color: #89DCFF !important; - } + .el-dialog__close { + color: #89dcff !important; + } } - .el-dialog__body {} + .el-dialog__body { + } .el-button--default { - // width: 110px; - height: 32px; - border-radius: 2px; - font-family: Source Han Sans CN; - font-weight: bold; - font-size: 16px; - color: #FFFFFF; - line-height: 32px; - background: #0E4559FF; - border-radius: 6px; - border: 1px solid #0E4559FF; - + // width: 110px; + height: 32px; + border-radius: 2px; + font-family: Source Han Sans CN; + font-weight: bold; + font-size: 16px; + color: #ffffff; + line-height: 32px; + background: #0e4559ff; + border-radius: 6px; + border: 1px solid #0e4559ff; } .el-button--primary { - background: #30A0E4 !important; - border: 1px solid #47AFFE; - border-radius: 8px; + background: #30a0e4 !important; + border: 1px solid #47affe; + border-radius: 8px; - .el-icon { - color: #FFFFFF !important; - } + .el-icon { + color: #ffffff !important; + } } .form { - .el-form-item { - position: relative; - margin-bottom: 30px; + .el-form-item { + position: relative; + margin-bottom: 30px; - &::after { - position: absolute; - left: 0; - right: 0; - bottom: -15px; - height: 1px; - content: ''; - background: #347ee5; - } - - &:last-child { - &::after { - height: 0; - } - } + &::after { + position: absolute; + left: 0; + right: 0; + bottom: -15px; + height: 1px; + content: ''; + background: #347ee5; } + + &:last-child { + &::after { + height: 0; + } + } + } } .el-form--inline .el-form-item { - margin-right: 8px !important; + margin-right: 8px !important; } .el-form-item__label { font-family: Source Han Sans CN; -font-weight: 400; -font-size: 16px; -color: #FFFFFF; + font-weight: 400; + font-size: 16px; + color: #ffffff; } .el-tabs__nav-scroll { - .el-tabs__item { - font-size: 16px !important; - color: #ffffff; - } + .el-tabs__item { + font-size: 16px !important; + color: #ffffff; + } - .is-active { - color: #409eff !important; - } + .is-active { + color: #409eff !important; + } - &::after { - background-color: red; - } - + &::after { + background-color: red; + } } .el-tag.el-tag--info { - background-color: transparent; - color: #9EC4FF; + background-color: transparent; + color: #9ec4ff; } .el-date-editor .el-range-input, .el-icon, .el-range-separator { - color: #D3F6FF !important; - font-size: 16px !important; + color: #d3f6ff !important; + font-size: 16px !important; } - - .el-textarea__inner { - background: #0E4559FF; - border-radius: 6px; - border: 1px solid #1CF5FCFF; - box-shadow: none !important; - color: #D3F6FF; + background: #0e4559ff; + border-radius: 6px; + border: 1px solid #1cf5fcff; + box-shadow: none !important; + color: #d3f6ff; + font-family: Source Han Sans CN; + font-weight: 500; + font-size: 16px !important; + + &::placeholder { + color: #d3f6ff; + font-family: Source Han Sans CN; + font-weight: 500; + font-size: 16px !important; + } + } + + .el-input__wrapper { + box-shadow: none !important; + height: 35px !important; + background: #0e4559ff !important; + border-radius: 6px !important; + border: 1px solid #1cf5fcff !important; + font-size: 16px !important; + + .el-input__prefix { + color: #d3f6ff; + } + + .el-input__inner { + height: 35px !important; + color: #d3f6ff; font-family: Source Han Sans CN; font-weight: 500; font-size: 16px !important; &::placeholder { - color: #D3F6FF; - font-family: Source Han Sans CN; - font-weight: 500; - font-size: 16px !important; + color: #d3f6ff; + font-family: Source Han Sans CN; + font-weight: 500; + font-size: 16px !important; } - } - - .el-input__wrapper { - box-shadow: none !important; - height: 35px !important; - background: #0E4559FF !important; - border-radius: 6px !important; - border: 1px solid #1CF5FCFF !important; - font-size: 16px !important; - - .el-input__prefix { - color: #D3F6FF; - } - - .el-input__inner { - height: 35px !important; - color: #D3F6FF; - font-family: Source Han Sans CN; - font-weight: 500; - font-size: 16px !important; - - &::placeholder { - color: #D3F6FF; - font-family: Source Han Sans CN; - font-weight: 500; - font-size: 16px !important; - } - } + } } } - // 下拉 - .picker.el-select { - width: 85px; - .el-input { - .el-input__wrapper { - // background: #061b3f; - box-shadow: none !important; - // border-radius: 4px; - height: 32px !important; - background: #00344FFF; - border-radius: 2px; - border: 1px solid #1CF5FCFF; +// 下拉 +.picker.el-select { + .el-input { + .el-input__wrapper { + // background: #061b3f; + box-shadow: none !important; + // border-radius: 4px; + // height: 32px !important; + background: #00344fff; + border-radius: 2px; + border: 1px solid #1cf5fcff; - .el-input__inner { - height: 32px !important; - color: #fff !important; - font-family: Source Han Sans CN; - font-weight: 500; + .el-input__inner { + // height: 32px !important; + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; - &::placeholder { - color: #fff !important; - font-family: Source Han Sans CN; - font-weight: 500; - } - } + &::placeholder { + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; } + } } + } +} +.datePicker { + .el-input { + .el-input__wrapper { + box-shadow: none !important; + background: #00344fff; + border-radius: 2px; + border: 1px solid #1cf5fcff; + .el-input__inner { + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; + + &::placeholder { + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; + } + } + } + } } diff --git a/src/views/oneMap/components/ZHHM_JCFX.vue b/src/views/oneMap/components/ZHHM_JCFX.vue index 2889e27..fda3f3c 100644 --- a/src/views/oneMap/components/ZHHM_JCFX.vue +++ b/src/views/oneMap/components/ZHHM_JCFX.vue @@ -1,25 +1,55 @@ - - + + + + 降雨日历统计 + + + + + + 内涝积水分析 + + + + + + + 典型项目分析 + + + 关键管网分析 + + @@ -33,11 +63,7 @@ position: absolute; left: 10px; top: 70px; - background: linear-gradient( - 0deg, - rgba(0, 43, 67, 0.8) 0%, - rgba(0, 69, 108, 0.8) 100% - ); + background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 69, 108, 0.8) 100%); border-radius: 6px; border: 1px solid #47eef3; box-sizing: border-box; @@ -50,16 +76,29 @@ position: absolute; right: 10px; top: 70px; - background: linear-gradient( - 0deg, - rgba(0, 43, 67, 0.8) 0%, - rgba(0, 69, 108, 0.8) 100% - ); + background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 69, 108, 0.8) 100%); border-radius: 6px; border: 1px solid #47eef3; box-sizing: border-box; padding: 10px; box-shadow: inset 0 0 5px 5px #47eef38a; } + .ComBox { + width: 100%; + box-sizing: border-box; + .Box_header { + width: 100%; + height: 43px; + background: url('@/assets/images/Sponge_screen/Box_HeaderBackground.png') no-repeat center; + background-size: cover; + font-family: PangMenZhengDao; + font-weight: 400; + font-size: 23px; + color: #ebfeff; + line-height: 43px; + box-sizing: border-box; + padding-left: 35px; + } + } } diff --git a/src/views/oneMap/components/monitorCalender.vue b/src/views/oneMap/components/monitorCalender.vue new file mode 100644 index 0000000..bc518af --- /dev/null +++ b/src/views/oneMap/components/monitorCalender.vue @@ -0,0 +1,311 @@ + + + + + + + + 日 + 月 + 年 + + + + + + + + + + + + + + + {{ moment(data.day).format('DD') }} + + {{ + scheduleData[moment(data.day).format('YYYY-MM-DD')] == 0.0 + ? '' + : scheduleData[moment(data.day).format('YYYY-MM-DD')] + ? scheduleData[moment(data.day).format('YYYY-MM-DD')] + 'mm' + : '' + }} + + + + + + + + + + diff --git a/src/assets/styles/fxddMap.scss b/src/assets/styles/fxddMap.scss index d631fce..60daf54 100644 --- a/src/assets/styles/fxddMap.scss +++ b/src/assets/styles/fxddMap.scss @@ -1,212 +1,228 @@ // 弹窗 #dialogContent { // background: linear-gradient(0deg, rgba(25, 96, 187, 0.9) 0%, rgba(41, 103, 173, 0.6) 100%) !important; - background: rgba(14,69,89,0.9) !important; - border: 1px solid #15D2FD; + background: rgba(14, 69, 89, 0.9) !important; + border: 1px solid #15d2fd; // box-shadow: 0px 0px 40px rgba(0, 21, 41, 0.35) !important; margin-top: 18vh !important; z-index: 999999999; border-radius: 2px; - .el-dialog__header { background: url('@/assets/newImgs/partBg.png') no-repeat; width: 98%; // background-size: 100% 100%; - height: 40px; - margin-right: 0; - border-bottom: none !important; - display: flex; - align-items: center; - border-top-left-radius: 10px; - border-top-left-radius: 10px; + height: 40px; + margin-right: 0; + border-bottom: none !important; + display: flex; + align-items: center; + border-top-left-radius: 10px; + border-top-left-radius: 10px; } .el-dialog__footer { - border-top: none; + border-top: none; } .el-dialog__title { - font-family: Source Han Sans CN; - font-weight: bold; - font-size: 17px; - color: #E0E5FA; - display: inline-block; - padding-left: 30px; - margin-bottom: 5px; + font-family: Source Han Sans CN; + font-weight: bold; + font-size: 17px; + color: #e0e5fa; + display: inline-block; + padding-left: 30px; + margin-bottom: 5px; } .el-dialog__headerbtn { - top: -3px; + top: -3px; - .el-dialog__close { - color: #89DCFF !important; - } + .el-dialog__close { + color: #89dcff !important; + } } - .el-dialog__body {} + .el-dialog__body { + } .el-button--default { - // width: 110px; - height: 32px; - border-radius: 2px; - font-family: Source Han Sans CN; - font-weight: bold; - font-size: 16px; - color: #FFFFFF; - line-height: 32px; - background: #0E4559FF; - border-radius: 6px; - border: 1px solid #0E4559FF; - + // width: 110px; + height: 32px; + border-radius: 2px; + font-family: Source Han Sans CN; + font-weight: bold; + font-size: 16px; + color: #ffffff; + line-height: 32px; + background: #0e4559ff; + border-radius: 6px; + border: 1px solid #0e4559ff; } .el-button--primary { - background: #30A0E4 !important; - border: 1px solid #47AFFE; - border-radius: 8px; + background: #30a0e4 !important; + border: 1px solid #47affe; + border-radius: 8px; - .el-icon { - color: #FFFFFF !important; - } + .el-icon { + color: #ffffff !important; + } } .form { - .el-form-item { - position: relative; - margin-bottom: 30px; + .el-form-item { + position: relative; + margin-bottom: 30px; - &::after { - position: absolute; - left: 0; - right: 0; - bottom: -15px; - height: 1px; - content: ''; - background: #347ee5; - } - - &:last-child { - &::after { - height: 0; - } - } + &::after { + position: absolute; + left: 0; + right: 0; + bottom: -15px; + height: 1px; + content: ''; + background: #347ee5; } + + &:last-child { + &::after { + height: 0; + } + } + } } .el-form--inline .el-form-item { - margin-right: 8px !important; + margin-right: 8px !important; } .el-form-item__label { font-family: Source Han Sans CN; -font-weight: 400; -font-size: 16px; -color: #FFFFFF; + font-weight: 400; + font-size: 16px; + color: #ffffff; } .el-tabs__nav-scroll { - .el-tabs__item { - font-size: 16px !important; - color: #ffffff; - } + .el-tabs__item { + font-size: 16px !important; + color: #ffffff; + } - .is-active { - color: #409eff !important; - } + .is-active { + color: #409eff !important; + } - &::after { - background-color: red; - } - + &::after { + background-color: red; + } } .el-tag.el-tag--info { - background-color: transparent; - color: #9EC4FF; + background-color: transparent; + color: #9ec4ff; } .el-date-editor .el-range-input, .el-icon, .el-range-separator { - color: #D3F6FF !important; - font-size: 16px !important; + color: #d3f6ff !important; + font-size: 16px !important; } - - .el-textarea__inner { - background: #0E4559FF; - border-radius: 6px; - border: 1px solid #1CF5FCFF; - box-shadow: none !important; - color: #D3F6FF; + background: #0e4559ff; + border-radius: 6px; + border: 1px solid #1cf5fcff; + box-shadow: none !important; + color: #d3f6ff; + font-family: Source Han Sans CN; + font-weight: 500; + font-size: 16px !important; + + &::placeholder { + color: #d3f6ff; + font-family: Source Han Sans CN; + font-weight: 500; + font-size: 16px !important; + } + } + + .el-input__wrapper { + box-shadow: none !important; + height: 35px !important; + background: #0e4559ff !important; + border-radius: 6px !important; + border: 1px solid #1cf5fcff !important; + font-size: 16px !important; + + .el-input__prefix { + color: #d3f6ff; + } + + .el-input__inner { + height: 35px !important; + color: #d3f6ff; font-family: Source Han Sans CN; font-weight: 500; font-size: 16px !important; &::placeholder { - color: #D3F6FF; - font-family: Source Han Sans CN; - font-weight: 500; - font-size: 16px !important; + color: #d3f6ff; + font-family: Source Han Sans CN; + font-weight: 500; + font-size: 16px !important; } - } - - .el-input__wrapper { - box-shadow: none !important; - height: 35px !important; - background: #0E4559FF !important; - border-radius: 6px !important; - border: 1px solid #1CF5FCFF !important; - font-size: 16px !important; - - .el-input__prefix { - color: #D3F6FF; - } - - .el-input__inner { - height: 35px !important; - color: #D3F6FF; - font-family: Source Han Sans CN; - font-weight: 500; - font-size: 16px !important; - - &::placeholder { - color: #D3F6FF; - font-family: Source Han Sans CN; - font-weight: 500; - font-size: 16px !important; - } - } + } } } - // 下拉 - .picker.el-select { - width: 85px; - .el-input { - .el-input__wrapper { - // background: #061b3f; - box-shadow: none !important; - // border-radius: 4px; - height: 32px !important; - background: #00344FFF; - border-radius: 2px; - border: 1px solid #1CF5FCFF; +// 下拉 +.picker.el-select { + .el-input { + .el-input__wrapper { + // background: #061b3f; + box-shadow: none !important; + // border-radius: 4px; + // height: 32px !important; + background: #00344fff; + border-radius: 2px; + border: 1px solid #1cf5fcff; - .el-input__inner { - height: 32px !important; - color: #fff !important; - font-family: Source Han Sans CN; - font-weight: 500; + .el-input__inner { + // height: 32px !important; + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; - &::placeholder { - color: #fff !important; - font-family: Source Han Sans CN; - font-weight: 500; - } - } + &::placeholder { + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; } + } } + } +} +.datePicker { + .el-input { + .el-input__wrapper { + box-shadow: none !important; + background: #00344fff; + border-radius: 2px; + border: 1px solid #1cf5fcff; + .el-input__inner { + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; + + &::placeholder { + color: #fff !important; + font-family: Source Han Sans CN; + font-weight: 500; + } + } + } + } } diff --git a/src/views/oneMap/components/ZHHM_JCFX.vue b/src/views/oneMap/components/ZHHM_JCFX.vue index 2889e27..fda3f3c 100644 --- a/src/views/oneMap/components/ZHHM_JCFX.vue +++ b/src/views/oneMap/components/ZHHM_JCFX.vue @@ -1,25 +1,55 @@ - - + + + + 降雨日历统计 + + + + + + 内涝积水分析 + + + + + + + 典型项目分析 + + + 关键管网分析 + + @@ -33,11 +63,7 @@ position: absolute; left: 10px; top: 70px; - background: linear-gradient( - 0deg, - rgba(0, 43, 67, 0.8) 0%, - rgba(0, 69, 108, 0.8) 100% - ); + background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 69, 108, 0.8) 100%); border-radius: 6px; border: 1px solid #47eef3; box-sizing: border-box; @@ -50,16 +76,29 @@ position: absolute; right: 10px; top: 70px; - background: linear-gradient( - 0deg, - rgba(0, 43, 67, 0.8) 0%, - rgba(0, 69, 108, 0.8) 100% - ); + background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 69, 108, 0.8) 100%); border-radius: 6px; border: 1px solid #47eef3; box-sizing: border-box; padding: 10px; box-shadow: inset 0 0 5px 5px #47eef38a; } + .ComBox { + width: 100%; + box-sizing: border-box; + .Box_header { + width: 100%; + height: 43px; + background: url('@/assets/images/Sponge_screen/Box_HeaderBackground.png') no-repeat center; + background-size: cover; + font-family: PangMenZhengDao; + font-weight: 400; + font-size: 23px; + color: #ebfeff; + line-height: 43px; + box-sizing: border-box; + padding-left: 35px; + } + } } diff --git a/src/views/oneMap/components/monitorCalender.vue b/src/views/oneMap/components/monitorCalender.vue new file mode 100644 index 0000000..bc518af --- /dev/null +++ b/src/views/oneMap/components/monitorCalender.vue @@ -0,0 +1,311 @@ + + + + + + + + 日 + 月 + 年 + + + + + + + + + + + + + + + {{ moment(data.day).format('DD') }} + + {{ + scheduleData[moment(data.day).format('YYYY-MM-DD')] == 0.0 + ? '' + : scheduleData[moment(data.day).format('YYYY-MM-DD')] + ? scheduleData[moment(data.day).format('YYYY-MM-DD')] + 'mm' + : '' + }} + + + + + + + + + + diff --git a/src/views/oneMap/floodPrevention/FholRightBox.vue b/src/views/oneMap/floodPrevention/FholRightBox.vue index 0e79944..a19cc31 100644 --- a/src/views/oneMap/floodPrevention/FholRightBox.vue +++ b/src/views/oneMap/floodPrevention/FholRightBox.vue @@ -40,7 +40,6 @@ popper-class="fxddPopperClass" v-model="search.stCode" placeholder="请选择节点" - size="large" style="width: 200px" >
日
月
年