01-体验less.css 93 B

1234567
  1. .father {
  2. color: red;
  3. width: 1.81333333rem;
  4. }
  5. .father .son {
  6. background-color: pink;
  7. }