shop_item.wxss 2.8 KB
.item {
  width: 100%;
  background: #fff;
  padding: 0 24rpx;
  box-sizing: border-box;
  margin-top: 20rpx;
}

.item:first-child {
  margin-top: 0;
}

.item .top {
  padding: 36rpx 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.check_box {
  width: 36rpx;
  height: 36rpx;
  padding: 30rpx 30rpx 30rpx 0;
}

.content {
  width: 564rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.show_img {
  width: 164rpx;
  height: 164rpx;
  margin-right: 24rpx;
}

.right {
  width: 376rpx;
}

.word {
  width: 100%;
  height: 76rpx;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32rpx;
}

.jifen {
  display: flex;
  align-items: center;
}

.jifen .name {
  width: 64rpx;
  height: 36rpx;
  background: rgba(242, 0, 0, 1);
  border-radius: 4rpx;
  font-size: 22rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20rpx;
}

.jifen text {
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(242, 0, 0, 1);
}

.num_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.num_box .num_btn {
  width: 36rpx;
  height: 36rpx;
}

.num_box text {
  font-size: 30rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(19, 26, 46, 1);
  margin: 0 24rpx;
}

.active {
  width: 100%;
}

.ractive {
  width: 448rpx;
}

.info_box {
  width: 100%;
  margin-top: 26rpx;
}

.f_item {
  width: 100%;
  padding: 28rpx 0;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

.f_item .shop {
  width: 100%;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(19, 26, 46, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f_item .shop text:last-child {
  color: #8e8e8e;
}

.youfei {
  font-size: 24rpx;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 34rpx;
  color: rgba(142, 142, 142, 1);
  margin-top: 10rxp;
}

.jifen_num {
  width: 100%;
  padding: 28rpx 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: Regular;
  color: #131a2e;
}

.jifen_num text:last-child {
  font-size: 32rpx;
  color: rgba(242, 0, 0, 1);
  font-family: PingFang SC Bold;
  font-weight: Bold;
}

.jifen_num text:first-child {
  color: rgba(242, 0, 0, 1);
  margin-left: 10rpx;
}

.oldprice {
  color: #bdc4ce;
  font-size: 24rpx;
  text-decoration: line-through;
  margin-top:10rpx;
}