Browse Source

优化响应式问题

master
liaoxinyu 2 years ago
parent
commit
347313647d
  1. 6
      src/views/home/index.vue

6
src/views/home/index.vue

@ -2280,6 +2280,7 @@
font-size: 16px; font-size: 16px;
margin-top: 10px; margin-top: 10px;
text-align: center; text-align: center;
margin: auto;
} }
} }
} }
@ -2308,10 +2309,7 @@
width: 100%; width: 100%;
flex-wrap: wrap; flex-wrap: wrap;
padding: 0px 20px; padding: 0px 20px;
justify-content: center;
.travel_box{
width: 100%;
}
} }
.productservice{ .productservice{

Loading…
Cancel
Save