qr_code.wxss
1.86 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
@import '../../app.wxss';
.xc-pop-up{
	width: 100%;
	height: 100%;
  position:fixed;
	z-index:5;
  display:flex;
justify-content:center;
align-items:center;
}
/* page{
  overflow-y: hidden;
} */
.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;
 overflow: hidden;
 
}
/* 二维码和条形码的边框 */
.barqrcode{
  width: 100%;
  height: 100%;
  margin-top:30rpx;
position: relative;
top: 0rpx;
left: 0rpx;
}
/* 点击条形 */
.barcode {
    height:150rpx;
    width: 620rpx;
    text-align:center;
    position:absolute;
    left: 30rpx;
    top: -6rpx;
    
}
canvas{
  width:100%;
height:55px;
display:block;
}
.q_code{
  font-size:28rpx;
letter-spacing:6rpx;
}
  
/* 二维码边框*/
.qrcode_rim {
 width: 550rpx;
 height:544rpx;
display:flex;
flex-direction:column;
position: absolute;
left: 75rpx;
top: 5rpx;
}
.qrcode{
 width:520rpx;
 height:520rpx;
 margin-top:-18rpx 
 
}
.r-code{
  font-size:28rpx;
  margin-top: -5.5rpx;
  text-align: center;
}
.shut{
    /* display: block;
    width: 54rpx;
    height: 54rpx;
    border: 2rpx solid #fff;
    font-size: 50rpx;
    line-height:54rpx;
    margin-top: 45rpx;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; */
    z-index:55;
    color: #fff;
    text-align: center;
    position: fixed;
    top:940rpx;
    left:50%;
    transform: translateX(-50%);
}
.icon-close:before {
  content: "\e62e";
  font-size: 50rpx;
}
.mt{ margin-top:130rpx}
.mts{ margin-top:70rpx}
.flex{
  display: flex;
  justify-content:center;
}
.code_show{
	text-align: center;position: relative; left: -20rpx;
}