C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 line
1.7 KiB

  1. @import "../../app.wxss";
  2. .coupons {
  3. flex-direction: row;
  4. display: flex;
  5. padding: 30rpx;
  6. position: relative;
  7. height: 184rpx;
  8. }
  9. .coupons-border{
  10. height: 1rpx;
  11. /* width: 100%; */
  12. left: 30rpx;
  13. right: 30rpx;
  14. background: #F5F5F5;
  15. position: absolute;
  16. bottom: 0;
  17. }
  18. .coupons-img {
  19. width: 248rpx;
  20. height: 184rpx;
  21. overflow: hidden;
  22. border-radius: 10rpx;
  23. }
  24. .coupons-img image {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .coupons-info {
  29. padding-left: 20rpx;
  30. /* padding-top: 10rpx; */
  31. }
  32. .coupons-info-name {
  33. font-size: 30rpx;
  34. color: #000000;
  35. letter-spacing: 0;
  36. line-height: 42rpx;
  37. }
  38. .coupons-info-price{
  39. padding:10rpx 0 15rpx;
  40. height: 50rpx;
  41. }
  42. .coupons-info-price-p {
  43. font-size: 36rpx;
  44. color: #FF3434;
  45. letter-spacing: 0.96rpx;
  46. line-height: 50rpx;
  47. }
  48. .coupons-info-price-o {
  49. display: inline-block;
  50. padding-left: 20rpx;
  51. font-size: 24rpx;
  52. color: #B4B4B4;
  53. letter-spacing: 0.96rpx;
  54. text-decoration: line-through;
  55. line-height: 24rpx;
  56. }
  57. .coupons-info-distance {
  58. font-size: 22rpx;
  59. color: #C0C0C0;
  60. letter-spacing: 0;
  61. padding-bottom: 10rpx;
  62. line-height: 30rpx;
  63. }
  64. .coupons-info-address {
  65. font-size: 22rpx;
  66. color: #585858;
  67. letter-spacing: 0;
  68. line-height: 30rpx;
  69. }
  70. .coupons-btn {
  71. position: absolute;
  72. bottom: 30rpx;
  73. right: 30rpx;
  74. }
  75. .coupons-btn-gm {
  76. background: #00C0FF !important;
  77. border-radius: 10rpx !important;
  78. margin: 0 !important;
  79. padding: 0 !important;
  80. font-family: PingFangSC-Semibold;
  81. font-size: 28rpx;
  82. color: #FFFFFF !important;
  83. letter-spacing: 0;
  84. height: 50rpx !important;
  85. width: 114rpx !important;
  86. line-height: 50rpx !important;
  87. }