1.flex-grow属性定义项目的放大比例,默认为0,即如果存在剩余空间,也不放大 ... <style type="text/css"> .parent { display: flex; width: 600px; } ...
確定! 回上一頁