diff --git a/src/assets/images/badGasInfo/sp_active.png b/src/assets/images/badGasInfo/sp_active.png new file mode 100644 index 0000000..2f3a95a Binary files /dev/null and b/src/assets/images/badGasInfo/sp_active.png differ diff --git a/src/assets/images/site/zdgl_icon_sd.png b/src/assets/images/site/zdgl_icon_sd.png new file mode 100644 index 0000000..6a3a16d Binary files /dev/null and b/src/assets/images/site/zdgl_icon_sd.png differ diff --git a/src/assets/images/topAndDown/sp_tb.png b/src/assets/images/topAndDown/sp_tb.png index eae68aa..1fd917c 100644 Binary files a/src/assets/images/topAndDown/sp_tb.png and b/src/assets/images/topAndDown/sp_tb.png differ diff --git a/src/assets/images/usedEle/bpq_active.png b/src/assets/images/usedEle/bpq_active.png new file mode 100644 index 0000000..2e38fd9 Binary files /dev/null and b/src/assets/images/usedEle/bpq_active.png differ diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index cfb4bc7..79d08ee 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -16,16 +16,18 @@ a { html, body, #app, .el-container, .el-aside, .el-main { height: 100%; } + .tunnel-title { - width: 2330px; - height: 156px; + width: 1718px; + height: 146px; z-index: 2; position: absolute; top: 0; left: 50%; - margin-left: -1165px; + margin-left: -859px; background-image: url('../images/topAndDown/sp_tb.png'); } + .box-top { .manage-btn { display: flex; @@ -125,7 +127,7 @@ html, body, #app, .el-container, .el-aside, .el-main { background-image: url('../images/topAndDown/sp_icon_zyc.png'); } -.tunnel-length{ +.tunnel-length { position: absolute; top: 13%; left: 36%; @@ -242,3 +244,137 @@ html, body, #app, .el-container, .el-aside, .el-main { transform: rotate(180deg); } } + +//弹窗样式 +.digital-tunnel { + +.chat-dialog{ + display: flex; + #container { + flex: 1; + height: 1160px; + //width: 1300px; + } + #containerEle { + flex: 1; + height: 1060px; + //width: 2180px; + } +} + + + .el-dialog { + position: relative; + display: flex; + flex-direction: column; + height: 1300px; + border: 2px solid #0F82AF; + background: rgba(6, 34, 71, 0.78); + border-radius: 20px; + padding: 47px 30px; + box-sizing: border-box; + margin: 520px auto 0 auto; + + .el-dialog__header { + padding: 0 0 28px 0; + //display: none; + .el-dialog__title { + font-size: 50px; + font-weight: bold; + color: #D6F1FA; + } + + .el-dialog__close { + color: #05FEFF; + font-size: 35px; + } + } + + .el-dialog__body { + padding: 0; + } + } + + .left-top-icon { + position: absolute; + top: -3px; + left: -3px; + width: 41px; + height: 41px; + background-image: url(@/assets/images/badGasInfo/sp_jz.png); + } + + .right-top-icon { + position: absolute; + top: -3px; + right: -3px; + width: 41px; + height: 41px; + background-image: url(@/assets/images/badGasInfo/sp_jz.png); + transform: rotate(90deg); + } + + .time-select { + position: absolute; + top: 47px; + right: 119px; + } + + .left-bottom-icon { + position: absolute; + bottom: -3px; + left: -3px; + width: 41px; + height: 41px; + background-image: url(@/assets/images/badGasInfo/sp_jz.png); + transform: rotate(-90deg); + } + + .right-bottom-icon { + position: absolute; + bottom: -3px; + right: -3px; + width: 41px; + height: 41px; + background-image: url(@/assets/images/badGasInfo/sp_jz.png); + transform: rotate(180deg); + } + + //用电量 + .top-tag { + display: flex; + justify-content: center; + + .allUsedEle { + width: 300px; + height: 200px; + border-radius: 10px; + border: 2px solid #0F82AF; + display: flex; + flex-direction: column; + align-items: center; + + &:nth-child(2) { + margin-left: 39px; + } + + .use-title { + display: flex; + justify-content: center; + align-items: center; + width: 300px; + height: 100px; + background: #264A78; + font-size: 45px; + color: #FFFFFF; + } + + .value { + margin-top: 15px; + font-size: 50px; + font-family: MicrosoftYaHei; + color: #FFFFFF; + } + } + } +} \ No newline at end of file diff --git a/src/components/content/badGasInfo/BadGasInfo.vue b/src/components/content/badGasInfo/BadGasInfo.vue index b887d15..d1340fb 100644 --- a/src/components/content/badGasInfo/BadGasInfo.vue +++ b/src/components/content/badGasInfo/BadGasInfo.vue @@ -1,5 +1,8 @@ diff --git a/src/views/site/index.vue b/src/views/site/index.vue index c1ee228..aa73c89 100644 --- a/src/views/site/index.vue +++ b/src/views/site/index.vue @@ -415,7 +415,7 @@ const handleClickSite = () => { .tunnel-icon { width: 62px; height: 64px; - background: #FFFFFF; + background-image: url('@/assets/images/site/zdgl_icon_sd.png'); margin: 30px 0 40px 0; } }