/* pages/login/login.wxss */ .login{ height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; .login-button{ margin-top: 60rpx; } }