diff --git a/src/base/ShopItem/ShopItem.vue b/src/base/ShopItem/ShopItem.vue index 04af7fa..3c47c23 100644 --- a/src/base/ShopItem/ShopItem.vue +++ b/src/base/ShopItem/ShopItem.vue @@ -1,14 +1,13 @@ diff --git a/src/components/BrandScroll/BrandScroll.vue b/src/components/BrandScroll/BrandScroll.vue index 0d8456d..fdcc9c7 100644 --- a/src/components/BrandScroll/BrandScroll.vue +++ b/src/components/BrandScroll/BrandScroll.vue @@ -8,10 +8,9 @@ props.list, () => diff --git a/src/components/Map/Map.vue b/src/components/Map/Map.vue index 7cba009..3008c12 100644 --- a/src/components/Map/Map.vue +++ b/src/components/Map/Map.vue @@ -5,7 +5,8 @@
-
{{ shop ? switchLanguage(shop, 'shopName') : '' }}
+
{{ shop ? switchLanguage(shop, 'shopName') : '' }}
+
导航
@@ -51,19 +52,35 @@ const { shop } = storeToRefs(store) position: absolute; z-index: 9000 !important; visibility: hidden; - height: 36px; + width: 130px; + height: 65.14px; background: center / 100% 100% no-repeat url(./bg.png); - div { + .name { font-weight: 700; - font-size: 12px; - line-height: 30px; + font-size: 14px; + line-height: 16px; text-align: center; - border-radius: 100px; - color: #ffffff; - padding: 0 12px; + color: #516dd8; + padding: 7px 6px; @include no-wrap; z-index: 1; } + .btn { + position: absolute; + left: 0; + right: 0; + top: 30px; + margin: auto; + width: 118px; + height: 24px; + background: #516dd8; + border-radius: 8px; + font-weight: 700; + font-size: 12px; + line-height: 24px; + color: #ffffff; + text-align: center; + } } #moveFloorBG { position: absolute; diff --git a/src/components/Map/bg.png b/src/components/Map/bg.png index f742df7..ec090c6 100644 Binary files a/src/components/Map/bg.png and b/src/components/Map/bg.png differ diff --git a/src/components/PublicComponent/PublicComponent.vue b/src/components/PublicComponent/PublicComponent.vue index f2c66f3..1f6a8ca 100644 --- a/src/components/PublicComponent/PublicComponent.vue +++ b/src/components/PublicComponent/PublicComponent.vue @@ -1,5 +1,6 @@ +