layout.wxss 52 B

123456
  1. .flex {
  2. display: flex;
  3. }
  4. .flex_auto {
  5. flex: 1;
  6. }