_kids-goods.scss 695 Bytes
.kids-goods{
    margin: (30rem / $pxConvertRem) 0 0;
    padding: 36rem / $pxConvertRem 0 0;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    
    .title{
        padding: 0 0 30rem / $pxConvertRem;
        line-height: 32rem / $pxConvertRem;
        font-size: 28rem / $pxConvertRem;
        border-bottom: 1px solid #f1f1f1;
        a{
            float: left;
            width: 319rem / $pxConvertRem;
            text-align: center;
            color: #aaa;
        }
        a.current{
            color: #000;
        }
        a:first-child{
            border-right: 1px solid #e6e6e6;
        }
    }

    .goods-list{
        padding-left: 15rem / $pxConvertRem;
    } 
}