diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js index 2cf0f09..3af85d0 100644 --- a/src/views/DialogTabs/DialogConfig.js +++ b/src/views/DialogTabs/DialogConfig.js @@ -63,6 +63,11 @@ content: markRaw(res_components['RQ_Warning']), name: 'RQ_Warning', }, + { + title: '街景', + content: markRaw(res_components['streetscape']), + name: 'streetscape', + }, ], }; diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js index 2cf0f09..3af85d0 100644 --- a/src/views/DialogTabs/DialogConfig.js +++ b/src/views/DialogTabs/DialogConfig.js @@ -63,6 +63,11 @@ content: markRaw(res_components['RQ_Warning']), name: 'RQ_Warning', }, + { + title: '街景', + content: markRaw(res_components['streetscape']), + name: 'streetscape', + }, ], }; diff --git a/src/views/DialogTabs/component/streetscape.vue b/src/views/DialogTabs/component/streetscape.vue new file mode 100644 index 0000000..2db4a7d --- /dev/null +++ b/src/views/DialogTabs/component/streetscape.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js index 2cf0f09..3af85d0 100644 --- a/src/views/DialogTabs/DialogConfig.js +++ b/src/views/DialogTabs/DialogConfig.js @@ -63,6 +63,11 @@ content: markRaw(res_components['RQ_Warning']), name: 'RQ_Warning', }, + { + title: '街景', + content: markRaw(res_components['streetscape']), + name: 'streetscape', + }, ], }; diff --git a/src/views/DialogTabs/component/streetscape.vue b/src/views/DialogTabs/component/streetscape.vue new file mode 100644 index 0000000..2db4a7d --- /dev/null +++ b/src/views/DialogTabs/component/streetscape.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/src/views/oneMap/FloodStuationReview/xqRightBox.vue b/src/views/oneMap/FloodStuationReview/xqRightBox.vue index ac9fbaf..6f70234 100644 --- a/src/views/oneMap/FloodStuationReview/xqRightBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqRightBox.vue @@ -90,7 +90,13 @@ 告警时间 - +
{{ item.zb }} {{ item.zt }} @@ -138,7 +144,14 @@
{{ item.value }}
@@ -151,7 +164,9 @@
{{ item.remark }}
{{ item.address }}
-
{{ item.person }}{{ ' ' }}{{ item.phone }}
+
+ {{ item.person }}{{ " " }}{{ item.phone }} +
上报:{{ item.startTime }}
@@ -164,91 +179,91 @@
@@ -317,7 +342,7 @@ .button_box_list { width: 100%; height: 40px; - background: url('@/assets/images/fhpl/bj_img.png') no-repeat; + background: url("@/assets/images/fhpl/bj_img.png") no-repeat; background-size: 100% 100%; margin-top: 10px; padding: 0 10px; @@ -337,7 +362,7 @@ cursor: pointer; } .activeClass { - background: url('@/assets/images/fhpl/Select_img.png') no-repeat; + background: url("@/assets/images/fhpl/Select_img.png") no-repeat; background-size: 100% 100%; // background: red; color: #fdffff; @@ -353,7 +378,7 @@ margin: 10px auto; width: 420px; height: calc(100% - 65px); - background: url('@/assets/images/fhpl/sqjca.png') no-repeat; + background: url("@/assets/images/fhpl/sqjca.png") no-repeat; background-size: 100% 100%; } .Warning_Box_gq { @@ -405,7 +430,11 @@ .info { color: #fff; height: 32px; - background: linear-gradient(0deg, rgba(26, 109, 255, 0.2) 0%, rgba(40, 193, 250, 0.2) 100%); + background: linear-gradient( + 0deg, + rgba(26, 109, 255, 0.2) 0%, + rgba(40, 193, 250, 0.2) 100% + ); border-radius: 3px; padding: 0 20px; margin-top: 15px; @@ -499,6 +528,7 @@ border-radius: 6px; text-align: center; cursor: pointer; + font-size: 16px; // border: 1px solid; &:nth-of-type(1) { background: linear-gradient(0deg, #8e1e1e 0%, #420606 100%); @@ -643,7 +673,7 @@ border: 1px solid #2cfce9; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #d3f6ff; .tabItem_one { // background: red; @@ -769,7 +799,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js index 2cf0f09..3af85d0 100644 --- a/src/views/DialogTabs/DialogConfig.js +++ b/src/views/DialogTabs/DialogConfig.js @@ -63,6 +63,11 @@ content: markRaw(res_components['RQ_Warning']), name: 'RQ_Warning', }, + { + title: '街景', + content: markRaw(res_components['streetscape']), + name: 'streetscape', + }, ], }; diff --git a/src/views/DialogTabs/component/streetscape.vue b/src/views/DialogTabs/component/streetscape.vue new file mode 100644 index 0000000..2db4a7d --- /dev/null +++ b/src/views/DialogTabs/component/streetscape.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/src/views/oneMap/FloodStuationReview/xqRightBox.vue b/src/views/oneMap/FloodStuationReview/xqRightBox.vue index ac9fbaf..6f70234 100644 --- a/src/views/oneMap/FloodStuationReview/xqRightBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqRightBox.vue @@ -90,7 +90,13 @@ 告警时间 - +
{{ item.zb }} {{ item.zt }} @@ -138,7 +144,14 @@
{{ item.value }}
@@ -151,7 +164,9 @@
{{ item.remark }}
{{ item.address }}
-
{{ item.person }}{{ ' ' }}{{ item.phone }}
+
+ {{ item.person }}{{ " " }}{{ item.phone }} +
上报:{{ item.startTime }}
@@ -164,91 +179,91 @@
@@ -317,7 +342,7 @@ .button_box_list { width: 100%; height: 40px; - background: url('@/assets/images/fhpl/bj_img.png') no-repeat; + background: url("@/assets/images/fhpl/bj_img.png") no-repeat; background-size: 100% 100%; margin-top: 10px; padding: 0 10px; @@ -337,7 +362,7 @@ cursor: pointer; } .activeClass { - background: url('@/assets/images/fhpl/Select_img.png') no-repeat; + background: url("@/assets/images/fhpl/Select_img.png") no-repeat; background-size: 100% 100%; // background: red; color: #fdffff; @@ -353,7 +378,7 @@ margin: 10px auto; width: 420px; height: calc(100% - 65px); - background: url('@/assets/images/fhpl/sqjca.png') no-repeat; + background: url("@/assets/images/fhpl/sqjca.png") no-repeat; background-size: 100% 100%; } .Warning_Box_gq { @@ -405,7 +430,11 @@ .info { color: #fff; height: 32px; - background: linear-gradient(0deg, rgba(26, 109, 255, 0.2) 0%, rgba(40, 193, 250, 0.2) 100%); + background: linear-gradient( + 0deg, + rgba(26, 109, 255, 0.2) 0%, + rgba(40, 193, 250, 0.2) 100% + ); border-radius: 3px; padding: 0 20px; margin-top: 15px; @@ -499,6 +528,7 @@ border-radius: 6px; text-align: center; cursor: pointer; + font-size: 16px; // border: 1px solid; &:nth-of-type(1) { background: linear-gradient(0deg, #8e1e1e 0%, #420606 100%); @@ -643,7 +673,7 @@ border: 1px solid #2cfce9; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #d3f6ff; .tabItem_one { // background: red; @@ -769,7 +799,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue index ae3c851..6557b32 100644 --- a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue @@ -34,60 +34,156 @@
-
+
雨衣
-
+
20
-
+
对讲机
-
+
24
-
+
油布
-
+
32
-
+
救生衣
-
+
45
-
+
潜水泵
-
+
20
-
+
其他
-
+
57
@@ -97,64 +193,64 @@ + + diff --git a/src/views/oneMap/FloodStuationReview/xqRightBox.vue b/src/views/oneMap/FloodStuationReview/xqRightBox.vue index ac9fbaf..6f70234 100644 --- a/src/views/oneMap/FloodStuationReview/xqRightBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqRightBox.vue @@ -90,7 +90,13 @@ 告警时间
- +
{{ item.zb }} {{ item.zt }} @@ -138,7 +144,14 @@
{{ item.value }}
@@ -151,7 +164,9 @@
{{ item.remark }}
{{ item.address }}
-
{{ item.person }}{{ ' ' }}{{ item.phone }}
+
+ {{ item.person }}{{ " " }}{{ item.phone }} +
上报:{{ item.startTime }}
@@ -164,91 +179,91 @@
@@ -317,7 +342,7 @@ .button_box_list { width: 100%; height: 40px; - background: url('@/assets/images/fhpl/bj_img.png') no-repeat; + background: url("@/assets/images/fhpl/bj_img.png") no-repeat; background-size: 100% 100%; margin-top: 10px; padding: 0 10px; @@ -337,7 +362,7 @@ cursor: pointer; } .activeClass { - background: url('@/assets/images/fhpl/Select_img.png') no-repeat; + background: url("@/assets/images/fhpl/Select_img.png") no-repeat; background-size: 100% 100%; // background: red; color: #fdffff; @@ -353,7 +378,7 @@ margin: 10px auto; width: 420px; height: calc(100% - 65px); - background: url('@/assets/images/fhpl/sqjca.png') no-repeat; + background: url("@/assets/images/fhpl/sqjca.png") no-repeat; background-size: 100% 100%; } .Warning_Box_gq { @@ -405,7 +430,11 @@ .info { color: #fff; height: 32px; - background: linear-gradient(0deg, rgba(26, 109, 255, 0.2) 0%, rgba(40, 193, 250, 0.2) 100%); + background: linear-gradient( + 0deg, + rgba(26, 109, 255, 0.2) 0%, + rgba(40, 193, 250, 0.2) 100% + ); border-radius: 3px; padding: 0 20px; margin-top: 15px; @@ -499,6 +528,7 @@ border-radius: 6px; text-align: center; cursor: pointer; + font-size: 16px; // border: 1px solid; &:nth-of-type(1) { background: linear-gradient(0deg, #8e1e1e 0%, #420606 100%); @@ -643,7 +673,7 @@ border: 1px solid #2cfce9; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #d3f6ff; .tabItem_one { // background: red; @@ -769,7 +799,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue index ae3c851..6557b32 100644 --- a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue @@ -34,60 +34,156 @@
-
+
雨衣
-
+
20
-
+
对讲机
-
+
24
-
+
油布
-
+
32
-
+
救生衣
-
+
45
-
+
潜水泵
-
+
20
-
+
其他
-
+
57
@@ -97,64 +193,64 @@ + + diff --git a/src/views/oneMap/FloodStuationReview/xqRightBox.vue b/src/views/oneMap/FloodStuationReview/xqRightBox.vue index ac9fbaf..6f70234 100644 --- a/src/views/oneMap/FloodStuationReview/xqRightBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqRightBox.vue @@ -90,7 +90,13 @@ 告警时间
- +
{{ item.zb }} {{ item.zt }} @@ -138,7 +144,14 @@
{{ item.value }}
@@ -151,7 +164,9 @@
{{ item.remark }}
{{ item.address }}
-
{{ item.person }}{{ ' ' }}{{ item.phone }}
+
+ {{ item.person }}{{ " " }}{{ item.phone }} +
上报:{{ item.startTime }}
@@ -164,91 +179,91 @@
@@ -317,7 +342,7 @@ .button_box_list { width: 100%; height: 40px; - background: url('@/assets/images/fhpl/bj_img.png') no-repeat; + background: url("@/assets/images/fhpl/bj_img.png") no-repeat; background-size: 100% 100%; margin-top: 10px; padding: 0 10px; @@ -337,7 +362,7 @@ cursor: pointer; } .activeClass { - background: url('@/assets/images/fhpl/Select_img.png') no-repeat; + background: url("@/assets/images/fhpl/Select_img.png") no-repeat; background-size: 100% 100%; // background: red; color: #fdffff; @@ -353,7 +378,7 @@ margin: 10px auto; width: 420px; height: calc(100% - 65px); - background: url('@/assets/images/fhpl/sqjca.png') no-repeat; + background: url("@/assets/images/fhpl/sqjca.png") no-repeat; background-size: 100% 100%; } .Warning_Box_gq { @@ -405,7 +430,11 @@ .info { color: #fff; height: 32px; - background: linear-gradient(0deg, rgba(26, 109, 255, 0.2) 0%, rgba(40, 193, 250, 0.2) 100%); + background: linear-gradient( + 0deg, + rgba(26, 109, 255, 0.2) 0%, + rgba(40, 193, 250, 0.2) 100% + ); border-radius: 3px; padding: 0 20px; margin-top: 15px; @@ -499,6 +528,7 @@ border-radius: 6px; text-align: center; cursor: pointer; + font-size: 16px; // border: 1px solid; &:nth-of-type(1) { background: linear-gradient(0deg, #8e1e1e 0%, #420606 100%); @@ -643,7 +673,7 @@ border: 1px solid #2cfce9; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #d3f6ff; .tabItem_one { // background: red; @@ -769,7 +799,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue index ae3c851..6557b32 100644 --- a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue @@ -34,60 +34,156 @@
-
+
雨衣
-
+
20
-
+
对讲机
-
+
24
-
+
油布
-
+
32
-
+
救生衣
-
+
45
-
+
潜水泵
-
+
20
-
+
其他
-
+
57
@@ -97,64 +193,64 @@ @@ -406,7 +425,11 @@ height: 14px; width: 58%; margin-top: 8px; - background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 76, 118, 0.8) 100%); + background: linear-gradient( + 0deg, + rgba(0, 43, 67, 0.8) 0%, + rgba(0, 76, 118, 0.8) 100% + ); border-radius: 16px; border: 1px solid #15d2fd; // background: yellow; @@ -457,7 +480,7 @@ .part { width: 130px; height: 160px; - background: url('@/assets/newImgs/iSpt.png') no-repeat; + background: url("@/assets/newImgs/iSpt.png") no-repeat; background-size: 100% 100%; .parttop { height: 160px; @@ -525,7 +548,7 @@ position: relative; width: 408px; height: 44px; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; font-family: PangMenZhengDao; font-weight: 400; @@ -545,16 +568,20 @@ margin-left: 5px; width: 25px; height: 25px; - background: url('@/assets/newImgs/xtb_img.png') no-repeat; + background: url("@/assets/newImgs/xtb_img.png") no-repeat; } .text { font-family: Source Han Sans CN; font-weight: bold; - font-size: 14px; + font-size: 16px; color: #ebfeff; line-height: 25px; padding-left: 5px; - background: linear-gradient(0deg, rgba(0, 242, 255, 0.5) 0%, rgba(0, 242, 255, 0) 100%); + background: linear-gradient( + 0deg, + rgba(0, 242, 255, 0.5) 0%, + rgba(0, 242, 255, 0) 100% + ); height: 10px; line-height: 0px; margin-top: 10px; @@ -586,7 +613,7 @@ padding: 0 10px 0 6px; font-family: Source Han Sans CN; font-weight: 500; - font-size: 14px; + font-size: 16px; color: #c1d3d4; } } @@ -653,7 +680,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js index 2cf0f09..3af85d0 100644 --- a/src/views/DialogTabs/DialogConfig.js +++ b/src/views/DialogTabs/DialogConfig.js @@ -63,6 +63,11 @@ content: markRaw(res_components['RQ_Warning']), name: 'RQ_Warning', }, + { + title: '街景', + content: markRaw(res_components['streetscape']), + name: 'streetscape', + }, ], }; diff --git a/src/views/DialogTabs/component/streetscape.vue b/src/views/DialogTabs/component/streetscape.vue new file mode 100644 index 0000000..2db4a7d --- /dev/null +++ b/src/views/DialogTabs/component/streetscape.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/src/views/oneMap/FloodStuationReview/xqRightBox.vue b/src/views/oneMap/FloodStuationReview/xqRightBox.vue index ac9fbaf..6f70234 100644 --- a/src/views/oneMap/FloodStuationReview/xqRightBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqRightBox.vue @@ -90,7 +90,13 @@ 告警时间
- +
{{ item.zb }} {{ item.zt }} @@ -138,7 +144,14 @@
{{ item.value }}
@@ -151,7 +164,9 @@
{{ item.remark }}
{{ item.address }}
-
{{ item.person }}{{ ' ' }}{{ item.phone }}
+
+ {{ item.person }}{{ " " }}{{ item.phone }} +
上报:{{ item.startTime }}
@@ -164,91 +179,91 @@
@@ -317,7 +342,7 @@ .button_box_list { width: 100%; height: 40px; - background: url('@/assets/images/fhpl/bj_img.png') no-repeat; + background: url("@/assets/images/fhpl/bj_img.png") no-repeat; background-size: 100% 100%; margin-top: 10px; padding: 0 10px; @@ -337,7 +362,7 @@ cursor: pointer; } .activeClass { - background: url('@/assets/images/fhpl/Select_img.png') no-repeat; + background: url("@/assets/images/fhpl/Select_img.png") no-repeat; background-size: 100% 100%; // background: red; color: #fdffff; @@ -353,7 +378,7 @@ margin: 10px auto; width: 420px; height: calc(100% - 65px); - background: url('@/assets/images/fhpl/sqjca.png') no-repeat; + background: url("@/assets/images/fhpl/sqjca.png") no-repeat; background-size: 100% 100%; } .Warning_Box_gq { @@ -405,7 +430,11 @@ .info { color: #fff; height: 32px; - background: linear-gradient(0deg, rgba(26, 109, 255, 0.2) 0%, rgba(40, 193, 250, 0.2) 100%); + background: linear-gradient( + 0deg, + rgba(26, 109, 255, 0.2) 0%, + rgba(40, 193, 250, 0.2) 100% + ); border-radius: 3px; padding: 0 20px; margin-top: 15px; @@ -499,6 +528,7 @@ border-radius: 6px; text-align: center; cursor: pointer; + font-size: 16px; // border: 1px solid; &:nth-of-type(1) { background: linear-gradient(0deg, #8e1e1e 0%, #420606 100%); @@ -643,7 +673,7 @@ border: 1px solid #2cfce9; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #d3f6ff; .tabItem_one { // background: red; @@ -769,7 +799,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue index ae3c851..6557b32 100644 --- a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue @@ -34,60 +34,156 @@
-
+
雨衣
-
+
20
-
+
对讲机
-
+
24
-
+
油布
-
+
32
-
+
救生衣
-
+
45
-
+
潜水泵
-
+
20
-
+
其他
-
+
57
@@ -97,64 +193,64 @@ @@ -406,7 +425,11 @@ height: 14px; width: 58%; margin-top: 8px; - background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 76, 118, 0.8) 100%); + background: linear-gradient( + 0deg, + rgba(0, 43, 67, 0.8) 0%, + rgba(0, 76, 118, 0.8) 100% + ); border-radius: 16px; border: 1px solid #15d2fd; // background: yellow; @@ -457,7 +480,7 @@ .part { width: 130px; height: 160px; - background: url('@/assets/newImgs/iSpt.png') no-repeat; + background: url("@/assets/newImgs/iSpt.png") no-repeat; background-size: 100% 100%; .parttop { height: 160px; @@ -525,7 +548,7 @@ position: relative; width: 408px; height: 44px; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; font-family: PangMenZhengDao; font-weight: 400; @@ -545,16 +568,20 @@ margin-left: 5px; width: 25px; height: 25px; - background: url('@/assets/newImgs/xtb_img.png') no-repeat; + background: url("@/assets/newImgs/xtb_img.png") no-repeat; } .text { font-family: Source Han Sans CN; font-weight: bold; - font-size: 14px; + font-size: 16px; color: #ebfeff; line-height: 25px; padding-left: 5px; - background: linear-gradient(0deg, rgba(0, 242, 255, 0.5) 0%, rgba(0, 242, 255, 0) 100%); + background: linear-gradient( + 0deg, + rgba(0, 242, 255, 0.5) 0%, + rgba(0, 242, 255, 0) 100% + ); height: 10px; line-height: 0px; margin-top: 10px; @@ -586,7 +613,7 @@ padding: 0 10px 0 6px; font-family: Source Han Sans CN; font-weight: 500; - font-size: 14px; + font-size: 16px; color: #c1d3d4; } } @@ -653,7 +680,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/components/ZHQL.vue b/src/views/oneMap/components/ZHQL.vue index 9bcf91b..911104f 100644 --- a/src/views/oneMap/components/ZHQL.vue +++ b/src/views/oneMap/components/ZHQL.vue @@ -1,7 +1,13 @@ @@ -317,7 +342,7 @@ .button_box_list { width: 100%; height: 40px; - background: url('@/assets/images/fhpl/bj_img.png') no-repeat; + background: url("@/assets/images/fhpl/bj_img.png") no-repeat; background-size: 100% 100%; margin-top: 10px; padding: 0 10px; @@ -337,7 +362,7 @@ cursor: pointer; } .activeClass { - background: url('@/assets/images/fhpl/Select_img.png') no-repeat; + background: url("@/assets/images/fhpl/Select_img.png") no-repeat; background-size: 100% 100%; // background: red; color: #fdffff; @@ -353,7 +378,7 @@ margin: 10px auto; width: 420px; height: calc(100% - 65px); - background: url('@/assets/images/fhpl/sqjca.png') no-repeat; + background: url("@/assets/images/fhpl/sqjca.png") no-repeat; background-size: 100% 100%; } .Warning_Box_gq { @@ -405,7 +430,11 @@ .info { color: #fff; height: 32px; - background: linear-gradient(0deg, rgba(26, 109, 255, 0.2) 0%, rgba(40, 193, 250, 0.2) 100%); + background: linear-gradient( + 0deg, + rgba(26, 109, 255, 0.2) 0%, + rgba(40, 193, 250, 0.2) 100% + ); border-radius: 3px; padding: 0 20px; margin-top: 15px; @@ -499,6 +528,7 @@ border-radius: 6px; text-align: center; cursor: pointer; + font-size: 16px; // border: 1px solid; &:nth-of-type(1) { background: linear-gradient(0deg, #8e1e1e 0%, #420606 100%); @@ -643,7 +673,7 @@ border: 1px solid #2cfce9; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #d3f6ff; .tabItem_one { // background: red; @@ -769,7 +799,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue index ae3c851..6557b32 100644 --- a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue @@ -34,60 +34,156 @@
-
+
雨衣
-
+
20
-
+
对讲机
-
+
24
-
+
油布
-
+
32
-
+
救生衣
-
+
45
-
+
潜水泵
-
+
20
-
+
其他
-
+
57
@@ -97,64 +193,64 @@ @@ -406,7 +425,11 @@ height: 14px; width: 58%; margin-top: 8px; - background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 76, 118, 0.8) 100%); + background: linear-gradient( + 0deg, + rgba(0, 43, 67, 0.8) 0%, + rgba(0, 76, 118, 0.8) 100% + ); border-radius: 16px; border: 1px solid #15d2fd; // background: yellow; @@ -457,7 +480,7 @@ .part { width: 130px; height: 160px; - background: url('@/assets/newImgs/iSpt.png') no-repeat; + background: url("@/assets/newImgs/iSpt.png") no-repeat; background-size: 100% 100%; .parttop { height: 160px; @@ -525,7 +548,7 @@ position: relative; width: 408px; height: 44px; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; font-family: PangMenZhengDao; font-weight: 400; @@ -545,16 +568,20 @@ margin-left: 5px; width: 25px; height: 25px; - background: url('@/assets/newImgs/xtb_img.png') no-repeat; + background: url("@/assets/newImgs/xtb_img.png") no-repeat; } .text { font-family: Source Han Sans CN; font-weight: bold; - font-size: 14px; + font-size: 16px; color: #ebfeff; line-height: 25px; padding-left: 5px; - background: linear-gradient(0deg, rgba(0, 242, 255, 0.5) 0%, rgba(0, 242, 255, 0) 100%); + background: linear-gradient( + 0deg, + rgba(0, 242, 255, 0.5) 0%, + rgba(0, 242, 255, 0) 100% + ); height: 10px; line-height: 0px; margin-top: 10px; @@ -586,7 +613,7 @@ padding: 0 10px 0 6px; font-family: Source Han Sans CN; font-weight: 500; - font-size: 14px; + font-size: 16px; color: #c1d3d4; } } @@ -653,7 +680,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/components/ZHQL.vue b/src/views/oneMap/components/ZHQL.vue index 9bcf91b..911104f 100644 --- a/src/views/oneMap/components/ZHQL.vue +++ b/src/views/oneMap/components/ZHQL.vue @@ -1,7 +1,13 @@ @@ -317,7 +342,7 @@ .button_box_list { width: 100%; height: 40px; - background: url('@/assets/images/fhpl/bj_img.png') no-repeat; + background: url("@/assets/images/fhpl/bj_img.png") no-repeat; background-size: 100% 100%; margin-top: 10px; padding: 0 10px; @@ -337,7 +362,7 @@ cursor: pointer; } .activeClass { - background: url('@/assets/images/fhpl/Select_img.png') no-repeat; + background: url("@/assets/images/fhpl/Select_img.png") no-repeat; background-size: 100% 100%; // background: red; color: #fdffff; @@ -353,7 +378,7 @@ margin: 10px auto; width: 420px; height: calc(100% - 65px); - background: url('@/assets/images/fhpl/sqjca.png') no-repeat; + background: url("@/assets/images/fhpl/sqjca.png") no-repeat; background-size: 100% 100%; } .Warning_Box_gq { @@ -405,7 +430,11 @@ .info { color: #fff; height: 32px; - background: linear-gradient(0deg, rgba(26, 109, 255, 0.2) 0%, rgba(40, 193, 250, 0.2) 100%); + background: linear-gradient( + 0deg, + rgba(26, 109, 255, 0.2) 0%, + rgba(40, 193, 250, 0.2) 100% + ); border-radius: 3px; padding: 0 20px; margin-top: 15px; @@ -499,6 +528,7 @@ border-radius: 6px; text-align: center; cursor: pointer; + font-size: 16px; // border: 1px solid; &:nth-of-type(1) { background: linear-gradient(0deg, #8e1e1e 0%, #420606 100%); @@ -643,7 +673,7 @@ border: 1px solid #2cfce9; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #d3f6ff; .tabItem_one { // background: red; @@ -769,7 +799,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue index ae3c851..6557b32 100644 --- a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue @@ -34,60 +34,156 @@
-
+
雨衣
-
+
20
-
+
对讲机
-
+
24
-
+
油布
-
+
32
-
+
救生衣
-
+
45
-
+
潜水泵
-
+
20
-
+
其他
-
+
57
@@ -97,64 +193,64 @@ @@ -406,7 +425,11 @@ height: 14px; width: 58%; margin-top: 8px; - background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 76, 118, 0.8) 100%); + background: linear-gradient( + 0deg, + rgba(0, 43, 67, 0.8) 0%, + rgba(0, 76, 118, 0.8) 100% + ); border-radius: 16px; border: 1px solid #15d2fd; // background: yellow; @@ -457,7 +480,7 @@ .part { width: 130px; height: 160px; - background: url('@/assets/newImgs/iSpt.png') no-repeat; + background: url("@/assets/newImgs/iSpt.png") no-repeat; background-size: 100% 100%; .parttop { height: 160px; @@ -525,7 +548,7 @@ position: relative; width: 408px; height: 44px; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; font-family: PangMenZhengDao; font-weight: 400; @@ -545,16 +568,20 @@ margin-left: 5px; width: 25px; height: 25px; - background: url('@/assets/newImgs/xtb_img.png') no-repeat; + background: url("@/assets/newImgs/xtb_img.png") no-repeat; } .text { font-family: Source Han Sans CN; font-weight: bold; - font-size: 14px; + font-size: 16px; color: #ebfeff; line-height: 25px; padding-left: 5px; - background: linear-gradient(0deg, rgba(0, 242, 255, 0.5) 0%, rgba(0, 242, 255, 0) 100%); + background: linear-gradient( + 0deg, + rgba(0, 242, 255, 0.5) 0%, + rgba(0, 242, 255, 0) 100% + ); height: 10px; line-height: 0px; margin-top: 10px; @@ -586,7 +613,7 @@ padding: 0 10px 0 6px; font-family: Source Han Sans CN; font-weight: 500; - font-size: 14px; + font-size: 16px; color: #c1d3d4; } } @@ -653,7 +680,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/components/ZHQL.vue b/src/views/oneMap/components/ZHQL.vue index 9bcf91b..911104f 100644 --- a/src/views/oneMap/components/ZHQL.vue +++ b/src/views/oneMap/components/ZHQL.vue @@ -1,7 +1,13 @@ @@ -317,7 +342,7 @@ .button_box_list { width: 100%; height: 40px; - background: url('@/assets/images/fhpl/bj_img.png') no-repeat; + background: url("@/assets/images/fhpl/bj_img.png") no-repeat; background-size: 100% 100%; margin-top: 10px; padding: 0 10px; @@ -337,7 +362,7 @@ cursor: pointer; } .activeClass { - background: url('@/assets/images/fhpl/Select_img.png') no-repeat; + background: url("@/assets/images/fhpl/Select_img.png") no-repeat; background-size: 100% 100%; // background: red; color: #fdffff; @@ -353,7 +378,7 @@ margin: 10px auto; width: 420px; height: calc(100% - 65px); - background: url('@/assets/images/fhpl/sqjca.png') no-repeat; + background: url("@/assets/images/fhpl/sqjca.png") no-repeat; background-size: 100% 100%; } .Warning_Box_gq { @@ -405,7 +430,11 @@ .info { color: #fff; height: 32px; - background: linear-gradient(0deg, rgba(26, 109, 255, 0.2) 0%, rgba(40, 193, 250, 0.2) 100%); + background: linear-gradient( + 0deg, + rgba(26, 109, 255, 0.2) 0%, + rgba(40, 193, 250, 0.2) 100% + ); border-radius: 3px; padding: 0 20px; margin-top: 15px; @@ -499,6 +528,7 @@ border-radius: 6px; text-align: center; cursor: pointer; + font-size: 16px; // border: 1px solid; &:nth-of-type(1) { background: linear-gradient(0deg, #8e1e1e 0%, #420606 100%); @@ -643,7 +673,7 @@ border: 1px solid #2cfce9; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #d3f6ff; .tabItem_one { // background: red; @@ -769,7 +799,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue index ae3c851..6557b32 100644 --- a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue @@ -34,60 +34,156 @@
-
+
雨衣
-
+
20
-
+
对讲机
-
+
24
-
+
油布
-
+
32
-
+
救生衣
-
+
45
-
+
潜水泵
-
+
20
-
+
其他
-
+
57
@@ -97,64 +193,64 @@ @@ -406,7 +425,11 @@ height: 14px; width: 58%; margin-top: 8px; - background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 76, 118, 0.8) 100%); + background: linear-gradient( + 0deg, + rgba(0, 43, 67, 0.8) 0%, + rgba(0, 76, 118, 0.8) 100% + ); border-radius: 16px; border: 1px solid #15d2fd; // background: yellow; @@ -457,7 +480,7 @@ .part { width: 130px; height: 160px; - background: url('@/assets/newImgs/iSpt.png') no-repeat; + background: url("@/assets/newImgs/iSpt.png") no-repeat; background-size: 100% 100%; .parttop { height: 160px; @@ -525,7 +548,7 @@ position: relative; width: 408px; height: 44px; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; font-family: PangMenZhengDao; font-weight: 400; @@ -545,16 +568,20 @@ margin-left: 5px; width: 25px; height: 25px; - background: url('@/assets/newImgs/xtb_img.png') no-repeat; + background: url("@/assets/newImgs/xtb_img.png") no-repeat; } .text { font-family: Source Han Sans CN; font-weight: bold; - font-size: 14px; + font-size: 16px; color: #ebfeff; line-height: 25px; padding-left: 5px; - background: linear-gradient(0deg, rgba(0, 242, 255, 0.5) 0%, rgba(0, 242, 255, 0) 100%); + background: linear-gradient( + 0deg, + rgba(0, 242, 255, 0.5) 0%, + rgba(0, 242, 255, 0) 100% + ); height: 10px; line-height: 0px; margin-top: 10px; @@ -586,7 +613,7 @@ padding: 0 10px 0 6px; font-family: Source Han Sans CN; font-weight: 500; - font-size: 14px; + font-size: 16px; color: #c1d3d4; } } @@ -653,7 +680,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/components/ZHQL.vue b/src/views/oneMap/components/ZHQL.vue index 9bcf91b..911104f 100644 --- a/src/views/oneMap/components/ZHQL.vue +++ b/src/views/oneMap/components/ZHQL.vue @@ -1,7 +1,13 @@ @@ -317,7 +342,7 @@ .button_box_list { width: 100%; height: 40px; - background: url('@/assets/images/fhpl/bj_img.png') no-repeat; + background: url("@/assets/images/fhpl/bj_img.png") no-repeat; background-size: 100% 100%; margin-top: 10px; padding: 0 10px; @@ -337,7 +362,7 @@ cursor: pointer; } .activeClass { - background: url('@/assets/images/fhpl/Select_img.png') no-repeat; + background: url("@/assets/images/fhpl/Select_img.png") no-repeat; background-size: 100% 100%; // background: red; color: #fdffff; @@ -353,7 +378,7 @@ margin: 10px auto; width: 420px; height: calc(100% - 65px); - background: url('@/assets/images/fhpl/sqjca.png') no-repeat; + background: url("@/assets/images/fhpl/sqjca.png") no-repeat; background-size: 100% 100%; } .Warning_Box_gq { @@ -405,7 +430,11 @@ .info { color: #fff; height: 32px; - background: linear-gradient(0deg, rgba(26, 109, 255, 0.2) 0%, rgba(40, 193, 250, 0.2) 100%); + background: linear-gradient( + 0deg, + rgba(26, 109, 255, 0.2) 0%, + rgba(40, 193, 250, 0.2) 100% + ); border-radius: 3px; padding: 0 20px; margin-top: 15px; @@ -499,6 +528,7 @@ border-radius: 6px; text-align: center; cursor: pointer; + font-size: 16px; // border: 1px solid; &:nth-of-type(1) { background: linear-gradient(0deg, #8e1e1e 0%, #420606 100%); @@ -643,7 +673,7 @@ border: 1px solid #2cfce9; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #d3f6ff; .tabItem_one { // background: red; @@ -769,7 +799,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue index ae3c851..6557b32 100644 --- a/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqhgLeftBox.vue @@ -34,60 +34,156 @@
-
+
雨衣
-
+
20
-
+
对讲机
-
+
24
-
+
油布
-
+
32
-
+
救生衣
-
+
45
-
+
潜水泵
-
+
20
-
+
其他
-
+
57
@@ -97,64 +193,64 @@ @@ -406,7 +425,11 @@ height: 14px; width: 58%; margin-top: 8px; - background: linear-gradient(0deg, rgba(0, 43, 67, 0.8) 0%, rgba(0, 76, 118, 0.8) 100%); + background: linear-gradient( + 0deg, + rgba(0, 43, 67, 0.8) 0%, + rgba(0, 76, 118, 0.8) 100% + ); border-radius: 16px; border: 1px solid #15d2fd; // background: yellow; @@ -457,7 +480,7 @@ .part { width: 130px; height: 160px; - background: url('@/assets/newImgs/iSpt.png') no-repeat; + background: url("@/assets/newImgs/iSpt.png") no-repeat; background-size: 100% 100%; .parttop { height: 160px; @@ -525,7 +548,7 @@ position: relative; width: 408px; height: 44px; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; font-family: PangMenZhengDao; font-weight: 400; @@ -545,16 +568,20 @@ margin-left: 5px; width: 25px; height: 25px; - background: url('@/assets/newImgs/xtb_img.png') no-repeat; + background: url("@/assets/newImgs/xtb_img.png") no-repeat; } .text { font-family: Source Han Sans CN; font-weight: bold; - font-size: 14px; + font-size: 16px; color: #ebfeff; line-height: 25px; padding-left: 5px; - background: linear-gradient(0deg, rgba(0, 242, 255, 0.5) 0%, rgba(0, 242, 255, 0) 100%); + background: linear-gradient( + 0deg, + rgba(0, 242, 255, 0.5) 0%, + rgba(0, 242, 255, 0) 100% + ); height: 10px; line-height: 0px; margin-top: 10px; @@ -586,7 +613,7 @@ padding: 0 10px 0 6px; font-family: Source Han Sans CN; font-weight: 500; - font-size: 14px; + font-size: 16px; color: #c1d3d4; } } @@ -653,7 +680,7 @@ height: 44px; line-height: 50px; width: 98%; - background: url('@/assets/newImgs/partBg.png') no-repeat; + background: url("@/assets/newImgs/partBg.png") no-repeat; background-size: 100% 100%; display: flex; align-items: center; diff --git a/src/views/oneMap/components/ZHQL.vue b/src/views/oneMap/components/ZHQL.vue index 9bcf91b..911104f 100644 --- a/src/views/oneMap/components/ZHQL.vue +++ b/src/views/oneMap/components/ZHQL.vue @@ -1,7 +1,13 @@