flexBox align-items center

以 flex-direction: row 为参考。
以 justify-content: space-around 为参考。

center 在侧轴中居中对齐。

1.Web

align-items: center;

1B608344-21C2-4240-B2A5-7DB69C9A7212

2.React Native

alignItems: 'center',

09D3C23C-6C3E-46D0-B52D-F087D61DDEB2

3.微信小程序

align-items: center;

CDD7B3D7-723F-4294-B905-EF887A14CE2F