.container{ } .bgImg{ width: 750rpx; height: 100vh; } .title{ position: absolute; left: 50%; top: 110rpx; transform: translateX(-50%); font-size: 32rpx; font-weight: bold; color: white; } .bottomView{ border-radius: 10rpx; position: absolute; left: 50%; bottom: 180rpx; transform: translateX(-50%); width: 80%; padding: 30rpx 0; font-size: 38rpx; font-weight: bold; text-align: center; color: #44587e; background: white; } .loginBtn{ width: 100%; height: 100%; position: absolute; z-index: 2; left: 0; top: 0; opacity: 0; }