- <template>
- <view class="lc-container" >
- <u-image width="100%" height="100%" src="/static/syZN.jpg"></u-image>
- <u-image width="100%" height="100%" src="/static/zn1.jpg" ></u-image>
- <u-image width="100%" height="100%" src="/static/zn2.jpg"></u-image>
- </view>
- </template>
- <script>
- </script>
- <style lang="less">
- .lc-container{
- width: 100%;
- }
- </style>
|