CSS設置頁面背景色為淺灰色,代碼示例如下:
.list { background: #ebedf0; height: 100vh; overflow-y: scroll; overflow-x: hidden; }
即可。