two-column-goods.scss
593 Bytes
.two-column-goods {
margin: 30px 0 0;
padding: 36px 0 0;
background: #fff;
border-top: 1px solid #e0e0e0;
.column-nav {
padding: 0 0 30px;
line-height: 32px;
font-size: 28px;
border-bottom: 1px solid #f1f1f1;
li {
float: left;
width: 319px;
text-align: center;
color: #aaa;
}
li.current {
color: #000;
}
li:first-child {
border-right: 1px solid #e6e6e6;
}
}
.goods-list {
padding-left: 15px;
}
}