giftPage.ttss 1.91 KB

.container {
  background-color: white;
  display: flex;
}

.title{
  font-family: PingFang SC;
  padding: 20rpx 0rpx;
  font-size: 30rpx;
  font-weight: bold;
  color: #444444;
}

.realHeader {
  background-color: #f0f0f0;
  height: 71rpx;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.headerText {
  font-size: 28rpx;
  color: #444444;
  font-family: PingFangSC;
  line-height: 1.43;
  text-align: left;
  margin-left: 30rpx;
  width: 690rpx;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scrollContainer {
  display:flex;
  width: 100%;
  height: 100%; 
  background-color: white; 
  position: absolute;
  flex-direction:column;

}

.cellContainer {
  background-color: white;
  width: 100%;
  height: 240rpx;
  flex-direction: row;
  align-items: top;
  display: flex;
}

.imageContainer {
  width: 150rpx;
  height: 200rpx;
  flex-direction: column;
  margin-top: 20rpx;
  margin-left: 30rpx;
  background-color: gray;
  display: flex;
}

.image {
  width: 150rpx;
  height: 200rpx;
  position: absolute;
}

.tag-image {
  width: 150rpx;
  height: 24rpx;
  position: absolute;
  margin-top: 176rpx;
}

.product-info-container {
  display: flex;
  flex-direction: row;
  margin-left: 30rpx;
  height: 240rpx;
  justify-content: space-between;
}

.product-info-container .titleText {
  font-family: PingFang SC;
  margin-top: 38rpx;
  font-size: 26rpx;
  line-height: 1.38;
  width: 417rpx; 
  color: #444444;
  overflow: hidden;
  display:  -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-info-container .price-title {
  font-family: PingFang HK;
	font-size: 26rpx;
  margin-top: 30rpx;
  color: #d0021b;
}

.product-info-container .add-shop-btn-image {
  width: 80rpx;
  height: 46rpx;
  margin-top: 154rpx;
}

.separator {
  position: absolute;
  background-color: #e0e0e0;
  margin-top: 0;
  left: 30rpx;
  width: 720rpx;
  height: 2rpx;
}