Browse Source

feat: 部分字体放大

dev
jiannibang 3 years ago
parent
commit
848db5c542
  1. 1
      src/base/ShopItem/ShopItem.vue
  2. 5
      src/views/Nav/Nav.vue
  3. 14
      src/views/Nav/children/PassShop.vue
  4. BIN
      src/views/Nav/children/qrcodeBg.png

1
src/base/ShopItem/ShopItem.vue

@ -39,6 +39,7 @@ const handleShopNav = () => {
justify-content: space-between; justify-content: space-between;
flex: 1; flex: 1;
padding-left: 24px; padding-left: 24px;
overflow: hidden;
} }
.shop-name { .shop-name {
font-weight: 700; font-weight: 700;

5
src/views/Nav/Nav.vue

@ -114,9 +114,8 @@ useStatistics('navigation', { shopId: shop.value.shopId })
} }
.name { .name {
font-weight: 700; font-weight: 700;
font-size: 16px;
line-height: 19px;
color: rgba(0, 0, 0, 0.8);
font-size: 20px;
line-height: 23px;
} }
&.active { &.active {

14
src/views/Nav/children/PassShop.vue

@ -241,10 +241,13 @@ defineProps({
padding-top: 17px; padding-top: 17px;
padding-left: 26px; padding-left: 26px;
border: 2px solid rgba(0, 0, 0, 0.1); 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 { .meta {
font-weight: 700; font-weight: 700;
font-size: 14px; font-size: 14px;
@ -335,8 +338,7 @@ defineProps({
position: relative; position: relative;
z-index: 4; z-index: 4;
font-weight: 700; font-weight: 700;
font-size: 12px;
line-height: 14px;
font-size: 20px;
color: rgba(0, 0, 0, 0.6); color: rgba(0, 0, 0, 0.6);
} }

BIN
src/views/Nav/children/qrcodeBg.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Loading…
Cancel
Save