#ModulesServiceWechatDialog {
    .service-qr-code-dialog-shade {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 19999998;
    }

    .service-qr-code-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 5px;
        z-index: 19999999;
        padding: 20px;
        width: 300px;
        padding-top: 40px;
        font-size: 14px;

        .dialog-close {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 14px;
            cursor: pointer;
        }

        .dialog-content {
            line-height: 25px;
            // text-indent: 28px;
        }

        .qr-code {
            height: 120px;
            width: 120px;
            margin: 0 auto;
            margin-bottom: 10px;
            margin: 20rpx auto;

            img {
                height: 100%;
                width: 100%;
            }
        }

        .qr-code-title {
            font-size: 14px;
            text-align: center;
            margin-bottom: 10px;
        }
    }
}
