_spread.css 3.81 KB
.spread-me-page {
    font-size: 12px;

    .spread > .title {
        background-image: resolve(home/my-spread.jpg);
    }

    .spread-wrap {
        padding: 10px;

        .item-card {
            width: 252px;
            float: left;
            height: 180px;
            box-sizing: border-box;
            border: 1px solid #dedede;
            position: relative;
            margin-left: 11px;

            > p {
                text-align: center;
                line-height: 1.4;
            }
        }

        .item-card:first-child {
            margin-left: 0;
        }

        .tag {
            width: 252px;
            margin-left: -1px;
            height: 25px;
            line-height: 25px;
            background-color: #000;
            color: #fff;
            text-align: center;
            position: absolute;
            font-weight: 300;
        }

        .card-main {
            height: 80px;
            line-height: 80px;
            padding-top: 30px;
            text-align: center;

            > * {
                display: inline-block;
            }
        }

        .spread-code {
            width: 70px;
            height: 70px;
        }

        .spread-id {
            font-size: 38px;
        }

        .spread-url {
            width: 94%;
            height: 34px;
            line-height: 32px;
            border: 1px solid #dedede;
            background-color: #f5f5f5;
            position: relative;
            cursor: pointer;

            > input {
                width: 100%;
                height: 100%;
                border: 0;
                padding: 0 10px;
                box-sizing: border-box;
                background: none;
            }

            .succ-tip {
                position: absolute;
                width: 100%;
                height: 32px;
                color: #89c54d;
                overflow: hidden;
                background-color: #f5f5f5;
                top: 1px;
                display: none;
            }
        }
    }

    .my-spread-list {
        padding: 10px;
        margin-bottom: 10px;

        table {
            width: 100%;
        }

        tr {
            border: 1px solid #dedede;
        }

        th {
            background-color: #efefef;
            line-height: 30px;
            text-align: center;
        }

        td {
            line-height: 20px;
            padding: 14px 0;
            text-align: center;
        }

        .coupon-status {
            position: relative;
        }

        .help-icon {
            display: block;
            width: 16px;
            height: 16px;
            background: url(/cart/help-mark.png);
            position: absolute;
            right: 3%;
            top: 50%;
            margin-top: -8px;
            cursor: pointer;

            &:hover + .coin-tip-help {
                display: block;
            }
        }

        .coin-tip-help {
            width: 200px;
            padding: 6px 10px;
            line-height: 2;
            border: 1px solid #000;
            background-color: #fff;
            text-align: center;
            position: absolute;
            top: 38px;
            right: -100px;
            display: none;
            z-index: 1000;
        }

        .coin-tip-help:before {
            content: "";
            width: 12px;
            height: 6px;
            background-image: url(../img/sprite.cart.png);
            background-position: -325px -76px;
            display: block;
            position: absolute;
            top: -6px;
            right: 106px;
        }
    }

    .spread-rules {
        border: 1px solid #dedede;
        padding: 10px 20px;
        width: 736px;
        margin: 0 auto;

        h2 {
            font-size: 14px;
            font-weight: 600;
        }

        p {
            line-height: 18px;
        }
    }
}