此文仅供参考:
//wxml
<view class='content'>
<text>请依次允许获得你的公开信息及手机号码</text>
</view>
//wxss
.content {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
效果:
//wxml
<view class='content'>
<text>请依次允许获得你的公开信息及手机号码</text>
</view>
//wxss
.content {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
效果: