vip.module.less 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. .tipSection {
  2. padding: 4px 14px 0;
  3. }
  4. :global {
  5. .col-result-container {
  6. padding-top: 0;
  7. }
  8. }
  9. .practice {
  10. padding: 4px 14px 80px;
  11. overflow: hidden;
  12. .group {
  13. margin-bottom: 12px;
  14. border-radius: 10px;
  15. overflow: hidden;
  16. :global {
  17. .van-cell {
  18. padding: 16px 15px;
  19. font-size: 16px;
  20. .van-cell__title {
  21. color: #1A1A1A;
  22. }
  23. }
  24. }
  25. }
  26. .price {
  27. font-size: 14px;
  28. color: #999999;
  29. span {
  30. font-weight: 600;
  31. color: #fa6400;
  32. font-size: 16px;
  33. }
  34. }
  35. :global {
  36. .van-stepper--round .van-stepper__minus {
  37. color: #333 !important;
  38. border: #f3f3f3;
  39. background: #f3f3f3;
  40. }
  41. .van-stepper--round .van-stepper__plus {
  42. background: var(--van-primary);
  43. }
  44. }
  45. }
  46. .rTag {
  47. padding: 10px 0;
  48. .tag {
  49. background: #e9fff8;
  50. margin-bottom: 8px;
  51. }
  52. }
  53. .selectPopup {
  54. width: 312px;
  55. background: #ffffff;
  56. border-radius: 8px;
  57. .selectContainer {
  58. padding: 18px 14px;
  59. }
  60. .rTitle {
  61. font-size: 18px;
  62. }
  63. .selectPopupContent {
  64. padding: 20px 0;
  65. }
  66. .desc,
  67. .times {
  68. font-size: 14px;
  69. color: #666666;
  70. line-height: 20px;
  71. }
  72. .times {
  73. padding-top: 15px;
  74. span {
  75. display: block;
  76. }
  77. }
  78. .selectBtn {
  79. display: flex;
  80. align-items: center;
  81. justify-content: space-between;
  82. .btn {
  83. width: 48%;
  84. }
  85. }
  86. }
  87. .rTitle {
  88. display: flex;
  89. align-items: center;
  90. font-size: 16px;
  91. color: #333;
  92. font-weight: 500;
  93. &::before {
  94. margin-right: 8px;
  95. content: ' ';
  96. display: inline-block;
  97. width: 4px;
  98. height: 17px;
  99. background: linear-gradient(180deg, #59e5d5 0%, #2dc7aa 100%);
  100. border-radius: 3px;
  101. }
  102. }
  103. .protocol {
  104. padding: 0 14px;
  105. background-color: #f6f8f9;
  106. }
  107. .arrangeCell {
  108. margin: 10px 0 0 !important;
  109. width: auto;
  110. border-radius: 10px;
  111. overflow: hidden;
  112. }
  113. .fixedBtn {
  114. position: fixed;
  115. bottom: 0;
  116. left: 0;
  117. right: 0;
  118. z-index: 9;
  119. }
  120. .tipSection {
  121. position: relative;
  122. background: #FFFFFF;
  123. border-radius: 6px;
  124. margin-bottom: 12px;
  125. .iconCross {
  126. position: absolute;
  127. top: 15px;
  128. right: 13px;
  129. font-size: 16px;
  130. color: #CCCCCC;
  131. cursor: pointer;
  132. }
  133. .tipTitle {
  134. padding: 12px 12px 10px;
  135. font-weight: 500;
  136. font-size: 15px;
  137. color: #333333;
  138. line-height: 18px;
  139. img {
  140. width: 18px;
  141. height: 18px;
  142. margin-right: 6px;
  143. vertical-align: text-bottom;
  144. }
  145. }
  146. .tipContent {
  147. padding: 0 12px 10px;
  148. font-size: 13px;
  149. color: #777777;
  150. line-height: 22px;
  151. }
  152. .tipFooter {
  153. margin: 0 12px;
  154. padding: 10px 0;
  155. text-align: center;
  156. border-top: 1px solid #F2F2F2;
  157. font-size: 13px;
  158. color: #2DC7AA;
  159. line-height: 18px;
  160. }
  161. }