popup.less 1.91 KB
.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/pay/icon_mask_bg.png) 0 0 repeat;
    z-index: 99;
}

.popup-btn {
    display: none;
    overflow: hidden;
    font-size: 0;
    width: 0;
    height: 0;
}

.m-popup {
    // position: absolute;
    // left: 50%;
    // top: 50%;
    // margin: -200px 0 0 -320px;
    padding: 20px;
    background-color: #FFF;
    width: 600px;
    margin: 0 auto;
    // border: 1px solid #000;
    display: none;
    .close {
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        background: #f5f5f5 url(../images/dest/icon-close.png) center center no-repeat;
    }
    h3 {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        padding-top: 15px;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 700;
    }
    h4{
        font-size: 14px;
        text-align: center;
        font-weight: 700;
        padding-bottom: 25px;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 10px;
    }
    p {
        font-size: 13px;
        color: #999;
        text-align: center;
        margin-bottom: 25px;
    }
    .m-list{
        .title{
            line-height: 36px;
        }
    }
    .m-input{
        width: 180px;
        margin-right: 15px;
    }
    .btns {
        text-align: center;
        margin-bottom: 35px;
    }
    .m-btn {
        min-width: inherit;
        padding: 0 28px;
        line-height: 30px;
        border-radius: 2px;
    }
    .btn-success{
        margin-right: 10px;
        border: 1px solid #6C2;
    }
    .link {
        font-size: 13px;
        color: #005aa0;
        text-decoration: underline;
    }
}

#updatePayPwdPopup{
    padding: 80px 20px;
    .m-btn{
        margin-left: 133px;
    }
}

#PayTipsPopup{
    width: 500px;
}