ques.vue 508 B

123456789101112131415161718
  1. <template>
  2. <view>
  3. <image src="https://cos.his.cdwjyyh.com/fs/20250529/b581aaec73484783accacea682a5e587.png" mode="widthFix"></image>
  4. <image src="https://cos.his.cdwjyyh.com/fs/20250529/07b7822625df4ea1832f3cb988e2ee40.png" mode="widthFix"></image>
  5. <image src="https://cos.his.cdwjyyh.com/fs/20250529/87b02ce75c4e44728bfc400902af74df.png" 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>