point.module.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. .container {
  2. display: flex;
  3. flex-direction: column;
  4. min-width: 266px;
  5. max-width: 266px;
  6. height: 100vh;
  7. color: #333;
  8. font-size: 12px;
  9. box-sizing: border-box;
  10. background: #fff;
  11. }
  12. .pointHead {
  13. display: flex;
  14. padding: 16px 10px 12px 12px;
  15. flex-shrink: 0;
  16. font-size: 16px;
  17. font-weight: 500;
  18. img {
  19. width: 20px;
  20. height: 20px;
  21. margin-right: 5px;
  22. margin-top: 4px;
  23. }
  24. }
  25. .content {
  26. flex: 1;
  27. overflow-x: hidden;
  28. overflow-y: auto;
  29. padding: 0 12px;
  30. &::-webkit-scrollbar {
  31. width: 0;
  32. display: none;
  33. }
  34. // .collapseKnow:nth-of-type(n+2) {
  35. // padding-top: 2px !important;
  36. // }
  37. }
  38. .matItem {
  39. border-radius: 6px;
  40. border: 1px solid #C2DBE2;
  41. background: linear-gradient(360deg, #F2F4F5 0%, #E7F9FF 100%);
  42. margin: 0 15px 15px;
  43. overflow: hidden;
  44. position: relative;
  45. .iconPayment {
  46. position: absolute;
  47. right: 0;
  48. top: 0;
  49. padding: 0 4px;
  50. border-radius: 0 3px 0 6px;
  51. background: rgba(0, 0, 0, 0.74);
  52. opacity: 0.7;
  53. font-weight: 500;
  54. font-size: 12px;
  55. color: #FFFFFF !important;
  56. z-index: 9;
  57. &.VIP {
  58. background-color: RGBA(220, 138, 94, .6);
  59. opacity: 1;
  60. }
  61. }
  62. .cover {
  63. position: relative;
  64. height: 102px;
  65. background: #fff;
  66. overflow: hidden;
  67. &>img {
  68. display: block;
  69. width: 100%;
  70. }
  71. .audioPlayTypeSection {
  72. position: absolute;
  73. right: 8px;
  74. bottom: 8px;
  75. font-size: 0;
  76. .iconPlay {
  77. width: 20px;
  78. height: 20px;
  79. margin: 0 0 0 8px;
  80. }
  81. }
  82. }
  83. .title {
  84. display: flex;
  85. align-items: center;
  86. padding: 7px 6px;
  87. font-size: 11px;
  88. font-weight: 400;
  89. color: #131415;
  90. line-height: 16px;
  91. background: #E7F9FF;
  92. .typeImg {
  93. width: 13px;
  94. height: 13px;
  95. margin-right: 4px;
  96. }
  97. .tag {
  98. padding: 4px 10px;
  99. border-radius: 4px;
  100. background: linear-gradient(251deg, #FE7270 0%, #FF9696 100%);
  101. font-size: 9px;
  102. font-weight: 600;
  103. color: #FFF;
  104. line-height: 13px;
  105. margin-right: 8px;
  106. white-space: nowrap;
  107. flex-shrink: 0;
  108. }
  109. .tName {
  110. overflow-x: hidden;
  111. text-overflow: ellipsis;
  112. white-space: nowrap;
  113. }
  114. :global {
  115. .van-icon {
  116. display: none;
  117. margin-left: auto;
  118. }
  119. }
  120. }
  121. &.itemActive {
  122. border: 2px solid var(--van-primary-color);
  123. .title {
  124. :global {
  125. .van-icon {
  126. display: initial;
  127. }
  128. }
  129. }
  130. }
  131. }
  132. .kjColumn {
  133. margin: 0 12px 0 6px;
  134. padding: 10px 12px;
  135. border-top: 1px solid #F2F2F2;
  136. display: flex;
  137. align-items: center;
  138. justify-content: space-between;
  139. .kjLeft {
  140. display: flex;
  141. align-items: center;
  142. overflow-x: hidden;
  143. img {
  144. width: 13px;
  145. height: 17px;
  146. }
  147. span {
  148. flex: 1;
  149. overflow-x: hidden;
  150. text-overflow: ellipsis;
  151. white-space: nowrap;
  152. font-size: 14px;
  153. color: #333333;
  154. font-weight: 500;
  155. margin: 4px 4px 4px 6px;
  156. }
  157. }
  158. .kjRight {
  159. width: 24px;
  160. height: 24px;
  161. }
  162. }
  163. .collapse {
  164. .collapseItem {
  165. padding: 12px 12px 2px;
  166. }
  167. .collapseKnow {
  168. padding: 8px 12px 6px 12px;
  169. position: relative;
  170. :global {
  171. .van-cell {
  172. margin-bottom: 8px;
  173. font-size: 13px;
  174. font-weight: normal !important;
  175. color: #333 !important;
  176. }
  177. }
  178. }
  179. :global {
  180. .van-cell {
  181. background: transparent;
  182. font-size: 14px;
  183. color: #777;
  184. padding: 0;
  185. border: none;
  186. line-height: 18px;
  187. }
  188. .van-collapse-item__content {
  189. padding: 0;
  190. background-color: transparent;
  191. }
  192. }
  193. .item {
  194. display: flex;
  195. align-items: center;
  196. margin-top: 15px;
  197. span {
  198. color: #131415;
  199. font-size: 12px;
  200. }
  201. }
  202. .arrow {
  203. width: 12px;
  204. height: 12px;
  205. margin-right: 5px;
  206. }
  207. .firstArrow {
  208. margin-top: 3px;
  209. }
  210. .itemImage {
  211. width: 15px;
  212. height: 15px;
  213. margin-right: 6px;
  214. }
  215. .activeItem {
  216. background: #ECF8FF;
  217. border-radius: 9px;
  218. margin-top: 4px;
  219. padding: 8px 12px 2px;
  220. :global {
  221. .van-cell {
  222. color: #1C9AF7;
  223. font-weight: 600;
  224. }
  225. }
  226. }
  227. .activeItem2 {
  228. background: #F5F6FA;
  229. border-radius: 9px;
  230. :global {
  231. .van-cell {
  232. color: #1C9AF7 !important;
  233. font-weight: 500 !important;
  234. }
  235. }
  236. }
  237. .itemActive {
  238. font-weight: 500;
  239. span {
  240. color: #1C9AF7;
  241. }
  242. }
  243. }