coupon-list.wxss 719 B

1234567
  1. .info { padding: 20rpx; width: 100%; }
  2. .info-one { position: relative; width: 100%; margin-bottom: 20rpx; z-index: 10; }
  3. .info-one wx-image { width: 100%; height: 160rpx; position: absolute; left: 0; top: 0; z-index: 0; }
  4. .info-content { height: 160rpx; width: 100%; color: #fff; padding: 0 24rpx; line-height: 1; position: relative; }
  5. .info-btn { background-color: #fff; width: 160rpx; height: 56rpx; border-radius: 28rpx; }
  6. .info-footer { background-color: #fff; padding: 24rpx 24rpx 32rpx 24rpx; border-radius: 0 0 16rpx 16rpx; border: 1rpx solid #cfcfcf; border-top: none; color: #666; }
  7. .couponName{font-size: 22rpx;font-weight: bold;padding: 20rpx 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}