.pulldown-refresh { width:100%; background: #f7f7f7; } .pulldown-refresh .pulldown-state { width:100%; height: 100rpx; display:flex; justify-content: center; align-items: center; margin-bottom: -100rpx; } .pulldown-refresh .pulldown-state .loading { width: 30rpx; height: 30rpx; margin-right: 10rpx; } .pulldown-refresh .pulldown-state .loading-state { font-size: 25rpx; color:#666; } .pulldown-refresh .pulldown-content { width:100%; height:auto; transition: transform 0.05s linear; }