*, *::before, *::after { box-sizing: border-box; margin: 0; font-size: 16px; font-weight: normal; } .n-scrollbar-rail__scrollbar { background-color: #f6cbe770 !important; } /* 添加渐变背景色 */ #nprogress .bar { background: linear-gradient(to right, #ec66ab, #f78c6c, #7ed6df); } /* 添加平滑过渡效果 */ #nprogress .bar { transition: width 0.2s ease-in-out; }