index.scss 162 B

1234567891011
  1. .picker {
  2. width: 750rpx;
  3. height: 450rpx;
  4. overflow: hidden;
  5. background: #fff;
  6. .indicator {
  7. height: 90rpx;
  8. color: #000;
  9. }
  10. }