html 布局 左右两边是200px 的宽度,中间自适应

table: 父: display:flex 子 :3个统一设置 : display: table-cell; 其中 左右 200

dislay: flex
左右为200 中间Flex 为1

grid:

父:
dislay: grid
height: 100vh;
grid-template-rows: 100px;
grid-template-columns: 300px auto 300px;

 

工作中如果有您解决不了的问题或者您花费2小时还没解决的问题,这里可以有偿帮您高效直接解决bug,wx号:18062748486,备注”bug解决“;

posted on 2022-05-18 10:54  艾小码  阅读(135)  评论(0编辑  收藏  举报

导航