.empty-container { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 10; display: flex; justify-content: center; align-items: center; min-height: 375rpx; } .empty-wrap { display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; } .empty-img { width: 196rpx; height: auto; } .empty-txt { margin-top: 20rpx; text-align: center; font-size: 28rpx; font-weight: 400; color: #999; }