ques.vue 574 B

123456789101112131415161718
  1. <template>
  2. <view>
  3. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/b581aaec73484783accacea682a5e587.jpg" mode="widthFix"></image>
  4. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/07b7822625df4ea1832f3cb988e2ee40.jpg" mode="widthFix"></image>
  5. <image src="https://cqtyt-2025.oss-cn-beijing.aliyuncs.com/huyi/imagesNew/87b02ce75c4e44728bfc400902af74df.jpg" mode="widthFix"></image>
  6. </view>
  7. </template>
  8. <script>
  9. </script>
  10. <style scoped lang="scss">
  11. image {
  12. width: 100%;
  13. height: auto;
  14. display: block;
  15. }
  16. </style>