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.

67 lines
1.1 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. i-tabs i-tabs-scroll {
  8. background: #F4F5F9!important;
  9. }
  10. .loading {
  11. text-align: center;
  12. height: 80rpx;
  13. line-height: 80rpx;
  14. font-size: 26rpx;
  15. color: #999;
  16. }
  17. .coupons c-coupons{
  18. width: 335rpx;
  19. height: 354rpx;
  20. margin-bottom: 34rpx;
  21. }
  22. .coupons c-coupons:nth-of-type(2n+1){
  23. float: left;
  24. }
  25. .coupons c-coupons:nth-of-type(2n){
  26. float: right;
  27. }
  28. .loading image {
  29. width: 60rpx;
  30. height: 60rpx;
  31. vertical-align: middle;
  32. margin-right: 10rpx;
  33. }
  34. /* .dingdan {
  35. margin-top: 33rpx;
  36. } */
  37. .dingdan text:nth-of-type(1) {
  38. display: block;
  39. font-size: 34rpx;
  40. color: #333;
  41. letter-spacing: 0;
  42. text-align: center;
  43. }
  44. .dingdan text:nth-of-type(2) {
  45. display: block;
  46. font-size: 28rpx;
  47. color: #999;
  48. letter-spacing: 0;
  49. text-align: center;
  50. }
  51. .dingdan image {
  52. display: block;
  53. width: 300rpx;
  54. height: 300rpx;
  55. margin: 0 auto 16rpx;
  56. }
  57. .loadingtext{
  58. text-align: center;
  59. color: #888;
  60. font-size: 30rpx;
  61. margin-top:30rpx;
  62. }