aaa
This commit is contained in:
49
src/components/Qr.css
Normal file
49
src/components/Qr.css
Normal file
@ -0,0 +1,49 @@
|
||||
|
||||
img
|
||||
{
|
||||
width: 2.4cm;
|
||||
background: #ffffff;
|
||||
}
|
||||
.qrCode
|
||||
{
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 3.7cm;
|
||||
justify-content: space-evenly;
|
||||
background: #fff;
|
||||
width: 2.4cm;
|
||||
}
|
||||
.qrCodeBackFront
|
||||
{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
}
|
||||
|
||||
.vertFont
|
||||
{
|
||||
writing-mode: vertical-lr;
|
||||
}
|
||||
|
||||
.qrCodeVert
|
||||
{
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
height: 3.7cm;
|
||||
justify-content: space-evenly;
|
||||
background: #fff;
|
||||
width: 2.4cm;
|
||||
}
|
||||
.frame
|
||||
{
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
.blockRepeat
|
||||
{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
Reference in New Issue
Block a user