_address-modify.css 1.02 KB
.modify-address-page {
    .confim-modify-mask {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 5;
    }

    .confim-box {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -270px;
        margin-top: -144px;
        width: 540px;
        text-align: center;
        color: #444;
        background: #fff;
        font-size: 32px;
        font-weight: bold;
        border-radius: 10px;

        .modify-content {
            text-align: left;
            padding: 30px 20px;
            line-height: 80px;
        }

        .action {
            line-height: 88px;
            border-top: 1px solid #e0e0e0;

            span {
                display: inline-block;
                width: 260px;

                &:first-child {
                    border-right: 1px solid #e0e0e0;
                }
            }
        }

        .confim {
            color: #d0021b;
        }
    }
}