参考答案:
1.square { 2 width: 10%; 3 height: 10vw; 4 background: tomato; 5}
1.square { 2 width: 20%; 3 height: 0; 4 padding-top: 20%; 5 background: orange; 6}
1.square { 2 width: 30%; 3 overflow: hidden; 4 background: yellow; 5} 6.square::after { 7 content: ''; 8 display: block; 9 margin-top: 100%; 10}
最近更新时间:2022-06-25