diff --git a/src/views/pages/waterPoints/index.vue b/src/views/pages/waterPoints/index.vue index 7585eb6..3f975db 100644 --- a/src/views/pages/waterPoints/index.vue +++ b/src/views/pages/waterPoints/index.vue @@ -441,7 +441,7 @@ export default { position: absolute; z-index: 1000; right: 8px; - top: 562px; + top: 660px; width: 398px; // height:500px; background: rgba($color: #05213b, $alpha: .85); @@ -515,19 +515,19 @@ export default { width: 14px; height: 14px; border-radius: 50%; - background: red; + background: #f74b3f; position: absolute; left: 34.5px; top: 21px; } .eventSelectionIcon:nth-child(2){ - background: yellow; + background: #ffae2b; position: absolute; left: 34.5px; top: 42px; } .eventSelectionIcon:nth-child(3){ - background: green; + background: #31d779; position: absolute; left: 34.5px; top: 63px;