qr_code.wxss
1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.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%;
}
.xc-qr-frame{ 
	width:90%;
 min-height: 696rpx;
	background: #fff;
	z-index: 55;
  position: fixed;
  top:180rpx;
  height: auto;
  padding-bottom:20rpx;
  left:35rpx;
}
/* 二维码和条形码的边框 */
.barqrcode{
  width: 100%;
  height: auto;
  margin-top:30rpx;
}
/* 点击条形 */
.barcode {
    height:150rpx;
    width: 620rpx;
    padding-left:30rpx;
    text-align:center;
}
canvas{
  width:100%;
height:55px;
display:block;
position:relative;
}
.q_code{
  font-size:28rpx;
letter-spacing:6rpx;
}
  
/* 二维码边框*/
.qrcode_rim {
 width: 550rpx;
  height:580rpx;
display:flex;
flex-direction:column;
margin-left:74rpx;
}
.qrcode{
 width:520rpx;
 height:520rpx;
 margin-top:-20rpx 
 
}
.r-code{
  font-size:28rpx;
  text-align: center
}
.shut{
    display: block;
    width: 54rpx;
    height: 54rpx;
    border: 2rpx solid #fff;
    font-size: 50rpx;
    z-index:55;
    line-height:47rpx;
    margin-top: 45rpx;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    text-align: center;
    position: fixed;
    top:940rpx;
    left:345rpx;
}
.mt{ margin-top: 70rpx}
.flex{
  display: flex;
  justify-content:center;
}