| | |
| | | iconSize="1000" |
| | | v-if="detailData.length===0"></u-empty> |
| | | <!-- 渲染区域 --> |
| | | |
| | | <view class="itemWarp"> |
| | | <view class="history-information" v-for="item,i in detailData" |
| | | :key="i"> |
| | | <view class="first"> |
| | |
| | | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | flex-wrap: wrap; |
| | | height: 100%; |
| | | width: 100%; |
| | | justify-content: start; |
| | | justify-content: center; |
| | | align-items: center; |
| | | .itemWarp{ |
| | | width: 100%; |
| | | height: 100%; |
| | | display: flex; |
| | | justify-content: start; |
| | | align-items: center; |
| | | |
| | | } |
| | | |
| | | } |
| | | @mixin flex { |
| | |
| | | align-items: center; |
| | | } |
| | | .history-information { |
| | | width: 550rpx; |
| | | width: 600rpx; |
| | | height: 450rpx; |
| | | margin: vww(10) vww(10); |
| | | padding: 5rpx; |
| | |
| | | @include flex; |
| | | |
| | | &_text { |
| | | font-size: 24rpx; |
| | | color: #919090; |
| | | } |
| | | |