my-qrcode.wxss
1.58 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
@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;
}