/* 资产相关最外层水平分布 */ .asset_container { display: flex; flex-direction: row; /* 水平方向排列子元素 */ justify-content: space-between; /* 子元素之间平均分配空间 */ }