_index.scss
666 Bytes
@import "search", "list", "new-sale", "filter-box", "sort-pager", "good", "latest-walk", "left-content";
.product-page {
.product-pager {
padding: 20px 0;
font-size: 12px;
color: #6a6a6a;
border-top: 2px solid #eaeceb;
.pager {
float: right;
}
}
.list-left {
width: 160px;
}
.list-right {
width: 970px;
}
}
.product-list-page,
.new-sale-page {
.goods-container {
height: auto;
padding-top: 25px;
position: relative;
width: 970px + 10px;//每列增加右边距
.good-info {
width: 235px;
}
}
}