| 1234567 |
- .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;}
- .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;}
- .close{position: absolute;top: 30rpx;right: 30rpx;}
- .close .image{width: 42rpx;height: 42rpx;}
- .logo{width: 100rpx;height: 100rpx;border-radius: 50%;margin: 0 auto;}
- .title{font-size: 32rpx;color: #333;font-weight: bold;margin-top: 30rpx;}
- .l-btn{height: 80rpx;line-height: 80rpx;background: var(--mina);border-radius: 40rpx;font-size: 30rpx;color: #fff;margin-top: 80rpx;}
|