coupon.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .container{
  2. height: 100vh;
  3. }
  4. .content{
  5. flex: 1;
  6. overflow: auto;
  7. margin: 4rpx 0;
  8. }
  9. .card-box{
  10. margin: 36rpx 58rpx;
  11. position: relative;
  12. box-sizing: border-box;
  13. z-index:0;
  14. }
  15. .card-img{
  16. width: 100%;
  17. height: 186.68rpx;
  18. }
  19. .card-cont{
  20. height: 186.68rpx;
  21. position: absolute;
  22. top: 0;
  23. display: flex;
  24. align-items: center;
  25. box-sizing: border-box;
  26. padding: 0 28rpx 0 46rpx;
  27. left: 0;
  28. right: 0;
  29. width: 100%;
  30. }
  31. .card-cont-lf{
  32. font-weight: 600;
  33. font-size: 24rpx;
  34. color: #FDA233;
  35. line-height: 34rpx;
  36. flex-shrink: 0;
  37. display: flex;
  38. flex-direction: column;
  39. align-items: center;
  40. }
  41. .canyin-img{
  42. width: 44rpx;
  43. height: 36rpx;
  44. margin-bottom: 6rpx;
  45. }
  46. .card-cont-ri{
  47. margin-left: 110rpx;
  48. font-weight: 400;
  49. font-size: 28rpx;
  50. color: #000000;
  51. line-height: 40rpx;
  52. display: flex;
  53. justify-content: space-between;
  54. align-items: center;
  55. flex: 1;
  56. overflow: hidden;
  57. box-sizing: border-box;
  58. z-index: 2;
  59. }
  60. .card-cont-ri-text{
  61. overflow: hidden;
  62. margin-right: 10rpx;
  63. box-sizing: border-box;
  64. }
  65. .money{
  66. font-weight: 600;
  67. font-size: 28rpx;
  68. color: #FF9E00;
  69. line-height: 40rpx;
  70. margin-bottom: 14rpx;
  71. }
  72. .pop-time{
  73. font-weight: 400;
  74. font-size: 20rpx;
  75. color: #B0B0B0;
  76. line-height: 28rpx;
  77. margin-top: 6rpx;
  78. }
  79. .status-bg{
  80. position: absolute;
  81. right: 0;
  82. top: 0;
  83. z-index: 1;
  84. }
  85. .card-cont-status{
  86. width: 186.68rpx;
  87. height: 186.68rpx;
  88. }
  89. .loading{
  90. color: #969799;
  91. font-size:24rpx;
  92. text-align: center;
  93. padding-bottom: 40px;
  94. }