liucheng.vue 361 B

12345678910111213141516
  1. <template>
  2. <view class="lc-container" >
  3. <u-image width="100%" height="100%" src="/static/syZN.jpg"></u-image>
  4. <u-image width="100%" height="100%" src="/static/zn1.jpg" ></u-image>
  5. <u-image width="100%" height="100%" src="/static/zn2.jpg"></u-image>
  6. </view>
  7. </template>
  8. <script>
  9. </script>
  10. <style lang="less">
  11. .lc-container{
  12. width: 100%;
  13. }
  14. </style>