Browse Source

fix: 🧩 店铺logo居中修改

pull/22/head
liyongle 3 years ago
parent
commit
a1c84f7e64
  1. 11
      src/components/ShopItem/ShopItem.vue

11
src/components/ShopItem/ShopItem.vue

@ -50,7 +50,7 @@ function showDetail(shop: Shop) {
position: relative; position: relative;
width: 212px; width: 212px;
height: 136px;
height: 145px;
border-radius: 16px 16px 0 0; border-radius: 16px 16px 0 0;
.logo { .logo {
width: 120px; width: 120px;
@ -59,11 +59,12 @@ function showDetail(shop: Shop) {
} }
} }
.bottom { .bottom {
@include fl(space-between);
@include fl(space-between, flex-start);
width: 212px; width: 212px;
height: 40px;
height: 31px;
padding: 9px 16px; padding: 9px 16px;
padding-top: 0;
background: rgb(255 255 255 / 60%); background: rgb(255 255 255 / 60%);
border-radius: 0 0 16px 16px; border-radius: 0 0 16px 16px;
.shop-name { .shop-name {
@ -75,7 +76,7 @@ function showDetail(shop: Shop) {
color: #534f46; color: #534f46;
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
line-height: 22px;
// line-height: 22px;
} }
.right { .right {
@include fl; @include fl;
@ -92,7 +93,7 @@ function showDetail(shop: Shop) {
color: #615c59; color: #615c59;
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
line-height: 22px;
// line-height: 22px;
} }
} }
} }

Loading…
Cancel
Save