Browse Source

首页案列图片调小

old
bemege 4 years ago
parent
commit
df3dc1bbc3
  1. 5
      src/views/official/index.vue

5
src/views/official/index.vue

@ -643,7 +643,7 @@ export default {
margin-top: 200px; margin-top: 200px;
img { img {
width: 100%; width: 80%;
} }
} }
} }
@ -800,6 +800,9 @@ export default {
} }
.content-wrapper-company { .content-wrapper-company {
margin-top: 80px !important; margin-top: 80px !important;
img {
width: 100% !important;
}
} }
.footer-page { .footer-page {
text-align: center; text-align: center;

Loading…
Cancel
Save