_limit.scss 2.4 KB
.limit-good-page {
    background-color: #f4f4f4;
    color: #444;

    .top {
        font-size: 0.6rem;
        height: 2rem;
        line-height: 2.2rem;
        margin-bottom: 0.1rem;
        background-color: #fff;
        padding: 0.2rem 0;


        div {
            width: 20%;
            display: inline-block;
            float: left;
            img {
                width: 1.5rem;
                border: 1px solid #ccc;
                border-radius: 100%;
                position: relative;
                top: 0.25rem;
            }
        }

        p {
            display: inline-block;
            float: left;
            width: 80%;
        }
    }

    .detail {
        background-color: #fff;
        padding: 0.6rem 0.8rem;
        border-bottom: 1px solid #e6e6e6;

        .name {
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }
        .sale-info {
            height: 1rem;
            line-height: 1rem;
        }
        .price {
            font-size: 0.8rem;
            color: #d0021b;
            float: left;
         }

        .date {
            font-size: 0.6rem;
            float: right;

            .text {
                position: relative;
                top: 0.08rem;
            }
        }
    }

    .goodDesc {
        margin-top: 1rem;
    }

    .bottom {
        background-color: #fff;
        border-top: 1px solid #e6e6e6;
        padding: 0.5rem 2rem 2rem 2rem;
        height: 3rem;
        position: absolute;
        bottom: 0;
        width: 12rem;
        margin: 0 auto;

        .logo {
            width: 100;
            height: 2.5rem;

            background-image: image-url('logo-bottom.png');
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center;
        }

        .btn {
            font-size: 0.8rem;
            background-color: #fff;
            border: 1px solid #444;
            border-radius: 0.2rem;
            padding: 0.3rem 0.6rem;
        }

        .btn:active {
            background-color: #ccc;
        }

        .left, .right {
            display: inline-block;
            float: left;
        }

        .left {
            width: 39%;
        }

        .right {
            width: 60%;
            font-size: 0.65rem;

            span {
                display: block;
                width: 95%;
                margin: 0 auto;
            }
        }
    }
}