preferential.vue 778 Bytes
<template>
  <div>
   <div class="item_box">
     <div class="left">
     <img src="/static/img/pic_1.jpg" alt="网家家"/>
     <img src="/static/img/pic_1.jpg" alt="网家家"/>
     <img src="/static/img/pic_1.jpg" alt="网家家"/>
     </div>
     <div class="right">
         <img class="first" src="/static/img/pic_1.jpg" alt="网家家"/>
         <img class="item" src="/static/img/pic_1.jpg" alt="网家家"/>
     </div>
   </div>
  </div>
</template>

<script>
  export default {
    name: 'discountZone',
    data () {
      return {

      }
    },
    created(){

    },
    methods: {

    }
  }
</script>

<!-- Add "scoped" attribute to limit CSS to this component only -->
<style rel="stylesheet/less" lang="less" scoped>
    @import "preferential";
</style>