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.

46 lines
641 B

  1. .index-coupons {
  2. height: 820rpx;
  3. }
  4. .loading {
  5. text-align: center;
  6. height: 80rpx;
  7. line-height: 80rpx;
  8. font-size: 26rpx;
  9. color: #999;
  10. }
  11. .loading image {
  12. width: 40rpx;
  13. height: 40rpx;
  14. vertical-align: middle;
  15. margin-right: 10rpx;
  16. }
  17. .dingdan {
  18. margin-top: 33rpx;
  19. }
  20. .dingdan text:nth-of-type(1) {
  21. display: block;
  22. font-size: 34rpx;
  23. color: #333;
  24. letter-spacing: 0;
  25. text-align: center;
  26. }
  27. .dingdan text:nth-of-type(2) {
  28. display: block;
  29. font-size: 28rpx;
  30. color: #999;
  31. letter-spacing: 0;
  32. text-align: center;
  33. }
  34. .dingdan image {
  35. display: block;
  36. width: 300rpx;
  37. height: 300rpx;
  38. margin: 0 auto 16rpx;
  39. }