shop_profile.css 1.64 KB
.sp-banner {
  margin-bottom: 60px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#shop_profile_content .red {
  color: #ee4827;
}
#shop_profile_content .base .line {
  line-height: 32px;
  font-size: 14px;
}
#shop_profile_content .base .gray {
  color: #999999;
}
#shop_profile_content .zizhi .row {
  margin-left: -20px;
}
#shop_profile_content .zizhi .item {
  width: 163px;
  margin-left: 20px;
  text-align: center;
  float: left;
}
#shop_profile_content .zizhi .item .desc {
  color: #333333;
  margin-top: 14px;
}
#shop_profile_content .trade .row {
  margin-left: -20px;
}
#shop_profile_content .trade .item {
  width: 204px;
  margin-left: 20px;
  text-align: center;
  float: left;
}
#shop_profile_content .comments .body {
  padding: 0px;
}
#shop_profile_content .comments .row {
  margin-left: -20px;
  height: 50px;
  line-height: 50px;
}
#shop_profile_content .comments .item {
  width: 171px;
  margin-left: 20px;
  text-align: center;
  float: left;
}
#shop_profile_content .comments .comments-list {
  width: 100%;
}
#shop_profile_content .comments .comments-list thead {
  color: #999;
  line-height: 51px;
  text-align: center;
}
#shop_profile_content .comments .comments-list tr {
  border-top: 1px solid #eee;
}
#shop_profile_content .comments .comments-list td {
  text-align: center;
}
#shop_profile_content .comments .comments-list tbody td {
  padding: 20px;
  color: #333;
}
#shop_profile_content .comments .comments-list tbody .stars,
#shop_profile_content .comments .comments-list tbody .time,
#shop_profile_content .comments .comments-list tbody .sn {
  margin-top: 10px;
  color: #999;
}