_goodsList.scss 2.83 KB
.listFilter {
    background-color: $YOHO-body-color;
    height: 35px;
    padding: 9px 10px 0;
    a {
        float: left;
        padding: 0 10px;
        height: 24px;
        line-height: 24px;
        margin-right: 9px;
        position: relative;
        background-color: $YOHO-white-color;
        border: 1px solid $YOHO-border-color;
    }
    a.listFilterPrice,a.listFilterNav {
        padding-right: 20px;
    }
    .listFilterPrice:after,.listFilterPrice:before {
        border-width: 5px;
        border-style: solid;
        position: absolute;
        right: 6px;
        content: "";
    }
    .listFilterPrice:before {
        top: 1px;
        border-color: transparent transparent $YOHO-search-color transparent;
    }
    .listFilterPrice.up:before {
        border-color: transparent transparent $YOHO-black-color transparent;
    }
    .listFilterPrice:after {
        bottom: 1px;
        border-color: $YOHO-search-color transparent transparent transparent;
    }
    .listFilterPrice.down:after {
        border-color: $YOHO-black-color transparent transparent transparent;
    }
    a.listFilterNav {
        float: right;
        margin-right: 0;
    }
    em {
        position: absolute;
        z-index: 5;
        right: 5px;
        top: 7px;
    }
}
.listBanner {
    margin-bottom: 10px;
}
.goodsListBox {
    background-color: $YOHO-white-color;
    padding: 10px 10px 0;
    .listNavigator {
        margin-bottom: 10px;
    }
}
.listNavigator {
    position: relative;
    height: 44px;
    line-height: 44px;
    .listBack {
        position: absolute;
        left: 0;
        top: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
    }
    h2 {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    p {
        font-size: 9px;
        color: $YOHO-search-color;
        line-height: 16px;
        text-align: center;
    }
}

.goodListView {
    li {
        width: 145px;
        float: left;
        margin:0 10px 10px 0;
        text-align: center;
    }
    a {
        font-size: 9px;
        color: $YOHO-search-color;
    }
    a.goodsListPic {
        display: block;
        height: 194px;
        overflow: hidden;
        background-color: $YOHO-goods-img-color;
        margin-bottom: 10px;
    }
    li:nth-of-type(2n){
        margin-right: 0 !important;
    }
    .goodsListPrice {
        font-size: 11px;
    }
    .recommendPrice {
        color: $YOHO-red-color;
    }
}

.YOHOPagination {
    text-align: center;
    p {
        font-size: 9px;
        color: $YOHO-search-color;
        padding: 20px 0;
    }
    a.nextPageSize {
        width: 120px;
        height: 33px;
        line-height: 33px;
        border: 1px solid $YOHO-border-color;
        background-color: $YOHO-goods-img-color;
        display: block;
        margin: 0 auto;
    }
}