.login-container { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; .login-tel { width: 600rpx; height: 80rpx; display: flex; align-items: center; justify-content: center; border-radius: 50px; box-sizing: border-box; padding: 0 40rpx; border: 1px solid rgba(84, 140, 247, 0.53); margin-bottom: 40rpx; &:focus-within { border: 1px solid #548cf7; /deep/ text { color: #548cf7 !important; } } } .login-btn{ border: none; background-color: #548cf7; color: #ffffff; font-size: 32rpx; width: 600rpx; height: 80rpx; border-radius: 50px; display: flex; align-items: center; justify-content: center; .u-icon{ margin-right: 20rpx; } } } page { height: 100%; }