CSS设置页面背景色为浅灰色,代码示例如下:

.list {
  background: #ebedf0;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

即可。