my-qrcode.wxss 1.58 KB
@import '../../app.wxss';

.xc-pop-up{
  position:fixed;
	z-index:5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.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%;



}

 /* Y */
.xc-qr-frame{ 
	/* width:90%;
 min-height: 696rpx;
	background: #fff;
	z-index: 55;
  position: fixed;
  top:180rpx; */
  /* height: auto; */
  /* padding-bottom:20rpx; */
  /* left:35rpx; */
 /* overflow: hidden;
 border-radius: 16rpx; */
}

/* 二维码和条形码的边框Y */
.barqrcode{
	background-color: white;
	border-radius: 16rpx;
	padding: 0 40rpx 40rpx;
	text-align: center;
}
/* 点击条形Y */
.barcode {
	/* background-color: white;
	border-radius: 12rpx; */
}
canvas{
  width:100%;
	height:55px;
display:block;

}
.q_code{
	color: #333;
}
  

/* 二维码边框Y*/
.qrcode_rim {
 width: 550rpx;
 height:544rpx;
display:flex;
flex-direction:column;
position: absolute;
left: 75rpx;
top: 5rpx;

}
.qrcode{
 width: 520rpx;
 height: 520rpx;
}
.r-code{
  /* font-size:28rpx;
  padding-left: 25rpx; */
	/* margin-top: -5.5rpx; */

}

.shut{
	color: white;
	text-align: right;
	padding-bottom: 30rpx;
	position: relative;
}


.icon-close {
	font-size: 48rpx;
}

.shut::after {
	content: '';
	width: 2rpx;
	height: 32rpx;
	background-color: white;
	position: absolute;
	bottom: 0;
	right: 24rpx;
}

.mt{ margin-top:130rpx}
.mts{ margin-top:70rpx}
.flex{
  display: flex;
  justify-content:center;
}

.code_show{
	text-align: center;position: relative; left: -20rpx;
}

.c-9 {
	color: #999;
}