为什么无法垂直居中?
<view class="c1"> <text>111111</text></view> |
.c1{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;} |
<view class="c1"> <text>111111</text></view> |
.c1{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;} |