/*滚动条样式*/ .overflow-height::-webkit-scrollbar { 5px; height: 5px;} .overflow-height::-webkit-scrollbar-thumb {border-radius: 3px; -webkit-box-shadow: inset 0 0 5px #ddd;background: rgba(0,0,0,0.4);} .overflow-height::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);border-radius: 4px; background: rgba(0,0,0,0);}