﻿body {
}

.warning-ico {
    background-image: url('/modules/h5mgr/wwwroot/images/warning.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 30px;
}

.busy-ico {
    background-image: url('/modules/h5mgr/wwwroot/images/busy.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 30px;
}

.codresult_tip {
    width: 370px;
    height: 220px;
    margin: 60px auto;
    text-align: center;
    font-family: 微软雅黑;
}

    .codresult_tip .code {
    }

    .codresult_tip .detail {
        color: #808080;
    }

.warning_ico {
    background-image: url('/modules/h5mgr/wwwroot/images/warning.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 140px;
    display: block;
    margin: 0 auto;
}

.busy_ico {
    background-image: url('/modules/h5mgr/wwwroot/images/busy.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 140px;
    display: block;
    margin: 0 auto;
}

/*模板管理样式*/
.imgFilter {
    width: 250px;
    border: 1px solid #d6dee9;
}

.thumbnail{
    width:80%;
}
.scanCode:hover .template-qrcode {
    opacity: 1;
}

.checkedimg {
    top: 2%;
    position: absolute;
    left: 245px;
    width: 50px;
    height: 50px;
    -webkit-filter: grayscale(100%);
}

.checked {
    -webkit-filter: grayscale(0%);
}

.caption {
    padding-top: 5px;
    text-align: center;
    line-height: 30px;
    width: 250px;
    border-bottom: 1px solid #d6dee9;
    border-left: 1px solid #d6dee9;
    border-right: 1px solid #d6dee9;
}

.template-qrcode {
    width: 250px;
    height: 443px;
    position: absolute;
    left: 15px;
    top: 0px;
    background: rgba(0,0,0,.5);
    opacity: 0;
}

    .template-qrcode p {
        margin: 12%;
        margin-top: 100px;
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .template-qrcode .qrcode-img {
        text-align: center;
        width: 50%;
        height: 50%;
        margin: 0 auto;
        position: relative;
    }
