.login_model { position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); z-index: 2000; top: 0; left: 0; align-items: center; display: flex; } .login_box { width: 560rpx; background: #fff; border-radius: 16rpx; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; text-align: center; height: 570rpx; padding-top: 40rpx; padding-left: 32rpx; padding-right: 32rpx; } .logLogo{ width: 176rpx; height: 176rpx; border-radius: 16rpx; } .logTitle{ font-size: 36rpx; color: #161719; padding-top: 16rpx; } .logTool{ font-size: 28rpx; color: #5f6268; padding-top: 8rpx; } .login{ background: #e73e2d !important; width: 100% !important; height: 72rpx !important; display: flex; align-items: center; justify-content: center; border-radius: 48rpx !important; font-size: 28rpx !important; color: #ffffff !important; margin: 40rpx 0 0 0 !important; padding: 0 !important; } .no_login{ font-size: 28rpx; color: #5f6268; padding-top: 32rpx; display: inline-block; }