index.module.scss 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. .cloudPractice {
  2. display: flex;
  3. width: 100%;
  4. height: 100%;
  5. & > :deep(.elScrollbar) {
  6. .el-scrollbar__view {
  7. width: 100%;
  8. display: flex;
  9. padding: 50px 50px 0;
  10. }
  11. .el-scrollbar__wrap {
  12. overflow-x: hidden;
  13. }
  14. }
  15. }
  16. :global {
  17. .PopSelect {
  18. width: 184px;
  19. background: #FFFFFF;
  20. box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.08);
  21. border-radius: 12px;
  22. --n-space-arrow: 12px !important;
  23. }
  24. }
  25. .leftContainer {
  26. flex-shrink: 0;
  27. margin-left: 60px;
  28. margin-top: 47px;
  29. width: 600px;
  30. height: 729px;
  31. position: relative;
  32. background: linear-gradient(270deg, #fede94 0%, #ffe3a3 48%, #fede94 100%);
  33. border-radius: 36px;
  34. padding-top: 47px;
  35. &::before {
  36. content: "";
  37. width: 335px;
  38. height: 59px;
  39. background: url("@/img/cloudPractice/header-ring.png");
  40. background-size: contain;
  41. display: block;
  42. position: absolute;
  43. top: -30px;
  44. left: 50%;
  45. margin-left: -167.5px;
  46. }
  47. .details {
  48. position: relative;
  49. margin: 0 32px 32px;
  50. width: 536px;
  51. height: 650px;
  52. background: #ffffff;
  53. border-radius: 30px;
  54. }
  55. .leftSection {
  56. position: absolute;
  57. left: -49px;
  58. top: 21px;
  59. height: 608px;
  60. overflow-x: hidden;
  61. overflow-y: auto;
  62. &::-webkit-scrollbar {
  63. width: 4px;
  64. display: none;
  65. }
  66. .leftSection_item {
  67. padding-left: 10px;
  68. letter-spacing: 4px;
  69. width: 49px;
  70. height: 131px;
  71. background: url("@/img/cloudPractice/icon-left-default.png");
  72. background-size: contain;
  73. margin-bottom: 12px;
  74. display: flex;
  75. align-items: center;
  76. justify-content: center;
  77. writing-mode: vertical-lr;
  78. font-weight: 600;
  79. font-size: 20px;
  80. color: #ffffff;
  81. line-height: 24px;
  82. text-shadow: 0px 1px 1px #ffac2d;
  83. user-select: none;
  84. cursor: pointer;
  85. &:last-child {
  86. margin-bottom: 0;
  87. }
  88. }
  89. .leftSection_item__active {
  90. background: url("@/img/cloudPractice/icon-left-active.png");
  91. background-size: contain;
  92. color: #fe7846;
  93. }
  94. }
  95. .musicList {
  96. height: 100%;
  97. overflow-x: hidden;
  98. overflow-y: auto;
  99. &::-webkit-scrollbar {
  100. width: 0;
  101. display: none;
  102. }
  103. }
  104. .searchHeader {
  105. position: sticky;
  106. top: 0;
  107. left: 0;
  108. z-index: 9;
  109. padding: 28px 0 15px;
  110. background-color: #fff;
  111. border-radius: 36px 36px 0 0;
  112. .categorySection {
  113. border-bottom: 1px solid #F2F2F2;
  114. padding: 0 30px 16px;
  115. margin-bottom: 18px;
  116. }
  117. .iconTagName {
  118. cursor: pointer;
  119. &::before {
  120. content: "";
  121. display: inline-block;
  122. margin-right: 8px;
  123. width: 22px;
  124. height: 22px;
  125. background: url("../../img/cloudPractice/icon-tag.png") no-repeat center;
  126. background-size: contain;
  127. vertical-align: text-bottom;
  128. }
  129. font-weight: 600;
  130. font-size: 18px;
  131. color: #333333;
  132. line-height: 22px;
  133. height: 22px;
  134. &::after {
  135. content: '';
  136. display: inline-block;
  137. margin-left: 8px;
  138. width: 12px;
  139. height: 12px;
  140. background: url("../../img/cloudPractice/icon-arrow-down.png") no-repeat center;
  141. background-size: contain;
  142. }
  143. }
  144. }
  145. .searchMore {
  146. display: flex;
  147. justify-content: space-between;
  148. padding: 0 30px;
  149. }
  150. .searchSection {
  151. gap: 0 16px;
  152. display: flex;
  153. margin-right: 16px;
  154. }
  155. :global {
  156. .h_dictionary {
  157. flex: 1;
  158. }
  159. .h_dictionary .el-input__wrapper {
  160. background: #fff3d7;
  161. padding-left: 14px;
  162. padding-right: 7px;
  163. font-size: 16px;
  164. .el-input__icon {
  165. margin-left: 0;
  166. }
  167. }
  168. .el-cascader:not(.is-disabled):hover .el-input__wrapper {
  169. box-shadow: none;
  170. }
  171. .queryCp {
  172. margin: 12px 30px 0 !important;
  173. width: calc(100% - 60px) !important;
  174. // margin-top: 12px;
  175. background: #fff3d7 !important;
  176. .el-input__wrapper {
  177. background: #fff3d7 !important;
  178. }
  179. }
  180. }
  181. .btnSearch {
  182. flex-shrink: 0;
  183. width: 42px;
  184. height: 42px;
  185. background: url("@/img/cloudPractice/icon-search.png") no-repeat center;
  186. background-size: contain;
  187. cursor: pointer;
  188. &.btnSearchActive {
  189. opacity: 0.6;
  190. }
  191. }
  192. .wrapList {
  193. width: 100%;
  194. // min-width: 294px;
  195. min-height: 100%;
  196. padding: 0 20px;
  197. // background: #fff;
  198. // border-radius: 16px;
  199. .item {
  200. position: relative;
  201. display: flex;
  202. align-items: center;
  203. justify-content: space-between;
  204. padding: 15px 10px 15px 26px;
  205. border-radius: 12px;
  206. cursor: pointer;
  207. &:hover {
  208. background: #fff3d7;
  209. }
  210. &.active {
  211. background: #fff3d7;
  212. .arrow {
  213. opacity: 1;
  214. }
  215. }
  216. .img {
  217. position: relative;
  218. width: 60px;
  219. height: 60px;
  220. border-radius: 16px;
  221. margin-right: 12px;
  222. overflow: hidden;
  223. flex-shrink: 0;
  224. :global {
  225. .n-image {
  226. width: 60px;
  227. height: 60px;
  228. }
  229. }
  230. img {
  231. transition: opacity 0.3s;
  232. opacity: 0;
  233. height: 100%;
  234. width: 100%;
  235. }
  236. img[data-loaded="true"] {
  237. opacity: 1;
  238. }
  239. }
  240. .itemInfo {
  241. display: flex;
  242. align-items: center;
  243. }
  244. .titleName {
  245. font-weight: 600;
  246. font-size: 20px;
  247. color: #a15228;
  248. line-height: 28px;
  249. max-width: 270px;
  250. overflow: hidden;
  251. }
  252. .btn {
  253. cursor: pointer;
  254. display: flex;
  255. align-items: center;
  256. justify-content: center;
  257. width: 84px;
  258. height: 36px;
  259. background: linear-gradient(312deg, #ff9e49 0%, #ff531c 100%);
  260. border-radius: 18px;
  261. font-weight: 600;
  262. font-size: 16px;
  263. color: #ffffff;
  264. img {
  265. margin-left: 7px;
  266. width: 14px;
  267. height: 14px;
  268. }
  269. }
  270. }
  271. }
  272. .loadingWrap {
  273. display: flex;
  274. justify-content: center;
  275. min-height: 80px;
  276. &.showLoading {
  277. height: 0;
  278. opacity: 0;
  279. min-height: 0;
  280. display: none;
  281. }
  282. }
  283. }
  284. .rightContainer {
  285. flex: 1;
  286. background: #ffffff;
  287. border-radius: 36px;
  288. margin-left: 32px;
  289. margin-top: 47px;
  290. margin-right: 60px;
  291. position: relative;
  292. display: flex;
  293. flex-direction: column;
  294. .goBtn {
  295. position: absolute;
  296. left: 50%;
  297. bottom: 46px;
  298. transform: translateX(-50%);
  299. height: 102px;
  300. cursor: pointer;
  301. transition: all 0.2s ease-in;
  302. }
  303. .musicName {
  304. padding-top: 79px;
  305. font-size: 26px;
  306. font-weight: 500;
  307. color: #333;
  308. line-height: 24px;
  309. text-align: center;
  310. }
  311. .staffImgs {
  312. flex: 1;
  313. overflow-y: auto;
  314. height: 100%;
  315. padding: 0 30px;
  316. & > img {
  317. width: 100%;
  318. }
  319. }
  320. .rightBtns {
  321. position: absolute;
  322. top: 30px;
  323. right: 40px;
  324. display: flex;
  325. align-items: center;
  326. .transBtn {
  327. width: 48px;
  328. height: 48px;
  329. cursor: pointer;
  330. margin-right: 15px;
  331. &:hover {
  332. opacity: 0.7;
  333. }
  334. }
  335. }
  336. .popSelect {
  337. font-size: 16px;
  338. width: 300px;
  339. max-height: 500px;
  340. overflow-y: scroll;
  341. box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
  342. border-radius: 11px;
  343. --n-option-height: 34px;
  344. :global {
  345. .n-base-select-option__content {
  346. width: 80% !important;
  347. }
  348. }
  349. }
  350. }