multilevelClass.scss 170 B

123456789101112
  1. @import "../groud.scss";
  2. .jumbo {
  3. .content {
  4. justify-content: space-between !important;
  5. .but {
  6. width: 240rpx !important;
  7. margin-right: 0 !important;
  8. }
  9. }
  10. }