123456789101112131415161718 |
- <template>
- <view>
- <image src="/static/images/tongue_img1.png" mode="widthFix"></image>
- <image src="/static/images/tongue_img2.png" mode="widthFix"></image>
- <image src="/static/images/tongue_img3.png" mode="widthFix"></image>
- </view>
- </template>
- <script>
- </script>
- <style scoped lang="scss">
- image {
- width: 100%;
- height: auto;
- display: block;
- }
- </style>
|