2024年4月15日发(作者:)

4. display: flex;

5. }

6. .child{

7. flex:1;

8. height: 100px;

9. }

10. .child + .child{

11. margin-left: 20px;

12. }

13.

1.

2.

1

3.

2

4.

3

5.

4

6.