searchResultByScreen.wxss 1.0 KB
/* pages/index/select_index/select_index.wxss */
.item_list6 {
  padding: 30rpx 25rpx;
  margin-bottom:120rpx;
}

.collocation_title {
  font-size: 30rpx;
  font-weight: bold;
  color: #222;
  margin-bottom: 40rpx;
}

.collocation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.collocation_box {
  width: 340rpx;
  /* border: 1rpx solid red; */
  border-radius: 16rpx;
  overflow: hidden;
  /* margin-left: 20rpx; */
}

.collocation_img {
  width: 340rpx;
  height: 340rpx;
}

.collocation_img image {
  width: 100%;
  height: 100%;
}

.collocation_content {
  background: #fafafa;
  font-size: 30rpx;
  color: #222;
  padding: 22rpx;
}

.introduce {
  font-size: 28rpx;
  height: 40rpx;
  color: #888;
  display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
}

.money_icon2 {
  font-size: 22rpx;
  color: #f44;
}

.money2 {
  font-size: 38rpx;
  font-weight: bold;
  color: #f44;
}

.original_price {
  color: #888;
  text-decoration: line-through;
}