Banner1.vue 408 B

12345678910111213141516171819202122
  1. <template>
  2. <div id="banner1">
  3. <div class="inner">
  4. <img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/image/banner1.png" alt="三农资讯网广告位">
  5. </div>
  6. </div>
  7. </template>
  8. <script>
  9. </script>
  10. <style lang="less" scoped>
  11. #banner1 {
  12. width: 100%;
  13. height: 90px;
  14. margin: 40px 0 40px;
  15. img{
  16. width: 1200px;
  17. height: 90px;
  18. }
  19. }
  20. </style>