123456789101112131415161718 |
- <template>
- <view>
- <image src="https://cos.his.cdwjyyh.com/fs/20250529/b581aaec73484783accacea682a5e587.png" mode="widthFix"></image>
- <image src="https://cos.his.cdwjyyh.com/fs/20250529/07b7822625df4ea1832f3cb988e2ee40.png" mode="widthFix"></image>
- <image src="https://cos.his.cdwjyyh.com/fs/20250529/87b02ce75c4e44728bfc400902af74df.png" mode="widthFix"></image>
- </view>
- </template>
- <script>
- </script>
- <style scoped lang="scss">
- image {
- width: 100%;
- height: auto;
- display: block;
- }
- </style>
|