// 滚动条样式
::-webkit-scrollbar {
width: 15px;
height: 15px;
}
::-webkit-scrollbar-track {
background: rgba(27, 137, 255, 0.24);
border: 1px solid #1b7bdf;
border-radius: 7px;
}
::-webkit-scrollbar-thumb {
background: #3088ff;
border-radius: 7px;
}