微信小程序组件 按比例 布局排列_系统

 

只需要在组件中加入   flex-grow: 1; 属性 就可以了

.cost{
  justify-content: center;
  margin-top: 10px;
 flex-grow: 1;
}