1、上下居中(垂直居中)
style=“height: 40px;
background-color: #FFFFFF;
display: flex;
flex-direction: row;
align-items: center;

2、左右居中(水平居中)
style=“height: 40px;
background-color: #FFFFFF;
display: flex;
flex-direction: row;
justify-content: center;

3、左右居中(水平居中)
display: flex;
flex-direction: column;
align-items: center;
————————————————
版权声明:本文为CSDN博主「你的美,让我痴迷」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_45932157/article/details/115222809

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-09
  • 2021-12-05
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案