index.vue 264 B

12345678910111213
  1. <template>
  2. <div class="footer-section"></div>
  3. </template>
  4. <style lang="scss" scoped>
  5. .footer-section {
  6. width: 8960px;
  7. height: 256px;
  8. background: url('@/assets/images/footer.png') no-repeat;
  9. background-size: 100% 100%;
  10. pointer-events: none;
  11. }
  12. </style>