order-address-modify.page.css 1.33 KB
.address-modify {
    width: 100%;
    background-color: #f0f0f0;

    .icon-info:before {
        content: "\e61f";
    }

    .tip {
        color: #aeaeae;
        font-size: 22px;
        line-height: 60px;
        padding-left: 30px;

        .icon-info {
            margin-right: 5px;
        }
    }

    .form {
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        background-color: #fff;

        .form-group {
            line-height: 80px;
            border-bottom: 1px solid #e7e7e7;
            margin-left: 30px;
        }

        .disable {
            color: #a2a2a2;
        }

        .form-group:last-child {
            border-bottom: none;
        }

        label {
            width: 130px;
        }

        input {
            width: 470px;
            line-height: 60px;
            border: 0;
        }

        .label-address {
            float: left;
        }

        textarea {
            right: 0;
            width: 470px;
            resize: none;
            padding-top: 22px;
            height: 120px;
            border: 0;
        }
    }

    .btn-sure-line {
        text-align: center;
        margin-top: 40px;

        .btn-sure {
            background: #444;
            color: #fff;
            padding: 22px 160px;
            border-radius: 4px;
        }
    }
}