滚动条样式美化
1::-webkit-scrollbar { 2 height: 0.25rem; 3 width: 0.25rem; 4 background-color: rgb(115 115 115 / 0.2); 5} 6 7::-webkit-scrollbar-thumb { 8 border-radius: 9999px; 9 background-color: rgb(115 115 115 / 0.5); 10}

达里尔
2024-07-17
滚动条样式美化
1::-webkit-scrollbar { 2 height: 0.25rem; 3 width: 0.25rem; 4 background-color: rgb(115 115 115 / 0.2); 5} 6 7::-webkit-scrollbar-thumb { 8 border-radius: 9999px; 9 background-color: rgb(115 115 115 / 0.5); 10}