_hot-single.css 1.79 KB
.hot-single {
    position: relative;
    background: #fff;
    -webkit-overflow-scrolling: touch;

    &-banner {
        height: 200px;
        width: 100%;
        overflow: hidden;
    }

    &-goods-list {
        width: 100%;
        height: 330px;
        overflow-x: scroll;
        overflow-y: hidden;
        background-size: 100% 100%;

        ul {
            height: 330px;
            padding: 25px 0 17px 26px;
            white-space: nowrap;
        }
    }

    &-goods {
        display: inline-block;
        height: 290px;
        width: 153px;
        margin-right: 26px;
        background: #fff;
        border-radius: 5px;
        vertical-align: top;

        .goods-pic {
            height: 206px;
            width: 100%;
        }

        .goods-info {
            position: relative;
            height: 84px;
            width: 200%;
            background: #fff;
            text-align: center;
            padding: 24px 0 20px 0;
            transform: scale(0.5);
            transform-origin: 0 0 0;

            .price {
                color: #444;
                font-size: 40px;
                line-height: 1;
            }

            .view-num {
                color: #b0b0b0;
                font-size: 30px;
                margin-top: 20px;
                line-height: 1;
            }

            .view-status {
                color: #b0b0b0;
                font-size: 30px;
                margin-top: 14px;
                line-height: 1;
            }

            .view-margin {
                margin-left: 40px;
            }

            .head-icon {
                position: absolute;
                left: 10px;
                bottom: 10px;
                height: 32px;
                width: 32px;
                border-radius: 50%;
            }
        }
    }
}