index.css 654 B

1234567
  1. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;}
  2. .popup-login{position: fixed;top: 50%;transform: translateY(-50%);left: 80rpx;right: 80rpx;background: #fff;border-radius: 20rpx;padding: 80rpx 50rpx;text-align: center;z-index: 100;}
  3. .close{position: absolute;top: 30rpx;right: 30rpx;}
  4. .close .image{width: 42rpx;height: 42rpx;}
  5. .logo{width: 100rpx;height: 100rpx;border-radius: 50%;margin: 0 auto;}
  6. .title{font-size: 32rpx;color: #333;font-weight: bold;margin-top: 30rpx;}
  7. .l-btn{height: 80rpx;line-height: 80rpx;background: var(--mina);border-radius: 40rpx;font-size: 30rpx;color: #fff;margin-top: 80rpx;}