sannongzixun.vue 451 B

1234567891011121314151617181920212223242526
  1. <template>
  2. <!-- 三农资讯广告位 -->
  3. <div class="sannongzixun">
  4. <div class="inner">
  5. <img src="../../static/image/Group 1548.png" alt="">
  6. </div>
  7. </div>
  8. </template>
  9. <script setup>
  10. // defineProps(['logoSrc'])
  11. </script>
  12. <style lang="less">
  13. // 十强称号logo
  14. .sannongzixun {
  15. width: 100%;
  16. height: 90px;
  17. margin: 34px 0 33px;
  18. img {
  19. width: 1200px;
  20. height: 90px;
  21. }
  22. }
  23. </style>