|  | @import "../../../app.wxss";
.index-coupons {
  padding: 0 20rpx;
  /* margin-top: 40rpx; */
  /* background:linear-gradient(0deg,rgba(235,235,235,1) 0%,rgba(255,255,255,0.8) 100%); */
}
i-tabs i-tabs-scroll {
  background: #F4F5F9 !important;
}
.loading {
  text-align: center;
  height: 80rpx;
  line-height: 80rpx;
  font-size: 26rpx;
  color: #999;
}
.coupons c-coupons {
  height: 354rpx;
  margin-bottom: 34rpx;
}
.coupons c-coupons:nth-of-type(2n+1) {
  float: left;
}
.coupons c-coupons:nth-of-type(2n) {
  float: right;
}
.loading .img {
  width: 60rpx;
  height: 60rpx;
  vertical-align: middle;
  margin-right: 10rpx;
}
/* .dingdan {
  margin-top: 33rpx;
} */
.dingdan .text:nth-of-type(1) {
  display: block;
  font-size: 34rpx;
  color: #333;
  letter-spacing: 0;
  text-align: center;
}
.dingdan .text:nth-of-type(2) {
  display: block;
  font-size: 28rpx;
  color: #999;
  letter-spacing: 0;
  text-align: center;
}
.dingdan .img {
  display: block;
  width: 300rpx;
  height: 300rpx;
  margin: 0 auto 16rpx;
}
.loadingtext {
  text-align: center;
  color: #888;
  font-size: 30rpx;
  margin-top: 30rpx;
}
 |