收藏
回答

wxss cannot read property length of undefined?

.coupon-list {
  padding-top30rpx;
  clear: both;
}


.coupon-list .item {
  margin0 3% 30rpx;
  min-height200rpx;
  padding0;
  background-color#fff;
  box-shadow3px 3px 5px #e7e7e7;
  border-radius12rpx;
  overflow: hidden;
  position: relative;
}


.coupon-list .cleft {
  width210rpx;
  height100%;
  text-align: center;
  color#fff;
  position: absolute;
  left0;
  top0;
  z-index1;
  background-webkit-linear-gradient(-120deg, #fb6844, #cc0704);
  background-o-linear-gradient(-120deg, #fb6844, #cc0704);
  background-moz-linear-gradient(-120deg, #fb6844, #cc0704);
  backgroundlinear-gradient(to -120deg, #fb6844, #cc0704);
}


/* f2f3f5 */
.coupon-list .cleft::before {
  content" ";
  display: block;
  width20rpx;
  height20rpx;
  background-color#f2f3f5;
  border-radius100%;
  position: absolute;
  top: -10rpx;
  right: -10rpx;
  z-index2
}


.coupon-list .cleft::after {
  content" ";
  display: block;
  width20rpx;
  height20rpx;
  background-color#f2f3f5;
  border-radius100%;
  position: absolute;
  bottom: -10rpx;
  right: -10rpx;
  z-index2
}


.coupon-list .cleft .cb {
  padding46rpx 0 0rpx;
  font-size56rpx;
  font-weight: bold;
  display: block;
}


.coupon-list .cleft .fb2 {
  font-size68rpx;
}


.coupon-list .cleft .cspan {
  font-size24rpx;
  opacity: .6;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.coupon-list .cleft .recommend {
  padding4rpx 16rpx;
  font-size22rpx;
  color#3f1709;
  position: absolute;
  top0;
  left0;
  z-index2;
  border-radius0 0 8rpx 0;
  background-webkit-linear-gradient(-120deg, #cd8c47, #f6cf98);
  background-o-linear-gradient(-120deg, #fb6844, #cc0704);
  background-moz-linear-gradient(-120deg, #fb6844, #cc0704);
  backgroundlinear-gradient(to -120deg, #fb6844, #cc0704);
}


.coupon-list .cright {
  padding0 120rpx 0 240rpx;
  line-height40rpx;
}


.coupon-list .cright .title {
  padding28rpx 0 20rpx;
  font-size32rpx;
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.coupon-list .cright .cp {
  font-size24rpx;
  color#999;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.coupon-list .cright .ct {
  font-size24rpx;
  color#999;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.coupon-list .ctype {
  width100rpx;
  text-align: center;
  border-left1px dashed #f0f0f0;
  position: absolute;
  right0;
  top10%;
  bottom10%;
  z-index1;
}


.coupon-list .ctype text {
  padding0 30rpx;
  font-size28rpx;
  line-height38rpx;
  display: inline-block;
  position: absolute;
  left0;
  top50%;
  transformtranslateY(-50%);
}


.coupon-list .typeIcon {
  width76rpx;
  height76rpx;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right94rpx;
  top16rpx;
  z-index1;
}


.icon-coupon1 {
  background-imageurl("../image/icon-coupon1.png");
}


.icon-coupon2 {
  background-imageurl("../image/icon-coupon2.png");
}


.coupon-list .overdue .cleft {
  background#e4e4e4;
}


.coupon-list .overdue .recommend {
  display: none;
}


.coupon-list .overdue .title,
.coupon-list .overdue .cp,
.coupon-list .overdue .ct {
  color#e4e4e4;
}


.coupon-list .overdue .ctype text {
  color#e4e4e4;
}


.wct {
  color#dd2a1c;
}


.wct2 {
  color#6fa87d;
}
回答关注问题邀请回答
收藏

1 个回答

  • zy
    zy
    2020-09-01

    看下是否是这个没有加分号的原因

    2020-09-01
    有用
    回复 3
    • 仰望星空
      仰望星空
      发表于移动端
      2020-09-01
      加了还是不行
      2020-09-01
      回复
    • zy
      zy
      2020-09-01回复仰望星空
      background: linear-gradient(to -120deg, #fb6844, #cc0704);把涉及到这样写法的 background: linear-gradient(-120deg, #fb6844, #cc0704); 改成这样 把to去掉呢
      2020-09-01
      1
      回复
    • 仰望星空
      仰望星空
      2020-09-01
      感谢
      2020-09-01
      回复
登录 后发表内容
问题标签