index.module.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .memberLogo {
  2. width: 98px;
  3. height: 98px;
  4. }
  5. .container {
  6. padding-top: 2px;
  7. }
  8. .titleClass {
  9. padding-left: 15px;
  10. display: flex;
  11. flex-direction: column;
  12. justify-content: space-between;
  13. }
  14. .title {
  15. padding-top: 2px;
  16. font-size: 16px;
  17. font-weight: 500;
  18. line-height: 22px;
  19. color: #131415;
  20. }
  21. .price {
  22. padding-top: 8px;
  23. font-size: 25px;
  24. font-family: DINAlternate-Bold, DINAlternate;
  25. font-weight: bold;
  26. color: #EF2F56;
  27. i {
  28. line-height: 19px;
  29. font-style: normal;
  30. font-size: 16px;
  31. }
  32. }
  33. .activityClass{
  34. justify-content: initial;
  35. }
  36. .activityTit{
  37. padding-top: 8px;
  38. font-weight: 600;
  39. font-size: 16px;
  40. color: #EF2F56;
  41. }
  42. .activityTitNum{
  43. margin-top: 8px;
  44. font-weight: 400;
  45. font-size: 14px;
  46. color: #777777;
  47. }
  48. .timerTitle {
  49. display: flex;
  50. align-items: center;
  51. // font-size: 14px;
  52. // font-weight: 500;
  53. // color: #333333;
  54. color: var(--van-cell-text-color) !important;
  55. font-size: var(--van-cell-font-size) !important;
  56. line-height: var(--van-cell-line-height) !important;
  57. line-height: 20px;
  58. padding-right: 12px;
  59. }
  60. .timer {
  61. font-size: 14px;
  62. font-weight: 500;
  63. color: #FE2451;
  64. line-height: 20px;
  65. }
  66. .timerCell {
  67. display: flex;
  68. align-items: center;
  69. justify-content: space-between;
  70. // span {
  71. // font-size: 16px;
  72. // font-weight: 600;
  73. // color: #131415;
  74. // }
  75. }
  76. .cellGroup {
  77. border-radius: 10px;
  78. overflow: hidden;
  79. }
  80. .cellGroupTimer {
  81. :global {
  82. .van-cell {
  83. padding: 15px;
  84. }
  85. }
  86. }
  87. .discountTips {
  88. background: linear-gradient(203deg, rgba(254, 237, 197, 0.5) 0%, rgba(255, 198, 179, 0.5) 100%);
  89. border-radius: 6px;
  90. padding: 6px 3px 6px 8px;
  91. font-weight: 500;
  92. font-size: 12px;
  93. line-height: 17px;
  94. color: #6B4429;
  95. margin-bottom: 12px;
  96. span {
  97. color: #FF491A;
  98. }
  99. }
  100. .addNum {
  101. display: flex;
  102. justify-content: flex-end;
  103. --van-stepper-input-height: 22px;
  104. --van-stepper-button-round-theme-color: #2DC7AA;
  105. :global {
  106. .van-stepper--round .van-stepper__minus {
  107. // width: 22px;
  108. // height: 22px;
  109. border-color: #F7F8F9;
  110. background-color: #F7F8F9;
  111. color: #333333;
  112. }
  113. .van-stepper--round .van-stepper__input {
  114. background: #F7F8F9;
  115. border-radius: 6px;
  116. margin: 0 8px;
  117. }
  118. .van-stepper--round .van-stepper__plus--disabled,
  119. .van-stepper--round .van-stepper__minus--disabled {
  120. opacity: 0.6;
  121. }
  122. }
  123. }