@ -1,6 +1,9 @@ |
|||||||
/* components/pagination/index.wxss */ |
/* components/pagination/index.wxss */ |
||||||
|
.pagination { |
||||||
|
--divider-text-color: rgba(148, 163, 184, 1); |
||||||
.none { |
.none { |
||||||
display: block; |
display: block; |
||||||
margin: 30rpx auto; |
margin: 30rpx auto; |
||||||
width: 80%; |
width: 80%; |
||||||
} |
} |
||||||
|
} |
||||||
|
|||||||
@ -1,6 +1,8 @@ |
|||||||
|
<view class="pagination"> |
||||||
<image class="none" src="{{imageUrl}}none.png" wx:if="{{pagination.count==0}}"></image> |
<image class="none" src="{{imageUrl}}none.png" wx:if="{{pagination.count==0}}"></image> |
||||||
<van-divider contentPosition="center" wx:elif="{{pagination.page<pagination.pages}}"> |
<van-divider contentPosition="center" wx:elif="{{pagination.page<pagination.pages}}"> |
||||||
<van-loading /> |
<van-loading /> |
||||||
加载中... |
加载中... |
||||||
</van-divider> |
</van-divider> |
||||||
<van-divider contentPosition="center" wx:elif="{{pagination.page>=pagination.pages}}">没有更多了</van-divider> |
<van-divider contentPosition="center" wx:elif="{{pagination.page>=pagination.pages}}">没有更多了</van-divider> |
||||||
|
</view> |
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 567 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 822 B After Width: | Height: | Size: 812 B |
|
Before Width: | Height: | Size: 815 B After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 500 B After Width: | Height: | Size: 717 B |
|
Before Width: | Height: | Size: 692 B After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 1.3 KiB |