section.css 2.19 KB
.m-section .section-head {
  line-height: 45px;
  padding: 0 10px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.m-section .section-head:first-letter {
  font-size: 18px;
  color: #23ac38;
}
.section-items {
  margin-bottom: 10px;
}
.section-items .section-item {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.section-items .section-item img {
  width: 100%;
  max-width: 100%;
}
.product-items {
  background-color: #FFF;
  margin-bottom: 10px;
}
.product-items .items .item {
  width: 33.33%;
  float: left;
  font-size: 13px;
  text-align: center;
  padding: 8px 0;
}
.product-items .items .item a {
  display: block;
  position: relative;
  z-index: 2;
}
.product-items .items .item h3 {
  font-size: 13px;
  padding: 0 5px;
  font-weight: 700;
  color: #333;
  line-height: 16px;
  padding: 0 10px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-items .items .item p {
  padding: 0 10px;
  text-align: left;
}
.product-items .items .item em {
  text-align: left;
  display: block;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  color: #FA4535;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-items .items .item span {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-items .items .item .pic {
  max-width: 100%;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.product-items .items .item:after {
  border-left: none;
  border-top: none;
}
.scroll-wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.scroll-wrap .m-goods-items {
  white-space: nowrap;
}
.scroll-wrap .m-goods-items li {
  float: none;
  display: inline;
  width: 110px !important;
}
.scroll-wrap .m-goods-items li a {
  display: inline-block;
  width: 100px;
}
.scroll-wrap .m-tab,
.scroll-wrap .m-nav {
  white-space: nowrap;
  overflow: visible;
  width: auto;
}
.scroll-wrap .m-tab li,
.scroll-wrap .m-nav li {
  float: none;
  display: inline;
  width: 90px;
}
.scroll-wrap .m-tab li a,
.scroll-wrap .m-nav li a {
  display: inline-block;
}