coupon.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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-family: PingFangSC, PingFang SC;
  32. font-weight: 600;
  33. font-size: 24rpx;
  34. color: #FDA233;
  35. line-height: 34rpx;
  36. flex-shrink: 0;
  37. }
  38. .card-cont-ri{
  39. margin-left: 110rpx;
  40. font-family: PingFangSC, PingFang SC;
  41. font-weight: 600;
  42. font-size: 28rpx;
  43. color: #000000;
  44. display: flex;
  45. justify-content: space-between;
  46. align-items: center;
  47. flex: 1;
  48. overflow: hidden;
  49. box-sizing: border-box;
  50. }
  51. .card-cont-ri-text{
  52. overflow: hidden;
  53. margin-right: 10rpx;
  54. box-sizing: border-box;
  55. }
  56. .pop-time{
  57. font-family: PingFangSC, PingFang SC;
  58. font-weight: 400;
  59. font-size: 20rpx;
  60. color: #B0B0B0;
  61. line-height: 28rpx;
  62. margin-top: 6rpx;
  63. }
  64. .card-cont-status{
  65. width: 140rpx;
  66. height: 56rpx;
  67. margin-top: 10rpx;
  68. }
  69. .loading{
  70. color: #969799;
  71. font-size:24rpx;
  72. text-align: center;
  73. padding-bottom: 40px;
  74. }