coupon.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. }
  14. .card-img{
  15. width: 100%;
  16. height: 140rpx;
  17. }
  18. .card-cont{
  19. height: 140rpx;
  20. position: absolute;
  21. top: 0;
  22. display: flex;
  23. align-items: center;
  24. box-sizing: border-box;
  25. padding: 0 28rpx 0 46rpx;
  26. left: 0;
  27. right: 0;
  28. width: 100%;
  29. }
  30. .card-cont-lf{
  31. font-weight: 600;
  32. font-size: 24rpx;
  33. color: #FDA233;
  34. line-height: 34rpx;
  35. flex-shrink: 0;
  36. display: flex;
  37. flex-direction: column;
  38. align-items: center;
  39. }
  40. .canyin-img{
  41. width: 44rpx;
  42. height: 36rpx;
  43. margin-bottom: 6rpx;
  44. }
  45. .card-cont-ri{
  46. margin-left: 110rpx;
  47. font-weight: 600;
  48. font-size: 28rpx;
  49. color: #000000;
  50. display: flex;
  51. justify-content: space-between;
  52. align-items: center;
  53. flex: 1;
  54. overflow: hidden;
  55. box-sizing: border-box;
  56. }
  57. .card-cont-ri-text{
  58. overflow: hidden;
  59. margin-right: 10rpx;
  60. box-sizing: border-box;
  61. }
  62. .pop-time{
  63. font-weight: 400;
  64. font-size: 20rpx;
  65. color: #B0B0B0;
  66. line-height: 28rpx;
  67. margin-top: 6rpx;
  68. }
  69. .card-cont-status{
  70. width: 140rpx;
  71. height: 56rpx;
  72. margin-top: 10rpx;
  73. }
  74. .loading{
  75. color: #969799;
  76. font-size:24rpx;
  77. text-align: center;
  78. padding-bottom: 40px;
  79. }