_qrcode.css 3.4 KB
.qrcode {
    font-size: 12px;

    .subtitle {
        margin: 20px 10px 0;
        font-weight: 400;
        border: 1px solid #e6e6e6;
        height: 21px;
        line-height: 21px;
        padding-left: 23px;
        background: resolve(home/complaint-icon.png) no-repeat 5px 5px #efefef;

        h2 {
            float: left;
            color: #333;
        }

        .pad20 {
            padding: 0 20px;
        }

        .r-go {
            color: #3f919f;
            float: right;
            padding-right: 20px;
        }
    }

    .question {
        line-height: 20px;

        .main-info {
            padding: 20px 10px 10px;

            p.tro {
                padding-left: 20px;
            }
        }

        .p1 {
            padding-bottom: 10px;
            font-weight: 700;
            padding-left: 25px;
            background: resolve(home/qr-tip.png) no-repeat -22px 3px;
        }

        .gray {
            color: #8e8e8e;
            padding-left: 25px;
            background: resolve(home/qr-tip.png) no-repeat 3px -24px;
        }
    }

    .qrcmain {
        width: 500px;
        margin: 0 auto;
        margin-top: 40px;
        position: relative;

        .qrcim {
            width: 153px;
            margin: 0 auto;

            img {
                display: block;
                width: 100%;
                height: 153px;
                margin-bottom: 20px;
            }
        }

        .qrctxt {
            height: 233px;
            overflow: hidden;
            position: relative;
            text-align: inherit;

            p {
                text-align: left;
            }

            label {
                width: 60px;
                display: block;
                text-align: center;
                float: left;
            }

            li {
                float: left;
                line-height: 20px;
                width: 100%;
                position: absolute;
            }

            .center {
                text-align: center;
            }
        }

        .btn-qcode {
            font-size: 18px;
            line-height: 32px;
            width: 148px;
            height: 32px;
            display: block;
            text-align: center;
            color: #fff;
            background-color: #e30038;
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 20px;
            border: 1px solid #e90150;
            border-radius: 2px;
        }

        .qrcmain-switch a {
            position: absolute;
            top: 50%;
            margin: -20px 0 0;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            z-index: 2;
            color: #fff;
            background: #000;
        }

        .qrcmain-switch a.prev {
            left: 0;
        }

        .qrcmain-switch a.next {
            right: 0;
        }

        .qrcmain-switch a.gray {
            opacity: 0.55;
        }
    }
}

.print-qrcode {
    width: 613px;
    height: 860px;
    margin: 0 auto;
    position: relative;

    .print-content {
        width: 180px;
        position: absolute;
        top: 54px;
        left: 340px;

        li {
            margin-bottom: 2px;

            img {
                width: 120px;
                height: 120px;
            }

            p {
                font-size: 12px;
                line-height: 16px;
            }
        }
    }
}