_address.css 2.42 KB
.address-page {
    .tip {
        font-size: 12px;
    }

    .required-mark {
        color: #f00;
    }

    .add-address-detail {
        padding: 15px 0 0;

        .form-group {
            clear: both;
            margin-bottom: 20px;

            .input {
                width: 190px;
            }
        }
        .form-group-address {
            clear: both;
            margin-bottom: 70px;
        }

        .default-address,
        #address,
        .btn {
            margin-left: 94px;
        }

        .label-name {
            width: 84px;
            font-size: 14px;
            float: left;
            line-height: 26px;
            margin-right: 10px;
        }

        .width-190 {
            width: 190px;
            margin-left: 20px;
        }
        .width-275 {
            width: 275px;
            margin-left: 20px;
        }
        .iconfont {
            font-size: 14px;
        }
        .radio-lable {
            font-size: 14px;
        }
        .error-tips {
            font-size: 12px;
            height: 26px;
            line-height: 26px;
            margin-left: 20px;
            display: none;

            .iconfont {
                font-size: 12px;
                margin-right: 5px;
            }
        }

        .opreation {
            cursor: pointer;
        }

        .address-detail.input {
            width: 270px;
        }
    }
}

.address-table {
    .table-title {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }

    .a-table {

        tr,
        th,
        td {

            font-size: 15px;
            border: 1px solid #eee;
            padding: 0 5px;
            text-align: left;
        }

        .opreation {
            cursor: pointer;
        }

        .table-head {
            background: #f5f5f5;
            height: 30px;
        }

        .table-body td {
            padding: 8px 5px;
        }

        .width-70 {
            width: 70px;
        }

        .width-195 {
            width: 195px;
        }

        .width-255 {
            width: 255px;
            word-break: break-all;
        }

        .width-120 {
            width: 120px;

            p:first-child {
                margin-bottom: 5px;
            }
        }

        .width-260 {
            width: 260px;
        }

        .current-default,
        .set-default {

            display: inline-block;
            margin-left: 20px;
        }

    }
}