index.module.less 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. .container {
  2. position: fixed;
  3. inset: 0;
  4. width: 100vw;
  5. height: 100vh;
  6. display: flex;
  7. flex-direction: column;
  8. background-color: #fff;
  9. overflow: hidden;
  10. }
  11. .containerTop {
  12. display: flex;
  13. align-items: flex-start;
  14. background-color: rgba(251, 251, 251, 1);
  15. padding: 6px 0;
  16. border-bottom: 1px solid rgba(222, 224, 225, 1);
  17. }
  18. .topWrap {
  19. display: flex;
  20. align-items: center;
  21. flex-wrap: wrap;
  22. padding-left: 20px;
  23. width: 100%;
  24. .topBtn {
  25. .btnImg {
  26. width: 40px;
  27. height: 40px;
  28. }
  29. }
  30. }
  31. .topBtn {
  32. position: relative;
  33. display: flex;
  34. flex-direction: column;
  35. align-items: center;
  36. font-size: 12px;
  37. margin: .3%;
  38. line-height: 18px;
  39. cursor: pointer;
  40. .btnImg {
  41. display: flex;
  42. justify-content: center;
  43. align-items: center;
  44. width: 46px;
  45. height: 46px;
  46. border-radius: 6px;
  47. margin-bottom: 1px;
  48. &:hover {
  49. background-color: rgba(0, 0, 0, 0.1);
  50. }
  51. }
  52. .btnImg.btnImgActive {
  53. background-color: rgba(193, 219, 251, 1);
  54. }
  55. .topBtnIcon {
  56. width: 100%;
  57. height: 100%;
  58. }
  59. }
  60. .btnDisabled {
  61. cursor: not-allowed;
  62. opacity: .5;
  63. pointer-events: none;
  64. }
  65. .topDownArrow {
  66. padding: 20px 10px;
  67. border-radius: 6px;
  68. cursor: pointer;
  69. &:hover {
  70. background-color: rgba(0, 0, 0, 0.1);
  71. }
  72. img {
  73. width: 10px;
  74. display: block;
  75. }
  76. }
  77. .topLine {
  78. margin: 0 9px;
  79. width: 1px;
  80. height: 40px;
  81. background-color: #DCDADC;
  82. }
  83. .btnPlayMore {
  84. font-size: 24px;
  85. }
  86. .wrapBox {
  87. display: flex;
  88. flex-wrap: wrap;
  89. .topBtn {
  90. // width: calc(100% / 4);
  91. margin: 0 8px 8px;
  92. .btnImg {
  93. font-size: 30px;
  94. }
  95. }
  96. .longTopBtn {
  97. width: calc(100% / 3);
  98. .btnImg {
  99. width: 90%;
  100. }
  101. }
  102. }
  103. .dropDownWrap {
  104. width: 330px;
  105. background: #FFFFFF;
  106. box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.08);
  107. border-radius: 12px;
  108. padding: 10px 12px;
  109. justify-content: space-between;
  110. }
  111. .content {
  112. flex: 1;
  113. display: flex;
  114. overflow: hidden;
  115. .slide {
  116. position: relative;
  117. padding: 12px 0;
  118. width: 300px;
  119. flex-shrink: 0;
  120. background-color: rgba(251, 251, 251, 1);
  121. border-right: 1px solid rgba(222, 224, 225, 1);
  122. overflow-y: auto;
  123. &::-webkit-scrollbar {
  124. display: none;
  125. width: 0;
  126. }
  127. }
  128. .box {
  129. position: relative;
  130. flex: 1;
  131. min-height: 100%;
  132. overflow: auto;
  133. padding: 20px;
  134. padding-bottom: 180px;
  135. }
  136. }
  137. .value {
  138. display: block;
  139. margin: 20px auto;
  140. width: 80%;
  141. height: 100Px;
  142. }
  143. :global {
  144. .n-modal-scroll-content .n-modal-mask{
  145. background-color: rgba(0, 0, 0, .6);
  146. }
  147. .deleteDialog.saveDialog{
  148. width: 338px;
  149. .n-dialog__title{
  150. padding-right: 0 !important;
  151. }
  152. .n-dialog__content{
  153. color: #777;
  154. }
  155. }
  156. .abcjs-note-hover {
  157. &:hover {
  158. fill: #ffe65948;
  159. cursor: pointer;
  160. }
  161. }
  162. .abcjs-bar {
  163. .abcjs-annotation {
  164. display: block;
  165. font-size: 12px;
  166. font-style: italic;
  167. transform: translateX(10px);
  168. }
  169. }
  170. .ABCJS-cursor {
  171. stroke: rgba(25, 140, 254, 0.6);
  172. border-radius: 5px;
  173. }
  174. }
  175. .instruments {
  176. padding: 24px;
  177. background: #FFFFFF;
  178. box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.08);
  179. border-radius: 16px;
  180. border: 1px solid #F5F5F7;
  181. width: 300px;
  182. .instrumentTitle {
  183. font-size: 18px;
  184. font-family: PingFangSC-Semibold, PingFang SC;
  185. font-weight: 600;
  186. color: #131415;
  187. line-height: 25px;
  188. margin-bottom: 20px;
  189. }
  190. }
  191. .titleBox {
  192. :global {
  193. .n-input__border {
  194. border: 1px dashed #ccc;
  195. }
  196. .n-input__input {
  197. text-align: center;
  198. }
  199. }
  200. }
  201. .popupWrap:global(.n-popover) {
  202. padding: 12px !important;
  203. background: #FFFFFF;
  204. box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.08);
  205. border-radius: 16px;
  206. border: 1px solid #F5F5F7;
  207. padding-bottom: 20px !important;
  208. }
  209. .btnLineTitle {
  210. font-size: 16px;
  211. font-weight: 600;
  212. color: #131415;
  213. line-height: 40px;
  214. height: 40px;
  215. }
  216. .btnItem {
  217. display: flex;
  218. flex-direction: column;
  219. justify-content: center;
  220. align-items: center;
  221. .btnItemIcon {
  222. display: flex;
  223. justify-content: center;
  224. align-items: center;
  225. width: 46px;
  226. height: 46px;
  227. font-size: 30px;
  228. border-radius: 6px;
  229. cursor: pointer;
  230. &:hover {
  231. background-color: rgba(0, 0, 0, 0.1);
  232. }
  233. }
  234. .btnItemName {
  235. font-size: 12px;
  236. }
  237. &.btnItemActive {
  238. .btnItemIcon {
  239. background-color: rgba(193, 219, 251, 1);
  240. }
  241. }
  242. }
  243. .titleName {
  244. :global {
  245. .n-input {
  246. font-size: 18px;
  247. font-weight: 600;
  248. height: 40px;
  249. line-height: 40px;
  250. }
  251. }
  252. }
  253. .selectMearesBox {
  254. width: 286px;
  255. position: fixed;
  256. padding: 12px !important;
  257. background: #FFFFFF;
  258. box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.08);
  259. border-radius: 16px;
  260. border: 1px solid #F5F5F7;
  261. cursor: move;
  262. .mearesInput {
  263. display: flex;
  264. align-items: center;
  265. flex: 1;
  266. border: 1px solid rgb(224, 224, 230);
  267. border-radius: 4px;
  268. :global {
  269. .n-input__placeholder,
  270. .n-input__input-el {
  271. text-align: center;
  272. }
  273. }
  274. }
  275. }
  276. .selectMearesHidden {
  277. display: none;
  278. }
  279. .loading {
  280. position: absolute;
  281. left: 0;
  282. right: 0;
  283. top: 0;
  284. bottom: 0;
  285. background-color: rgba(255, 255, 255, 0.5);
  286. display: flex;
  287. justify-content: center;
  288. align-items: center;
  289. z-index: 100;
  290. }
  291. .exportPng{
  292. position: fixed;
  293. left: 0;
  294. top: 0;
  295. width: 100%;
  296. z-index: -10;
  297. pointer-events: none;
  298. }