.table-style1 { width: 882px; margin-left: 26px; opacity: 0.9; height: 284px; background: #082151; overflow-y: auto; } /* 设置滚动条的样式 / .table-style1::-webkit-scrollbar { width: 2px; } / 滚动槽 / .table-style1::-webkit-scrollbar-track { -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3); border-radius: 10px; } / 滚动条滑块 */ .table-style1::-webkit-scrollbar-thumb { border-radius: 10px; background: rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); } .table-style1::-webkit-scrollbar-thumb:window-inactive { background: #999; }