系统通知

This commit is contained in:
A1300399510
2023-07-14 17:21:53 +08:00
parent fbfae2d4fc
commit 89d8462f7b
21 changed files with 492 additions and 104 deletions

View File

@@ -293,7 +293,7 @@
<div class="semicircle-outside"></div>
</div>
</div>
<div class="area-right flex1">
<div class="area-right flex1 scrollbar">
<div class="area-item flexacenter"
:class="{ 'pitchpitch': info['location'] == index }"
v-for="(item, index) in locationData[locationValue].data" :key="index"
@@ -371,7 +371,7 @@
</template>
<div class="residential-area">
<div class="residential-area scrollbar">
<div class="residential-item flexacenter" v-for="item in communityList" :key="item.id"
@click="clickResidentialArea(item.id, item.name)">
<div class="residential-dot"></div>
@@ -547,7 +547,7 @@
<div class="pop area-pop-box radius16 target-area" @click.stop="">
<div class="area-pop-header">目标区域</div>
<div class="area-box flexflex">
<div class="target-area-left flex1">
<div class="target-area-left flex1 scrollbar">
<div class="target-area-item" v-for="(item, index) in locationData" :key="index">
<div class="target-area-head">{{ item.name }}</div>
@@ -2321,14 +2321,12 @@ export default {
&.type-pop-box {
width: 640px;
height: 181px;
background: inherit;
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(235, 235, 235, 1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
padding: 30px;
position: absolute;
top: 58px;
@@ -2479,37 +2477,18 @@ export default {
overflow: auto;
padding-top: 16px;
/*滚动条样式*/
&::-webkit-scrollbar {
width: 8px;
}
&::-webkit-scrollbar-thumb {
border-radius: 10px;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
background: rgba(242, 242, 242, 1);
}
&::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
border-radius: 0;
background: transparent;
}
.area-item {
height: 70px;
cursor: pointer;
&:not(:last-of-type) {
border-bottom: 1px solid rgba(242, 242, 242, 1);
}
margin-right: 5px;
color: #555;
font-size: 16px;
justify-content: space-between;
&:not(:last-of-type) {
border-bottom: 1px solid rgba(242, 242, 242, 1);
}
&.pitchpitch {
color: #62B1FF;
@@ -2558,23 +2537,6 @@ export default {
background-color: red;
}
/*滚动条样式*/
&::-webkit-scrollbar {
width: 8px;
}
&::-webkit-scrollbar-thumb {
border-radius: 10px;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
background: rgba(242, 242, 242, 1);
}
&::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
border-radius: 0;
background: transparent;
}
.target-area-item {
margin-bottom: 20px;
@@ -2596,8 +2558,6 @@ export default {
border-radius: 4px;
background-color: rgba(255, 215, 82, 1);
}
}
.box {
@@ -2723,23 +2683,6 @@ export default {
padding: 10px 30px;
overflow: auto;
/*滚动条样式*/
&::-webkit-scrollbar {
width: 8px;
}
&::-webkit-scrollbar-thumb {
border-radius: 10px;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
background: rgba(242, 242, 242, 1);
}
&::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
border-radius: 0;
background: transparent;
}
.residential-item {
height: 60px;
cursor: pointer;