12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <template>
- <view class="content">
- <view class="img">
- <image src="../../static/img/jieshao.jpg" mode=""></image>
- </view>
- <!-- <view class="img">
- <image src="../../static/index/js02.png" mode=""></image>
- </view>
- <view class="img">
- <image src="../../static/index/js03.png" mode=""></image>
- </view>
- <view class="img">
- <image src="../../static/index/js04.png" mode=""></image>
- </view>
- <view class="img">
- <image src="../../static/index/js05.png" mode=""></image>
- </view>
- <view class="img">
- <image src="../../static/index/js06.png" mode=""></image>
- </view> -->
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- };
- }
- }
- </script>
- <style lang="scss">
- .img{
- width: 750rpx;
- height: 15354rpx;
- image{
- width: 100%;
- height: 100%;
- }
- }
- </style>
|