/* 弹窗样式 */ .xc-pop-up{ width: 100%; height: 100%; position:fixed; z-index:5; display:flex; justify-content:center; align-items:center; } .xc-obscuration{ position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 11; background: rgba(0,0,0,0.4); width: 100%; height: 100%; } .shut{ display: block; width: 54rpx; height: 54rpx; font-size: 50rpx; line-height:47rpx; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; color: #fff; text-align: center; position: fixed; margin-top: -23rpx; z-index: 66666; right: 60rpx; background: #c8162c; } .xc-qr-frame{ width:560rpx; height: 280rpx; background: #fff; z-index: 55; position: fixed; top:40%; padding-bottom:20rpx; left:50%; margin-left: -280rpx; border-radius:10rpx } .ck_btn{width:44%;height:52rpx;line-height:60rpx;background:#f35e73;border-radius:10rpx;} .fs36{ font-size: 36rpx; } .fs30{ font-size: 30rpx; } .Opening_bk image { position: absolute; width: 100%; height: 320rpx; } .flex {display: flex;} .jc-center{ justify-content: center;} .ai-center{align-items: center;} .color{ color: rgb(255,255,255); }