index.css 843 B

1234567
  1. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index: 99;}
  2. .update-pop{position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);background-color: #fff;border-radius: 20rpx 20rpx;z-index: 100;padding: 75rpx 90rpx 70rpx;transition: all .3s ease;width: 574rpx;box-sizing: border-box;}
  3. .bind-mobile image{width: 172rpx;height: 172rpx;margin: 0 auto 35rpx;}
  4. .update-tip{font-size: 32rpx;color: #151515;text-align: center;}
  5. .update-tip view{font-size: 30rpx;color: #666;display: block;margin-top: 20rpx;font-weight: normal;}
  6. .update-btn{width: 100% !important;height: 80rpx !important;background: var(--mina);border-radius: 50rpx !important;font-size: 30rpx;color: #fff;margin: 40rpx auto 0 !important;text-align: center;line-height: 80rpx !important;justify-content: center;font-weight: bold;}