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.

101 lines
1.8 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. font-weight: bold;
  38. }
  39. .coupons-info-price{
  40. padding:10rpx 0 15rpx;
  41. height: 50rpx;
  42. }
  43. .coupons-info-price-p {
  44. font-size: 36rpx;
  45. color: #FF3434;
  46. letter-spacing: 0.96rpx;
  47. line-height: 50rpx;
  48. }
  49. .coupons-info-price-o {
  50. display: inline-block;
  51. padding-left: 20rpx;
  52. font-size: 20rpx;
  53. color: #B4B4B4;
  54. letter-spacing: 0.96rpx;
  55. text-decoration: line-through;
  56. line-height: 24rpx;
  57. }
  58. .coupons-info-distance {
  59. font-size: 22rpx;
  60. color: #C0C0C0;
  61. letter-spacing: 0;
  62. padding-bottom: 10rpx;
  63. line-height: 30rpx;
  64. }
  65. .coupons-info-address {
  66. font-size: 22rpx;
  67. color: #585858;
  68. letter-spacing: 0;
  69. line-height: 30rpx;
  70. }
  71. .coupons-btn {
  72. position: absolute;
  73. bottom: 30rpx;
  74. right: 30rpx;
  75. }
  76. .coupons-btn-gm {
  77. background: #00C0FF !important;
  78. border-radius: 10rpx !important;
  79. margin: 0 !important;
  80. padding: 0 !important;
  81. font-family: PingFangSC-Semibold;
  82. font-size: 28rpx;
  83. color: #FFFFFF !important;
  84. letter-spacing: 0;
  85. height: 50rpx !important;
  86. width: 114rpx !important;
  87. line-height: 50rpx !important;
  88. }
  89. .subtitle{
  90. font-size: 26rpx;
  91. color: #666;
  92. font-weight:100;
  93. }