.preload-loveranking-item { width: 100%; height: 140rpx; display: flex; align-items: center; } .preload-loveranking-item .avatar { width: 90rpx; height: 90rpx; border-radius: 50%; margin: 0 15rpx; background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%); animation: loading 1.4s ease infinite; background-size: 400% 100%; } .preload-loveranking-item .info { height: 90rpx; display: flex; flex-direction: column; justify-content: center; width: calc(100% - 150rpx - 20rpx); } .preload-loveranking-item .info .top, .preload-loveranking-item .info .bottom { width: 100%; height: 30rpx; background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%); animation: loading 1.4s ease infinite; background-size: 400% 100%; } .preload-loveranking-item .info .top { margin-bottom: 20rpx; } @keyframes loading { 0% { background-position: 100% 50% } 100% { background-position: 0 50% } }