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

Loading…
Cancel
Save