couponCenter.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. .bgc{
  2. background-color: #ee633a;
  3. background-size: 100%;
  4. padding-bottom: 100rpx;
  5. }
  6. .couponBig{
  7. width: 750rpx;
  8. min-height: 100vh;
  9. background: url('https://we-spa.oss-cn-shenzhen.aliyuncs.com/wxapp/20220822/%E7%BC%96%E7%BB%84%203%402x%20%283%29.png') no-repeat;
  10. background-size: 100%;
  11. }
  12. /* 背景图片 */
  13. .couponBig .backgroundImage{
  14. width: 100%;
  15. height: 100%;
  16. }
  17. /* 优惠券 */
  18. .couponBig-box{
  19. padding-top: 540rpx;
  20. }
  21. .couponBig .coupon{
  22. margin: 0 auto;
  23. display: flex;
  24. /* position: absolute; */
  25. /* top: 540rpx; */
  26. width: 690rpx;
  27. height: 218rpx;
  28. /* left: 30rpx; */
  29. background: url('https://we-spa.oss-cn-shenzhen.aliyuncs.com/wxapp/20220822/%E7%BC%96%E7%BB%84%206%402x.png') no-repeat;
  30. background-size: cover;
  31. margin-bottom: 28rpx;
  32. }
  33. .coupon .couponLeft{
  34. width: 180rpx;
  35. }
  36. .coupon .couponLeft .price{
  37. text-align: center;
  38. height:180rpx;
  39. display: flex;
  40. flex-direction: column;
  41. justify-content: center;
  42. }
  43. .coupon .couponLeft .couponType{
  44. font-size: 20rpx;
  45. color: white;
  46. margin-left: 18rpx;
  47. margin-top: 4rpx;
  48. }
  49. .price .a{
  50. font-size: 38rpx;
  51. color: #FF3007;
  52. }
  53. .price text{
  54. font-family: PingFangSC-Medium, PingFang SC;
  55. /* line-height:160rpx ; */
  56. color: #FF3007;
  57. }
  58. .full_price{
  59. font-size: 26rpx;
  60. color: #666666;
  61. }
  62. .couponRight-box{
  63. height: 100rpx;
  64. margin-top: 32rpx;
  65. }
  66. .couponRight .title{
  67. font-size: 32rpx;
  68. font-weight: 500;
  69. margin-left: 40rpx;
  70. width: 400rpx;
  71. overflow: hidden;
  72. text-overflow: ellipsis;
  73. display: -webkit-box;
  74. -webkit-line-clamp: 2;
  75. -webkit-box-orient: vertical;
  76. }
  77. .couponRight .condition{
  78. font-size: 24rpx;
  79. color: #666666;
  80. margin-top: 24rpx;
  81. margin-left: 40rpx;
  82. }
  83. .coupon_desc{
  84. width: 300rpx;
  85. font-size: 28rpx;
  86. overflow: hidden;
  87. text-overflow: ellipsis;
  88. display: -webkit-box;
  89. -webkit-line-clamp: 2;
  90. -webkit-box-orient: vertical;
  91. }
  92. .couponRight .button{
  93. width: 104rpx;
  94. height: 50rpx;
  95. text-align: center;
  96. line-height: 50rpx;
  97. color: #FFFFFF;
  98. background-color: #fb7d22;
  99. font-size: 24rpx;
  100. border-radius: 40rpx;
  101. margin-left: 380rpx;
  102. margin-top: 14rpx;
  103. }
  104. .button-open{
  105. width: 104rpx;
  106. height: 50rpx;
  107. text-align: center;
  108. line-height: 50rpx;
  109. color: #FFFFFF;
  110. background-color: #b6b6b6;
  111. font-size: 24rpx;
  112. border-radius: 40rpx;
  113. margin-left: 380rpx;
  114. margin-top: 14rpx;
  115. }