123456789101112131415161718 |
- <template>
- <view class="help-use">
- <image src="../../static/icon/howuse.png"></image>
- </view>
- </template>
- <script>
- export default {}
- </script>
- <style lang="scss">
- .help-use {
- image {
- width: 750rpx;
- height: 7322rpx;
- }
- }
- </style>
|