File size: 1,420 Bytes
4304c6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.QrcodeIcon {
  background-image: url(~@/app/components/develop/secret-key/assets/qrcode.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.QrcodeIcon:hover {
  background-image: url(~@/app/components/develop/secret-key/assets/qrcode-hover.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.QrcodeIcon.show {
  background-image: url(~@/app/components/develop/secret-key/assets/qrcode-hover.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.qrcodeimage {
  position: relative;
  object-fit: cover;
}
.scan {
  margin: 0;
  line-height: 1rem;
  font-size: 0.75rem;
}
.download {
  position: relative;
  color: #155eef;
  font-size: 0.75rem;
  line-height: 1rem;
}
.text {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.qrcodeform {
  border: 0.5px solid #eaecf0;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  margin-top: 4px !important;
  margin-left: -75px !important;
  position: absolute;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),
    0 4px 6px -2px rgba(16, 24, 40, 0.03);
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 12px;
  gap: 8px;
  z-index: 3;
  font-family: "PingFang SC", serif;
}