|
@@ -17,7 +17,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="box2">
|
|
<div class="box2">
|
|
<div class="box-left">
|
|
<div class="box-left">
|
|
- <el-input v-model="queryParams.keyword" class="custom-input" placeholder="搜索" style="width: 600px" @input="initData">
|
|
|
|
|
|
+ <el-input v-model="queryParams.keyword" class="custom-input" placeholder="搜索" style="width: 220px" @input="initData">
|
|
<template #prefix>
|
|
<template #prefix>
|
|
<el-icon class="el-input__icon"><search /></el-icon>
|
|
<el-icon class="el-input__icon"><search /></el-icon>
|
|
</template>
|
|
</template>
|
|
@@ -115,11 +115,12 @@ onMounted(() => {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.menu-content {
|
|
.menu-content {
|
|
- width: 1584px;
|
|
|
|
- height: 2066px;
|
|
|
|
|
|
+ width: 588px;
|
|
|
|
+ height: 767px;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/dialog.png') no-repeat;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/dialog.png') no-repeat;
|
|
- padding: 130px 30px 20px 40px;
|
|
|
|
- font-size: 36px;
|
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ padding: 60px 10px 10px 15px;
|
|
|
|
+ font-size: 14px;
|
|
position: relative;
|
|
position: relative;
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
.box1 {
|
|
.box1 {
|
|
@@ -127,42 +128,44 @@ onMounted(() => {
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
align-items: flex-end;
|
|
.title-box {
|
|
.title-box {
|
|
- width: 370px;
|
|
|
|
- height: 35px;
|
|
|
|
|
|
+ width: 137px;
|
|
|
|
+ height: 20px;
|
|
background-image: url('@/assets/images/map/rightMenu/rainMonitor/titleBox.png');
|
|
background-image: url('@/assets/images/map/rightMenu/rainMonitor/titleBox.png');
|
|
|
|
+ background-size: 137px 13px;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-position: bottom left;
|
|
background-position: bottom left;
|
|
- font-size: 44px;
|
|
|
|
|
|
+ font-size: 16px;
|
|
color: #fff;
|
|
color: #fff;
|
|
- padding-left: 50px;
|
|
|
|
|
|
+ padding-left: 20px;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
margin-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
.date-box {
|
|
.date-box {
|
|
- width: 672px;
|
|
|
|
- height: 144px;
|
|
|
|
|
|
+ width: 243px;
|
|
|
|
+ height: 52px;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/dateBox.png') no-repeat;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/dateBox.png') no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- padding-left: 200px;
|
|
|
|
|
|
+ padding-left: 60px;
|
|
.text-box {
|
|
.text-box {
|
|
display: flex;
|
|
display: flex;
|
|
align-content: center;
|
|
align-content: center;
|
|
- padding-left: 15px;
|
|
|
|
|
|
+ padding-left: 10px;
|
|
}
|
|
}
|
|
.text1 {
|
|
.text1 {
|
|
- font-size: 36px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
}
|
|
}
|
|
.text2 {
|
|
.text2 {
|
|
- font-size: 40px;
|
|
|
|
|
|
+ font-size: 16px;
|
|
color: transparent;
|
|
color: transparent;
|
|
background-image: linear-gradient(to bottom, #ffffff 25%, #2b72d6 100%);
|
|
background-image: linear-gradient(to bottom, #ffffff 25%, #2b72d6 100%);
|
|
-webkit-background-clip: text;
|
|
-webkit-background-clip: text;
|
|
background-clip: text;
|
|
background-clip: text;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
font-family: BEBAS-1;
|
|
font-family: BEBAS-1;
|
|
- margin: 0 15px;
|
|
|
|
|
|
+ margin: 0 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -170,12 +173,14 @@ onMounted(() => {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
align-items: baseline;
|
|
align-items: baseline;
|
|
|
|
+ margin-top: -5px;
|
|
.box-left {
|
|
.box-left {
|
|
display: flex;
|
|
display: flex;
|
|
.btn {
|
|
.btn {
|
|
- width: 140px;
|
|
|
|
- height: 56px;
|
|
|
|
|
|
+ width: 59px;
|
|
|
|
+ height: 23px;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/btn.png') no-repeat;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/btn.png') no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -184,8 +189,8 @@ onMounted(() => {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.btn2 {
|
|
.btn2 {
|
|
- width: 300px;
|
|
|
|
- height: 120px;
|
|
|
|
|
|
+ width: 111px;
|
|
|
|
+ height: 45px;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/btn2.png') no-repeat;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/btn2.png') no-repeat;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -193,11 +198,12 @@ onMounted(() => {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
margin-left: 20px;
|
|
margin-left: 20px;
|
|
color: #edfaff;
|
|
color: #edfaff;
|
|
- font-size: 32px;
|
|
|
|
|
|
+ font-size: 12px;
|
|
.video-icon {
|
|
.video-icon {
|
|
- width: 41px;
|
|
|
|
- height: 38px;
|
|
|
|
|
|
+ width: 22px;
|
|
|
|
+ height: 22px;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/video.png') no-repeat;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/video.png') no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -205,16 +211,16 @@ onMounted(() => {
|
|
}
|
|
}
|
|
.custom-table {
|
|
.custom-table {
|
|
.table-header {
|
|
.table-header {
|
|
- width: 1490px;
|
|
|
|
- height: 88px;
|
|
|
|
|
|
+ width: 557px;
|
|
|
|
+ height: 32px;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/header.png') no-repeat;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/header.png') no-repeat;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- padding: 0 30px;
|
|
|
|
|
|
+ padding: 0 12px;
|
|
}
|
|
}
|
|
.td {
|
|
.td {
|
|
&:nth-child(1) {
|
|
&:nth-child(1) {
|
|
- width: 260px;
|
|
|
|
|
|
+ width: 100px;
|
|
}
|
|
}
|
|
&:nth-child(2) {
|
|
&:nth-child(2) {
|
|
flex: 5;
|
|
flex: 5;
|
|
@@ -224,17 +230,17 @@ onMounted(() => {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.table-content {
|
|
.table-content {
|
|
- height: 1530px;
|
|
|
|
|
|
+ height: 540px;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
.tr {
|
|
.tr {
|
|
- width: 1490px;
|
|
|
|
- height: 88px;
|
|
|
|
|
|
+ width: 557px;
|
|
|
|
+ height: 32px;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/tr.png') no-repeat;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/tr.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
margin-top: 8px;
|
|
margin-top: 8px;
|
|
- padding: 0 30px;
|
|
|
|
|
|
+ padding: 0 12px;
|
|
cursor: default;
|
|
cursor: default;
|
|
&:hover {
|
|
&:hover {
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/trActive.png') no-repeat;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/trActive.png') no-repeat;
|
|
@@ -249,18 +255,20 @@ onMounted(() => {
|
|
color: #00d0ee;
|
|
color: #00d0ee;
|
|
display: flex;
|
|
display: flex;
|
|
.video-icon {
|
|
.video-icon {
|
|
- width: 54px;
|
|
|
|
- height: 54px;
|
|
|
|
|
|
+ width: 26px;
|
|
|
|
+ height: 26px;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/icon1.png') no-repeat;
|
|
background: url('@/assets/images/map/rightMenu/potentialFloodHazard/icon1.png') no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ margin-right: 4px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.title {
|
|
.title {
|
|
- font-size: 60px;
|
|
|
|
|
|
+ font-size: 24px;
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 30px;
|
|
|
|
- left: 160px;
|
|
|
|
|
|
+ top: 12px;
|
|
|
|
+ left: 55px;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|