ques.vue 370 B

123456789101112131415161718
  1. <template>
  2. <view>
  3. <image src="/static/images/tongue_img1.png" mode="widthFix"></image>
  4. <image src="/static/images/tongue_img2.png" mode="widthFix"></image>
  5. <image src="/static/images/tongue_img3.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>