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.

64 lines
1.0 KiB

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