01-体验less.less 105 B

123456789
  1. .father {
  2. color: red;
  3. width: (68 / 37.5rem);
  4. .son {
  5. background-color: pink;
  6. }
  7. }