shop_profile.less 1.79 KB
.sp-banner{
    margin-bottom: 20px;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
#shop_profile_content{
    .red{
        color:#ee4827
    }
    .base{
        .line{
            line-height: 32px;
            font-size:14px;
        }
        .gray{
            color:#999999;
        }
    }
    .zizhi{
        .row{
            margin-left: -20px;
        }
        .item{
            width: 163px;
            margin-left: 20px;
            text-align: center;
            float: left;
            .desc{
                color:#333333;
                margin-top: 14px;
            }
            img {
              max-width:100%;
            }
        }
    }
    .trade{
        .row{
            margin-left: -20px;
        }
        .item{
            width: 204px;
            margin-left: 20px;
            text-align: center;
            float: left;
        }

    }
    .comments{
        .body{
            padding: 0px;
        }
        .row{
            margin-left: -20px;
            height: 50px;
            line-height: 50px;
        }
        .item{
            width: 171px;
            margin-left: 20px;
            text-align: center;
            float: left;
        }
        .comments-list{
            width: 100%;
            thead{
                color:#999;
                line-height: 51px;
                text-align: center;
            }
            tr{
                border-top: 1px solid #eee;
            }
            td{
                text-align: center;
            }
            tbody{
                td{
                    padding: 20px;
                    color:#333;
                }
                .stars,.time,.sn{
                    margin-top: 10px;
                    color:#999;
                }
            }
        }
    }
}