prize-item.wxss 678 Bytes
/* page/subPackage/pages/zeroSell/components/prize-item.wxss */

.prize-item {
  border-bottom: 2rpx dashed #E0E0E0;
  padding: 20rpx 30rpx;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product-image {
  width: 300rpx;
  height: 190rpx;
  float: left;
  margin-right: 10rpx;
}

.content {
  display: inline-block;
  height: 150rpx;
  width: 380rpx;
  font-size: 24rpx;
  color: #B0B0B0;
}

.code {
  margin-bottom: 15rpx;
  margin-top: 12rpx;
}

.product-name {
  text-overflow: ellipsis;
  word-break:break-all;
}

.btn {
  display: inline-block;
  position: absolute;
  padding: 8rpx;
  bottom: 20rpx;
  right: 30rpx;
  color: white;
  background-color: #222;
}