index.module.less 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. .hotMusicMore {
  2. min-height: 100vh;
  3. background: url('./images/woring-bg.png') no-repeat top center;
  4. background-size: contain;
  5. :global {
  6. .van-search {
  7. padding: 0;
  8. border-radius: 50px;
  9. }
  10. // .van-sticky--fixed {
  11. // background: url('./images/woring-bg.png') no-repeat top center;
  12. // background-size: 100%;
  13. // }
  14. .van-calendar__confirm {
  15. --van-calendar-confirm-button-height: 40px;
  16. --van-button-normal-padding: 18px;
  17. --van-calendar-confirm-button-margin: 18px 0;
  18. }
  19. }
  20. }
  21. .woringHeader {
  22. display: flex;
  23. align-items: center;
  24. justify-content: space-between;
  25. height: var(--van-nav-bar-height);
  26. .leftArrow {
  27. padding: 0 var(--k-padding-md);
  28. }
  29. .title,
  30. .title2 {
  31. position: relative;
  32. z-index: 1;
  33. i {
  34. width: 60px;
  35. height: 18px;
  36. display: inline-block;
  37. background: url('./images/woring-title.png') no-repeat center;
  38. background-size: contain;
  39. }
  40. &::after {
  41. content: ' ';
  42. display: inline-block;
  43. position: absolute;
  44. left: 0;
  45. bottom: -2px;
  46. width: 48px;
  47. height: 6px;
  48. background: linear-gradient(270deg, rgba(119, 255, 239, 0.59) 0%, #42CDFF 100%);
  49. opacity: 0.5;
  50. z-index: -1;
  51. }
  52. }
  53. .title2 {
  54. i {
  55. width: 79px;
  56. height: 20px;
  57. background: url('./images/title2.png') no-repeat center;
  58. background-size: contain;
  59. }
  60. }
  61. .recordBtn {
  62. background: #FFFFFF;
  63. border-radius: 50px;
  64. border: 1px solid #1CACF1;
  65. font-size: 14px;
  66. color: #0E71BC;
  67. line-height: 20px;
  68. padding: 4px 7px;
  69. display: flex;
  70. align-items: center;
  71. margin-right: 14px;
  72. cursor: pointer;
  73. .iconBook {
  74. display: inline-block;
  75. width: 14px;
  76. height: 14px;
  77. background: url('./images/icon-book.png') no-repeat center;
  78. background-size: contain;
  79. margin-right: 3px;
  80. }
  81. }
  82. }
  83. .activationContainer {
  84. min-height: calc(100vh - var(--header-height) - 90px);
  85. margin-top: 90px;
  86. // overflow: hidden;
  87. position: relative;
  88. &.recordContainer {
  89. min-height: auto;
  90. }
  91. .iconBrid {
  92. position: absolute;
  93. right: 16px;
  94. top: -105px;
  95. display: inline-block;
  96. width: 168px;
  97. height: 135px;
  98. background: url('./images/icon-icon.png') no-repeat center;
  99. background-size: contain;
  100. }
  101. }
  102. .section {
  103. border-radius: 20px 20px 0px 0px;
  104. padding: 13px;
  105. background: #F8F9FC;
  106. position: relative;
  107. z-index: 1;
  108. }
  109. .activationContent {
  110. background: #FFFFFF;
  111. border-radius: 20px;
  112. // margin: 13px;
  113. overflow: hidden;
  114. }
  115. .inputGroup {
  116. position: relative;
  117. padding: 26px 12px;
  118. border-bottom: 1px dashed #EBEBEB;
  119. &::before,
  120. &::after {
  121. position: absolute;
  122. bottom: 0;
  123. content: '';
  124. width: 16px;
  125. height: 16px;
  126. border: 8px solid #fff;
  127. background-color: #F8F9FC;
  128. border-radius: 50%;
  129. }
  130. &::before {
  131. left: -16px;
  132. bottom: -16px;
  133. }
  134. &::after {
  135. right: -16px;
  136. bottom: -16px;
  137. }
  138. .input {
  139. background: #F2F2F2;
  140. border-radius: 29px;
  141. --van-cell-line-height: 24px;
  142. --van-field-icon-size: 24px;
  143. --van-padding-base: 10px;
  144. padding: 8px
  145. }
  146. .btnGroup {
  147. margin: 22px 34px 0;
  148. }
  149. }
  150. .tipCotnent {
  151. padding: 21px 6px 16px 12px;
  152. h2 {
  153. display: flex;
  154. align-items: center;
  155. font-weight: 600;
  156. font-size: 14px;
  157. color: #666666;
  158. line-height: 20px;
  159. padding-bottom: 12px;
  160. &::before {
  161. display: inline-block;
  162. content: '';
  163. margin-right: 8px;
  164. width: 4px;
  165. height: 14px;
  166. background: linear-gradient(135deg, #31C7FF 0%, #007AFE 100%);
  167. border-radius: 10px;
  168. }
  169. }
  170. .tips {
  171. font-size: 12px;
  172. color: #666666;
  173. line-height: 16px;
  174. p {
  175. display: flex;
  176. align-items: flex-start;
  177. padding-bottom: 12px;
  178. }
  179. .num {
  180. display: inline-block;
  181. width: 14px;
  182. height: 14px;
  183. margin-right: 5px;
  184. flex-shrink: 0;
  185. }
  186. .num1 {
  187. background: url('./images/num1.png') no-repeat center;
  188. background-size: cover;
  189. }
  190. .num2 {
  191. background: url('./images/num2.png') no-repeat center;
  192. background-size: cover;
  193. }
  194. .num3 {
  195. background: url('./images/num3.png') no-repeat center;
  196. background-size: cover;
  197. }
  198. .num4 {
  199. background: url('./images/num4.png') no-repeat center;
  200. background-size: cover;
  201. }
  202. }
  203. }
  204. .prodSection {
  205. padding-top: 16px;
  206. display: flex;
  207. align-items: center;
  208. justify-content: space-between;
  209. .title {
  210. font-weight: 500;
  211. font-size: 16px;
  212. color: #131415;
  213. line-height: 22px;
  214. display: flex;
  215. align-items: center;
  216. &::before {
  217. display: inline-block;
  218. content: '';
  219. margin-right: 8px;
  220. width: 4px;
  221. height: 14px;
  222. background: #1BA5FF;
  223. border-radius: 10px;
  224. }
  225. }
  226. .times {
  227. font-size: 14px;
  228. color: #333333;
  229. line-height: 20px;
  230. display: flex;
  231. align-items: center;
  232. &::after {
  233. content: '';
  234. margin-left: 4px;
  235. display: inline-block;
  236. width: 9px;
  237. height: 5px;
  238. background: url('./images/icon-arrow.png') no-repeat center;
  239. background-size: contain;
  240. }
  241. &.active {
  242. color: #1CACF1;
  243. &::after {
  244. background: url('./images/icon-arrow-active.png') no-repeat center;
  245. background-size: contain;
  246. }
  247. }
  248. }
  249. }
  250. .sectionList {
  251. height: calc(100vh - var(--header-height));
  252. overflow-x: hidden;
  253. overflow-y: auto;
  254. background: #F8F9FC;
  255. padding: 0 13px;
  256. }
  257. .sectionItem {
  258. margin: 8px auto;
  259. // background: url('./images/item-bg.png') no-repeat top center;
  260. // background-size: cover;
  261. // min-height: 141px;
  262. // max-width: 349px;
  263. .itemTop {
  264. position: relative;
  265. z-index: 1;
  266. background: linear-gradient(180deg, #EFEAFE 0%, #E1F4FF 10%, #FFFFFF 50%);
  267. border: 1px solid #FFFFFF;
  268. border-radius: 10px;
  269. &::after {
  270. position: absolute;
  271. bottom: -2px;
  272. left: 17px;
  273. right: 17px;
  274. content: '';
  275. height: 0px;
  276. border-bottom: 2px dotted #EBEBEB;
  277. }
  278. }
  279. .itemTitle {
  280. display: flex;
  281. align-items: center;
  282. justify-content: space-between;
  283. .recordItemBg {
  284. width: 128px;
  285. height: 26px;
  286. }
  287. font-weight: 600;
  288. font-size: 14px;
  289. color: #333333;
  290. line-height: 20px;
  291. padding: 9px 12px;
  292. .text {
  293. position: relative;
  294. z-index: 10;
  295. display: inline-block;
  296. &::after {
  297. content: '';
  298. position: absolute;
  299. bottom: 1px;
  300. left: 0;
  301. right: 0;
  302. z-index: -1;
  303. display: inline-block;
  304. width: 100%;
  305. height: 6px;
  306. background: linear-gradient(270deg, #CCF1FA 0%, #8CDDFC 100%);
  307. }
  308. }
  309. }
  310. .itemCode {
  311. position: relative;
  312. font-weight: 500;
  313. font-size: 20px;
  314. color: #1CACF1;
  315. line-height: 28px;
  316. padding: 6px 12px 16px;
  317. // padding-top: 24px;
  318. // padding-left: 12px;
  319. }
  320. .itemTime {
  321. border: 1px solid #FFFFFF;
  322. border-radius: 10px;
  323. background: #fff;
  324. position: relative;
  325. padding: 14px 12px;
  326. // padding-top: 30px;
  327. // padding-left: 12px;
  328. font-size: 14px;
  329. color: #777777;
  330. line-height: 20px;
  331. span {
  332. color: #333333;
  333. }
  334. }
  335. }