help-use.vue 265 B

123456789101112131415161718
  1. <template>
  2. <view class="help-use">
  3. <image src="../../static/icon/howuse.png"></image>
  4. </view>
  5. </template>
  6. <script>
  7. export default {}
  8. </script>
  9. <style lang="scss">
  10. .help-use {
  11. image {
  12. width: 750rpx;
  13. height: 7322rpx;
  14. }
  15. }
  16. </style>