.upqrcodediv{
    border: 1px solid #eee;
    padding: 0.5rem;
}

.night .upqrcodediv{
    border:1px solid #444;
}

.upqrcodediv>div{
    width: calc(50% - 0.25rem);
    display: inline-block;
    float: left;
}

.upqrcodediv>div:nth-child(2){
    float: right;
}

/**************************************************/

.btn {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    color: #fff !important;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    text-decoration: none;
    font-size: 0.6rem;
}

.container {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.75rem;
    flex-wrap: wrap;
    align-items: flex-start;
}

.box {
    padding: 0.75rem;
    border-radius: 3px;
    text-align: center;
    width: 100%;
    background: #eff6ff;
    border: 1px solid #b5d6f0;
}

.night .box{
    background: #181a1b;
    border: 1px solid #444;
}

canvas.preview {
    max-width: 17.5rem;
    display: block;
    margin: 0.5rem auto 0;
    background: #fff;
    border: 1px solid #eee;
}

.action-group {
    margin-top: 0.75rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.download-btn {
    background: #ff6700;
}

.download-btn:hover {
    background: #e65c00;
}

.print-btn {
    background: #909399;
}

.setupdivs{
    border-radius: 3px;
}

/**************************************************/

@media screen and (max-width: 440px){
    .upqrcodediv>div {
        width: 100%;
        display: block;
        float: left;
    }

    .upqrcodediv>div:nth-child(1){
        margin-bottom: 0.5rem;
    }

    canvas.preview {
        max-width: 100%;
    }
}

.layui-upload-drag {
    padding: 20px;
}