- <template>
- <div class="footer-section"></div>
- </template>
- <style lang="scss" scoped>
- .footer-section {
- width: 8960px;
- height: 256px;
- background: url('@/assets/images/footer.png') no-repeat;
- background-size: 100% 100%;
- pointer-events: none;
- }
- </style>
|