天天看點

CSS粘性布局

ul {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}