<view class="login">
<view>點擊確定可自動登錄</view>
</view>
.login{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
position: absolute;
}
