_me-gift.css 2.21 KB
.me-gift-page {
    .me-gift {
        min-height: 370px;
    }

    .tabs li.add-gift {
        margin-top: -5px;
        background-image: none;
        background-color: #000;
        float: right;

        a {
            color: #fff;
        }
    }

    .me-gift-table {
        display: table;
        width: 775px;
        text-align: center;
        border: 1px solid #e6e6e6;
        margin: 0 10px 30px;

        .me-gift-header {
            display: table-row;
            background-color: #efefef;

            div {
                height: 30px;
                display: table-cell;
                vertical-align: middle;
                font-size: 13px;
                width: 129px;
            }
        }

        .me-gift-tr {
            display: table-row;

            &:first-child div {
                border-top: none;
            }

            div {
                display: table-cell;
                height: 50px;
                vertical-align: middle;
                font-size: 13px;
                border-top: 1px solid #e6e6e6;
            }

            div.info-list {
                color: #4a90e2;
                cursor: pointer;
            }
        }
    }

    .cart-list-empty {
        background: resolve("home/gift.png")  no-repeat center;
        background-size: 110px 132px;
        width: 775px;
        height: 225px;
        display: table-caption;
        caption-side: bottom;
        border: 1px solid #e6e6e6;
        border-top: none;
    }
}

.me-gift-alert {
    width: 350px;
    height: 180px;

    .content {
        color: #444;
        padding: 40px 0;
        font-size: 18px;

        p {
            margin-top: 10px;
        }
    }
}

.me-gift-confirm {
    color: #444;

    .title {
        font-size: 18px;
        margin-bottom: 25px;
    }

    p {
        margin-top: 10px;
    }

    .verify-input {
        margin: 40px 20px;
        text-align: left;

        input {
            height: 16px;
            padding: 5px;
            font-size: 14px;
            color: #444;
        }

        input[type=button] {
            background-color: #444;
            color: #fff;
            height: 30px;
            border: none;
            cursor: pointer;
        }
    }
}