| | |
| | | box-sizing: border-box; |
| | | } |
| | | .noMore-View { |
| | | display: flex; |
| | | /* display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | align-items: center; |
| | | height: 100%; |
| | | text-align: center; |
| | | flex-direction: column; |
| | | height: 100vh; |
| | | width: 100%; |
| | | text-align: center; */ |
| | | display: flex; |
| | | flex-direction: column; /* 确保子元素纵向排列 */ |
| | | justify-content: center; /* 垂直居中 */ |
| | | align-items: center; /* 水平居中 */ |
| | | height: 100%; /* 让容器高度占满父元素 */ |
| | | } |
| | | |
| | | .noMore-img{ |
| | |
| | | |
| | | .noMore-text{ |
| | | color:#969494; |
| | | } |
| | | |
| | | .list-container { |
| | | display: flex; |
| | | flex: 1; |
| | | overflow-y: auto; |
| | | z-index: 0; |
| | | margin-top: 10rpx; |
| | | } |