Browse Source

feat: 横板样式更新

v1.0.1
jiannibang 3 years ago
parent
commit
97e6e978f8
  1. 4
      src/base/ShopItem/ShopItem.vue
  2. 3
      src/views/Index/Index.vue

4
src/base/ShopItem/ShopItem.vue

@ -84,6 +84,7 @@ const deactivate = () => store.SET_SHOP(null)
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: contain; object-fit: contain;
object-position: center;
} }
.name { .name {
display: flex; display: flex;
@ -290,6 +291,9 @@ const deactivate = () => store.SET_SHOP(null)
} }
@media (min-aspect-ratio: 1/1) { @media (min-aspect-ratio: 1/1) {
.group-item { .group-item {
.logo-wrapper {
padding: 20px 35px;
}
&.isGuide { &.isGuide {
width: 190px; width: 190px;
&.isActive { &.isActive {

3
src/views/Index/Index.vue

@ -640,6 +640,9 @@ const handleFood = id => {
.food { .food {
height: 625px; height: 625px;
top: 84px; top: 84px;
.brandSwiper {
height: 457px;
}
} }
.menu { .menu {
left: 1068px; left: 1068px;

Loading…
Cancel
Save