jieshao.vue 812 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <template>
  2. <view class="content">
  3. <view class="img">
  4. <image src="../../static/img/jieshao.jpg" mode=""></image>
  5. </view>
  6. <!-- <view class="img">
  7. <image src="../../static/index/js02.png" mode=""></image>
  8. </view>
  9. <view class="img">
  10. <image src="../../static/index/js03.png" mode=""></image>
  11. </view>
  12. <view class="img">
  13. <image src="../../static/index/js04.png" mode=""></image>
  14. </view>
  15. <view class="img">
  16. <image src="../../static/index/js05.png" mode=""></image>
  17. </view>
  18. <view class="img">
  19. <image src="../../static/index/js06.png" mode=""></image>
  20. </view> -->
  21. </view>
  22. </template>
  23. <script>
  24. export default {
  25. data() {
  26. return {
  27. };
  28. }
  29. }
  30. </script>
  31. <style lang="scss">
  32. .img{
  33. width: 750rpx;
  34. height: 15354rpx;
  35. image{
  36. width: 100%;
  37. height: 100%;
  38. }
  39. }
  40. </style>