方法1. 使用flex或grid布局
flex和grid布局的默认子元素就是stretch,只需设置父元素 display:flex或display:grid即可
若多个元素布局不同,则可单独设置某个元素的布局,align-self: stretch