.empty-content { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #f8f8f8; padding-bottom: 120rpx; } .empty-content-image { width: 200rpx; height: 200rpx; }