父元素设置
display: flex;
align-items: center;
justify-content: center;
子元素设置
transform: scale(1); /*测试不加也可以*/
父元素设置
display: flex;
align-items: center;
justify-content: center;
子元素设置
transform: scale(1); /*测试不加也可以*/