首页样式调整

zhc4dev
暖暖 2 years ago
parent abb2a02a5d
commit ad441e08e4
  1. 4
      ant-design-vue-jeecg/src/views/shopping/shopHome.vue

@ -881,16 +881,18 @@
padding-bottom: 10px; padding-bottom: 10px;
} }
.section5 .tabs .jz { .section5 .tabs .jz {
justify-content: space-between; justify-content: flex-start;
flex-wrap: wrap; flex-wrap: wrap;
} }
.section5 .tabs .jz .item { .section5 .tabs .jz .item {
background-color: #fff; background-color: #fff;
width: 19%; width: 19%;
min-width: 270px;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding-bottom: 30px; padding-bottom: 30px;
margin-bottom: 30px; margin-bottom: 30px;
margin-right: 11px;
} }
.section5 .tabs .jz .item img { .section5 .tabs .jz .item img {
width: 80%; width: 80%;

Loading…
Cancel
Save