- wxss cannot read property length of undefined?
.coupon-list { padding-top: 30rpx; clear: both; } .coupon-list .item { margin: 0 3% 30rpx; min-height: 200rpx; padding: 0; background-color: #fff; box-shadow: 3px 3px 5px #e7e7e7; border-radius: 12rpx; overflow: hidden; position: relative; } .coupon-list .cleft { width: 210rpx; height: 100%; text-align: center; color: #fff; position: absolute; left: 0; top: 0; z-index: 1; background: -webkit-linear-gradient(-120deg, #fb6844, #cc0704); background: -o-linear-gradient(-120deg, #fb6844, #cc0704); background: -moz-linear-gradient(-120deg, #fb6844, #cc0704); background: linear-gradient(to -120deg, #fb6844, #cc0704); } /* f2f3f5 */ .coupon-list .cleft::before { content: " "; display: block; width: 20rpx; height: 20rpx; background-color: #f2f3f5; border-radius: 100%; position: absolute; top: -10rpx; right: -10rpx; z-index: 2 } .coupon-list .cleft::after { content: " "; display: block; width: 20rpx; height: 20rpx; background-color: #f2f3f5; border-radius: 100%; position: absolute; bottom: -10rpx; right: -10rpx; z-index: 2 } .coupon-list .cleft .cb { padding: 46rpx 0 0rpx; font-size: 56rpx; font-weight: bold; display: block; } .coupon-list .cleft .fb2 { font-size: 68rpx; } .coupon-list .cleft .cspan { font-size: 24rpx; opacity: .6; display: block; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .coupon-list .cleft .recommend { padding: 4rpx 16rpx; font-size: 22rpx; color: #3f1709; position: absolute; top: 0; left: 0; z-index: 2; border-radius: 0 0 8rpx 0; background: -webkit-linear-gradient(-120deg, #cd8c47, #f6cf98); background: -o-linear-gradient(-120deg, #fb6844, #cc0704); background: -moz-linear-gradient(-120deg, #fb6844, #cc0704); background: linear-gradient(to -120deg, #fb6844, #cc0704); } .coupon-list .cright { padding: 0 120rpx 0 240rpx; line-height: 40rpx; } .coupon-list .cright .title { padding: 28rpx 0 20rpx; font-size: 32rpx; font-weight: bold; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .coupon-list .cright .cp { font-size: 24rpx; color: #999; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .coupon-list .cright .ct { font-size: 24rpx; color: #999; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .coupon-list .ctype { width: 100rpx; text-align: center; border-left: 1px dashed #f0f0f0; position: absolute; right: 0; top: 10%; bottom: 10%; z-index: 1; } .coupon-list .ctype text { padding: 0 30rpx; font-size: 28rpx; line-height: 38rpx; display: inline-block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .coupon-list .typeIcon { width: 76rpx; height: 76rpx; background-repeat: no-repeat; background-position: center; background-size: contain; display: inline-block; position: absolute; right: 94rpx; top: 16rpx; z-index: 1; } .icon-coupon1 { background-image: url("../image/icon-coupon1.png"); } .icon-coupon2 { background-image: url("../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; }
2020-09-01 - 微信支付如何在本地开发调试
微信支付本地开发调试,签名错误
2020-07-27 - 微信开发者工具扫码不能用
今天升级了开发者工具3.28版本,结果开发的小程序的扫码功能不能用啦
2017-03-29