_spread.css 2.66 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: 100%;
            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;
        }
    }

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