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.

54 line
840 B

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