diff --git a/src/base/ShopItem/ShopItem.vue b/src/base/ShopItem/ShopItem.vue index e799730..55306ab 100644 --- a/src/base/ShopItem/ShopItem.vue +++ b/src/base/ShopItem/ShopItem.vue @@ -39,6 +39,7 @@ const handleShopNav = () => { justify-content: space-between; flex: 1; padding-left: 24px; + overflow: hidden; } .shop-name { font-weight: 700; diff --git a/src/views/Nav/Nav.vue b/src/views/Nav/Nav.vue index 2d9d18f..760b254 100644 --- a/src/views/Nav/Nav.vue +++ b/src/views/Nav/Nav.vue @@ -114,9 +114,8 @@ useStatistics('navigation', { shopId: shop.value.shopId }) } .name { font-weight: 700; - font-size: 16px; - line-height: 19px; - color: rgba(0, 0, 0, 0.8); + font-size: 20px; + line-height: 23px; } &.active { diff --git a/src/views/Nav/children/PassShop.vue b/src/views/Nav/children/PassShop.vue index 8c3c42c..952c0a5 100644 --- a/src/views/Nav/children/PassShop.vue +++ b/src/views/Nav/children/PassShop.vue @@ -241,10 +241,13 @@ defineProps({ padding-top: 17px; padding-left: 26px; border: 2px solid rgba(0, 0, 0, 0.1); - font-weight: 700; - font-size: 32px; - line-height: 38px; - color: rgba(0, 0, 0, 0.8); + .floor { + font-weight: 700; + font-size: 32px; + line-height: 38px; + color: rgba(0, 0, 0, 0.8); + } + .meta { font-weight: 700; font-size: 14px; @@ -335,8 +338,7 @@ defineProps({ position: relative; z-index: 4; font-weight: 700; - font-size: 12px; - line-height: 14px; + font-size: 20px; color: rgba(0, 0, 0, 0.6); } diff --git a/src/views/Nav/children/qrcodeBg.png b/src/views/Nav/children/qrcodeBg.png index ebfe28d..ea9339d 100644 Binary files a/src/views/Nav/children/qrcodeBg.png and b/src/views/Nav/children/qrcodeBg.png differ