goods-items.css 1.19 KB
.m-goods-items {
  padding: 0 5px 10px;
}
.m-goods-items li {
  float: left;
  width: 50%;
  padding: 0 5px 10px;
  box-sizing: border-box;
}
.m-goods-items a {
  display: block;
  background-color: #fff;
  padding-bottom: 5px;
  position: relative;
}
.m-goods-items .hot {
  position: absolute;
  top: -1px;
  right: 10px;
  width: 20px;
  height: 56px;
  background: url(../images/icon_mark.png) 0 0 no-repeat;
  background-size: 100%;
  font-size: 0;
  overflow: hidden;
}
.m-goods-items img {
  display: block;
  width: 100%;
  height: 90px;
  margin: 0 auto 5px;
}
.m-goods-items .pic {
  display: block;
  width: 100%;
  height: 90px;
  margin: 0 auto 5px;
  background: url(../images/upload/p_1.jpg) center center no-repeat;
  background-size: cover;
}
.m-goods-items h3 {
  font-size: 12px;
  padding: 0 5px;
  font-weight: 700;
  color: #5d6065;
  text-align: left;
  line-height: 16px;
  height: 32px;
  overflow: hidden;
}
.m-goods-items em {
  text-align: left;
  display: block;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #fe4442;
}
.m-goods-items .origin-price {
  font-size: 12px;
  text-align: center;
  color: #9c9c9c;
  text-decoration: line-through;
}