_address.css 2.36 KB
.address-page {

    .title {
        font-size: 30px;
        height: 100px;
        line-height: 100px;
        text-align: left;
    }
    .tip {
        font-size: 14px;
    }

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

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

            .default-address,
            #address,
            .btn {

                margin-left: 83px;
            }

            .label-name {
                font-size: 14px;
                text-align: left;
                float: left;
                line-height: 26px;
            }

            .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;

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

        }
    }
}

.address-table {
    .table-title {
        font-size: 10px;
        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-80 {
            width: 80px;
        }

        .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;
        }

    }
}