UNPKG

mtfscrolllist

Version:

Virtualized infinite scrolling list 虚拟化无限滚动 下拉刷新列表

23 lines 388 B
body { background-color: #f7f7f7; } .scrolllist { margin: 50px auto; width: 300px; max-height: 360px; overflow: auto; } .scrolllist img { width: 100%; } .tip { position: fixed; top: 25px; margin-left: 50%; padding: 5px 10px; background-color: pink; color: #ffffff; border-radius: 5px; transform: translateX(-50%); opacity: .7; }