合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
微信小程序采用flex弹性布局 ``` .container { height: 100vh; //vh为viewheight,即可见内容高度的100% display: flex; flex-direction: column; //排列方向:纵向 默认为横向 justify-content: space-around; //space-between暂不支持 align-items: center; } ```