zhujindu hace 4 meses
padre
commit
e0b389a2a8
Se han modificado 1 ficheros con 66 adiciones y 3 borrados
  1. 66 3
      src/views/deviceOutside/rangeStore.vue

+ 66 - 3
src/views/deviceOutside/rangeStore.vue

@@ -2147,7 +2147,72 @@ export default {
   },
 };
 </script>
-<style>
+
+<style scoped lang="scss">
+.map {
+  width: 100%;
+  height: 79.3vh;
+  margin-top: 180px;
+}
+.text {
+  font-size: 14px;
+  color: #909090;
+  margin: 6px 0;
+}
+#container {
+  width: 20px;
+  height: 20px;
+  position: fixed;
+  left: -888px;
+}
+.mapimg {
+  position: fixed;
+  bottom: 235px;
+  right: 2px;
+  width: 38px;
+}
+.mapStoreList {
+  position: fixed;
+  width: 96%;
+  bottom: 10px;
+  background-color: white;
+  border-radius: 6px;
+  padding: 10px 0 14px;
+  overflow: hidden;
+  margin: 0 2%;
+  max-height: 330px;
+}
+.maplit {
+  width: 100%;
+  margin-top: -10px;
+  overflow-y: auto;
+  border-top: 1px solid #eeeeee;
+  padding: 0 14px;
+}
+.maplitactive {
+  height: 270px;
+}
+.maplistitem {
+  padding-bottom: 14px;
+  border-bottom: 1px solid #eeeeee;
+  .JPABC {
+    width: 20px;
+    position: relative;
+    top: 4px;
+    margin-right: 3px;
+  }
+}
+.maplistitem:last-child {
+  border: 0;
+}
+.tipsTitle {
+  padding: 5px 0;
+  text-align: center;
+  font-size: 16px;
+  font-weight: 600;
+}
+</style>
+<style lang="scss">
 .icoImgMAP {
   background-color: #fff;
   text-align: center;
@@ -2197,8 +2262,6 @@ export default {
   line-height: 26px;
   height: 26px;
 }
-</style>
-<style lang="scss">
 .van-tabs__nav--card .van-tab.van-tab--active {
   background-color: #0057ba !important;
 }