shop_list.css 3.4 KB
.sp-hot h2 {
  font-size: 13px;
  font-weight: normal;
}
.sp-hot .sp-goods-item {
  padding: 19px 19px 4px;
}
.sp-hot .sp-goods-item a {
  padding: 0;
  border: none;
}
.sp-hot .sp-goods-item img {
  margin-bottom: 8px;
  width: 100%;
  max-width: 100%;
}
.sp-hot .sp-goods-item .price {
  margin-bottom: 5px;
}
.sp-section .sp-section-item {
  border: none;
}
.sp-section .sp-goods {
  padding: 0;
  margin-left: -20px;
}
.sp-section .sp-goods-head {
  border: 1px solid #eee;
  border-bottom: none;
  margin-bottom: 20px;
}
.sp-section .sp-goods-head .head-item {
  border-bottom: 1px solid #eee;
  line-height: 38px;
}
.sp-section .sp-goods-head .head-item span {
  display: inline-block;
  vertical-align: middle;
}
.sp-section .sp-goods-item {
  padding: 0 0 20px 20px;
}
.sp-section .sp-goods-item a {
  border: 1px solid #eee;
}
.sp-section .sp-goods-item .info {
  padding: 10px 15px;
}
.bread-crumb,
.cate,
.head-tab {
  float: left;
  padding: 0 15px;
}
.bread-crumb li,
.cate li,
.head-tab li {
  float: left;
  font-size: 13px;
  line-height: 38px;
}
.bread-crumb li.on,
.cate li.on,
.head-tab li.on {
  background-color: red;
}
.bread-crumb li.on a,
.cate li.on a,
.head-tab li.on a,
.bread-crumb li.on .text,
.cate li.on .text,
.head-tab li.on .text {
  color: #23ab38;
}
.bread-crumb .text,
.cate .text,
.head-tab .text {
  display: inline-block;
  color: #333;
  padding: 0 10px;
  vertical-align: middle;
}
.bread-crumb a:hover,
.cate a:hover,
.head-tab a:hover {
  color: #23ab38;
}
.bread-crumb span,
.cate span,
.head-tab span {
  display: inline-block;
}
.category .title {
  padding-left: 25px;
}
.category .cate {
  float: none;
  margin-left: 103px;
  padding: 0;
}
.head-tab {
  padding: 0;
  float: none;
  background-color: #F9F9F9;
}
.head-tab li {
  border-right: 1px solid #eee;
  padding: 0 10px;
}
.head-tab a {
  display: block;
  padding: 0 15px;
  color: #999;
}
.head-tab a:hover {
  color: #23ab38;
}
.head-tab .u-arrow {
  display: inline-block;
  border: 6px solid #ccc;
  border-color: #ccc transparent transparent;
  font-size: 0;
  vertical-align: middle;
  margin-top: 3px;
}
.head-tab .on {
  background-color: #FFF;
}
.head-tab .on a {
  color: #23ab38;
}
.head-tab .sep {
  position: relative;
  color: #999;
  width: 12px;
  text-align: center;
  z-index: 2;
}
.head-tab input {
  position: relative;
  line-height: 18px;
  padding: 2px 5px;
  border: 1px solid #ddd;
  width: 70px;
  color: #333;
  text-align: center;
  z-index: 2;
}
.head-tab input:focus {
  border-color: #23ab38;
}
.head-tab .submit {
  visibility: hidden;
  position: relative;
  background: #23ab38;
  border: 1px solid #23ab38;
  border-radius: 2px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  width: 48px;
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: -48px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.head-tab .highlight {
  position: relative;
}
.head-tab .highlight:before {
  content: '';
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 48px;
  background-color: #FFF;
  box-shadow: 0 2px 3px #ddd;
  z-index: 1;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.head-tab .highlight:hover .submit {
  visibility: visible;
  z-index: 2;
}
.head-tab .highlight:hover:before {
  visibility: visible;
}