实现一个类似X的timeline无限滚动列表
实现一栏固定, 右侧随窗口变化
使用 ../前端专题/CSS#Flex 布局 布局
.container{ display:flex; } .bar1{ flex }