style.scss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. @import "../../style/common";
  2. .coupon-item{
  3. height: 140upx;
  4. background-color: rgba(252, 53, 56, 0.05);
  5. border-radius: 20upx;
  6. padding: 0 30upx 0 53upx;
  7. margin-bottom: 30upx;
  8. }
  9. .coupon-item-left{
  10. min-width: 100upx;
  11. margin-right: 20upx;
  12. }
  13. .coupon-item-price-group{
  14. font-size:24upx;
  15. line-height: 52upx;
  16. color: #FC3538;
  17. }
  18. .coupon-item-price{
  19. font-size: 56upx;
  20. margin-left: 6upx;
  21. }
  22. .coupon-item-button{
  23. width: 130upx;
  24. height: 50upx;
  25. background-color: #FC3538;
  26. border-radius: 25upx;
  27. font-size: 24upx;
  28. line-height: 30upx;
  29. color: #fff;
  30. margin-left: 10upx;
  31. }
  32. .coupon-item-button-disabled{
  33. background-color: #999;
  34. }
  35. .coupon-introduce{
  36. font-size: 24upx;
  37. line-height: 30upx;
  38. color: #999999;
  39. }
  40. .coupon-item-title{
  41. font-size: 26upx;
  42. color: #333;
  43. line-height: 30upx;
  44. }
  45. .coupon-item-title,.coupon-item-time{
  46. line-height: 30upx;
  47. font-weight: 400;
  48. }
  49. .coupon-item-time{
  50. font-size: 24upx;
  51. color: #999999;
  52. margin-top: 16upx;
  53. }
  54. .coupon-item-icon{
  55. width: 74upx;
  56. height: 74upx;
  57. margin-left: 30upx;
  58. }
  59. /* 不可用 */
  60. .coupon-item-available,.coupon-item-notUse,.coupon-item-use,.coupon-item-expired{
  61. background-color: #fff;
  62. }
  63. .coupon-item-available{
  64. height: 200upx;
  65. padding-bottom: 60upx;
  66. }
  67. .coupon-available-footer{
  68. bottom: 0;
  69. height: 60upx;
  70. left: 30upx;
  71. right: 30upx;
  72. border-top: 1upx dashed #BFBFBF;
  73. font-size: 26upx;
  74. color: #333;
  75. line-height: 30upx;
  76. }
  77. /* 不可用 */
  78. /* 已使用 和 已过期 */
  79. .coupon-item-use .coupon-item-title,
  80. .coupon-item-expired .coupon-item-title,
  81. .coupon-item-use .coupon-item-price-group,
  82. .coupon-item-expired .coupon-item-price-group
  83. {
  84. color: #999999;
  85. }
  86. /* 已使用 和 已过期 */