25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* You can add global styles to this file, and also import other style files */
-
- /* 修改滚动条宽度、背景色和滑块颜色 */
- ::-webkit-scrollbar {
- width: 12px;
- }
-
- ::-webkit-scrollbar-track {
- background: #f1f1f1;
- }
-
- ::-webkit-scrollbar-thumb {
- background: #888;
- }
-
- /* 鼠标悬停时滚动条滑块颜色 */
- ::-webkit-scrollbar-thumb:hover {
- background: #555;
- }
|