project done before

This commit is contained in:
kicap1992
2021-06-23 16:12:19 +08:00
commit 330d859d56
2390 changed files with 678303 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

File diff suppressed because one or more lines are too long

5
qrcode/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

BIN
qrcode/css/firefox-dev.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
qrcode/css/opera.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
qrcode/css/safari-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

135
qrcode/css/style.css Normal file
View File

@ -0,0 +1,135 @@
body {
padding-top: 50px;
}
.thumbnail {
border: 0;
}
#webcodecam-canvas, #scanned-img {
background-color: #2d2d2d;
}
#camera-select {
display: inline-block;
width: auto;
}
.btn {
margin-bottom: 2px;
}
.form-control {
height: 32px;
}
.h4, h4 {
width: auto;
float: left;
font-size: 20px;
line-height: 1.1;
margin-top: 5px;
margin-bottom: 5px;
}
.controls {
float: right;
display: inline-block;
}
.well {
position: relative;
display: inline-block;
}
.panel-heading {
display: inline-block;
width: 100%;
}
.container {
width: 100%
}
pre {
border: 0;
border-radius: 0;
background-color: #333;
margin: 0;
line-height: 125%;
color: whitesmoke;
}
button {
outline: none !important;
}
.table-bordered {
color: #777;
cursor: default;
}
.table-bordered a:hover {
text-decoration: none;
}
.table-bordered th a {
float: right;
line-height: 3.49;
}
.table-bordered td a {
float: left;
}
.table-bordered th img {
float: left;
}
.table-bordered th, .table-bordered td {
vertical-align: middle !important;
}
.scanner-laser {
position: absolute;
margin: 40px;
height: 30px;
width: 30px;
opacity: 0.5;
}
.laser-leftTop {
top: 0;
left: 0;
border-top: solid red 5px;
border-left: solid red 5px;
}
.laser-leftBottom {
bottom: 0;
left: 0;
border-bottom: solid red 5px;
border-left: solid red 5px;
}
.laser-rightTop {
top: 0;
right: 0;
border-top: solid red 5px;
border-right: solid red 5px;
}
.laser-rightBottom {
bottom: 0;
right: 0;
border-bottom: solid red 5px;
border-right: solid red 5px;
JS
}
#webcodecam-canvas {
background-color: #272822;
}
#scanned-QR{
word-break: break-word;
}