19 lines
322 B
SCSS
19 lines
322 B
SCSS
.order-qrcode {
|
|
background: #ffffff;
|
|
border-radius: 10px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
padding: 18px;
|
|
margin-bottom: 12px;
|
|
|
|
text {
|
|
font-size: 12px;
|
|
color: #666666;
|
|
line-height: 17px;
|
|
margin-top: 4px;
|
|
}
|
|
}
|