coupon.wxss 1016 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. margin: 0 28rpx 0 46rpx;
  26. left: 0;
  27. right: 0;
  28. }
  29. .card-cont-lf{
  30. font-family: PingFangSC, PingFang SC;
  31. font-weight: 600;
  32. font-size: 24rpx;
  33. color: #FDA233;
  34. line-height: 34rpx;
  35. }
  36. .card-cont-ri{
  37. margin-left: 126rpx;
  38. font-family: PingFangSC, PingFang SC;
  39. font-weight: 600;
  40. font-size: 28rpx;
  41. color: #000000;
  42. /* line-height: 40rpx; */
  43. display: flex;
  44. justify-content: space-between;
  45. align-items: center;
  46. flex: 1;
  47. }
  48. .pop-time{
  49. font-family: PingFangSC, PingFang SC;
  50. font-weight: 400;
  51. font-size: 20rpx;
  52. color: #B0B0B0;
  53. line-height: 28rpx;
  54. margin-top: 6rpx;
  55. }
  56. .card-cont-status{
  57. width: 140rpx;
  58. height: 56rpx;
  59. margin-top: 10rpx;
  60. }