index.scss 185 B

12345678910111213141516
  1. .scroll-box {
  2. background-color: #fff;
  3. .box {
  4. display: flex;
  5. min-width: 100vw;
  6. .item {
  7. flex-shrink: 0;
  8. padding: 0 20rpx;
  9. }
  10. .active {
  11. color: var(--assist);
  12. }
  13. }
  14. }