/*滚动条样式*/ ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-thumb { background-color: #CDD9E6; border-radius: 2em; } ::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0); border-radius: 2em; } /*文字选择样式*/ ::selection { background: #bbdefb; text-shadow: none; } ::selection { background: #108ee9; color: #fff; } ::selection { background: #bbdefb; text-shadow: none; }