_message.css 2.06 KB
.massage-page {
    margin-top: 16px;
    padding-bottom: 24px;

    .massage-list {
        padding: 12px 100px 12px 24px;
        border-bottom: 1px solid #f8f8f8;
        position: relative;
        overflow: hidden;

        p {
            font-size: 28px;
            color: #222;
        }

        span {
            font-size: 24px;
            color: #999;
        }

        i {
            position: absolute;
            right: 48px;
            top: 24px;
            color: #ccc;
        }

        strong {
            width: 8px;
            height: 8px;
            position: absolute;
            left: 16px;
            top: 40px;
            background: #f00;
            border-radius: 50%;
        }
    }

    .massage-main {
        border-bottom: 1px solid #f8f8f8;
        padding: 12px;
        margin-left: 10px;
        margin-bottom: 10px;

        h6 {
            margin-bottom: 8px;
        }

        span {
            color: #656565;
        }
    }

    .sale-btn {
        background-color: #ea2622;
        color: #fff;
        padding: 5px 10px 5px 10px;
    }

    .coupon-item {
        margin-left: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f8f8f8;
        margin-top: 10px;

        .coupon-img {
            width: 128px;
            height: auto;
            overflow: hidden;
            float: left;
            margin-right: 16px;

            img {
                width: 100%;
                height: auto;
            }
        }

        .coupon-info {
            font-size: 24px;

            span {
                color: #f00;
            }
        }

        .coupon-action {
            width: 110px;
            font-size: 24px;
            letter-spacing: 2px;
            margin: 3px 0 0 0;
            height: 35px;
            line-height: 35px;
            background: #ed0010;
            text-align: center;
            margin-left: 144px;

            a {
                display: block;
                color: #fff;
                width: 100%;
                height: 100%;
            }
        }
    }
}