C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.0 KiB

  1. @import "../../../app.wxss";
  2. .index-coupons {
  3. padding: 0 30rpx;
  4. background:linear-gradient(0deg,rgba(235,235,235,1) 0%,rgba(255,255,255,0.8) 100%);
  5. }
  6. .loading {
  7. text-align: center;
  8. height: 80rpx;
  9. line-height: 80rpx;
  10. font-size: 26rpx;
  11. color: #999;
  12. }
  13. .coupons c-coupons{
  14. width: 335rpx;
  15. height: 354rpx;
  16. margin-bottom: 22rpx;
  17. }
  18. .coupons c-coupons:nth-of-type(2n+1){
  19. float: left;
  20. }
  21. .coupons c-coupons:nth-of-type(2n){
  22. float: right;
  23. }
  24. .loading image {
  25. width: 60rpx;
  26. height: 60rpx;
  27. vertical-align: middle;
  28. margin-right: 10rpx;
  29. }
  30. /* .dingdan {
  31. margin-top: 33rpx;
  32. } */
  33. .dingdan text:nth-of-type(1) {
  34. display: block;
  35. font-size: 34rpx;
  36. color: #333;
  37. letter-spacing: 0;
  38. text-align: center;
  39. }
  40. .dingdan text:nth-of-type(2) {
  41. display: block;
  42. font-size: 28rpx;
  43. color: #999;
  44. letter-spacing: 0;
  45. text-align: center;
  46. }
  47. .dingdan image {
  48. display: block;
  49. width: 300rpx;
  50. height: 300rpx;
  51. margin: 0 auto 16rpx;
  52. }
  53. .loadingtext{
  54. text-align: center;
  55. color: #888;
  56. font-size: 30rpx;
  57. margin-top:30rpx;
  58. }