coupon.wxss 1.1 KB

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