| 1234567 |
- .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;}
- .open-popup{width: 620rpx;height: 753rpx;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 100;}
- .open-pop-bg{width: 100%;height: 100%;position: absolute;z-index: 1;top: 0;left: 0;}
- .open-pop-c{position: relative;z-index: 2;padding: 415rpx 60rpx 0;text-align: center;font-size: 36rpx;color: #000;}
- .open-pop-c text{font-size: 28rpx;color: #999;margin-top: 25rpx;display: block;}
- .open-pop-btn{width: 500rpx;height: 80rpx;background: #1A83FF;border-radius: 50rpx;font-size: 36rpx;color: #fff;text-align: center;line-height: 80rpx;margin-top: 60rpx;}
- .open-pop-close{width: 62rpx;height: 62rpx;position: absolute;left: 50%;transform: translateX(-50%);bottom: -107rpx;}
|