123456789101112131415161718192021 |
- <template>
- <view class="content empty flex-center">
- <image class="" src="../images/no-more.png" mode="widthFix"></image>
- <!-- <view class="col">暂无信息</view> -->
- </view>
- </template>
- <script>
-
- </script>
- <style>
- .empty{
- flex-direction: column;
- }
- .empty image {
- width:300px;
- height:180rpx;
- margin: 100rpx 0 30rpx 0;
- }
- </style>
|