jiangping
2024-07-30 4201a2237ac7b724989e93f8ac4ae16da2800528
wechat_staff/pages/detailDis/product.wxss
@@ -72,8 +72,14 @@
  font-weight: 500;
  font-size: 36rpx;
  margin-bottom: 16rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main_content .desc {
  line-height: 40rpx;
  font-size: 26rpx;
  color: #555555;
  margin-bottom: 26rpx;
@@ -171,6 +177,16 @@
  padding: 52rpx 40rpx 40rpx;
  background-color: #fff;
}
.detail .fold {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84rpx;
  margin-top: 20rpx;
}
.detail .fold .icon {
  margin-left: 12rpx;
}
.detail .title {
  font-weight: 600;
  font-size: 36rpx;
@@ -178,10 +194,11 @@
}
.detail .line {
  display: flex;
  margin-bottom: 20rpx;
  padding: 24rpx 0 26rpx;
  border-bottom: 1rpx dashed #E5E5E5;
}
.detail .line .label {
  width: auto;
  width: 120rpx;
  font-size: 24rpx;
  color: #666666;
  flex-shrink: 0;