_limit.css 2.49 KB
.limit-good-page {
    background-color: #f4f4f4;
    color: #444;

    .top {
        font-size: 24px;
        height: 80px;
        line-height: 88px;
        margin-bottom: 4px;
        background-color: #fff;
        padding: 8px 0 8px 20px;


        div {
            width: 0%;
            display: inline-block;
            float: left;
            img {
                width: 60px;
                position: relative;
                top: 10px;
            }
        }

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

    .detail {
        background-color: #fff;
        padding: 24px 32px;
        border-bottom: 1PX solid #e6e6e6;
        margin-bottom: 1rem;

        .name {
            font-size: 36px;
            margin-bottom: 20px;
        }
        .sale-info {
            height: 40px;
            line-height: 40px;
        }
        .price {
            font-size: 32px;
            color: #d0021b;
            float: left;
         }

        .date {
            font-size: 24px;
            float: right;

            .text {
                position: relative;
                top: 3.2px;
            }
        }
    }

    .goodDesc {
        padding: 20px;
        border-top: 1PX solid #e6e6e6;
        background-color: #fff;

        p {
            font-size: 24px;
            line-height: 40px;
            text-indent: 2em;
        }

        img {
            margin: 12px 0;
            max-width: 100%;
        }
    }

    .bottom {
        background-color: #fff;
        padding: 20px 80px 80px 80px;
        height: 120px;
        width: 480px;
        margin: 0 auto;

        .logo {
            width: 100;
            height: 100px;

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

        .btn {
            font-size: 32px;
            background-color: #fff;
            border: 1PX solid #444;
            border-radius: 8px;
            padding: 12px 24px;
        }

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

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

        .left {
            width: 39%;
        }

        .right {
            width: 60%;
            font-size: 26px;

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