index.module.less 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  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. .deleteDialog.saveDialog{
  145. width: 338px;
  146. .n-dialog__title{
  147. padding-right: 0 !important;
  148. }
  149. .n-dialog__content{
  150. color: #777;
  151. }
  152. }
  153. .abcjs-note-hover {
  154. &:hover {
  155. fill: #ffe65948;
  156. cursor: pointer;
  157. }
  158. }
  159. .abcjs-bar {
  160. .abcjs-annotation {
  161. display: block;
  162. font-size: 12px;
  163. font-style: italic;
  164. transform: translateX(10px);
  165. }
  166. }
  167. .ABCJS-cursor {
  168. stroke: rgba(25, 140, 254, 0.6);
  169. border-radius: 5px;
  170. }
  171. }
  172. .instruments {
  173. padding: 24px;
  174. background: #FFFFFF;
  175. box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.08);
  176. border-radius: 16px;
  177. border: 1px solid #F5F5F7;
  178. width: 300px;
  179. .instrumentTitle {
  180. font-size: 18px;
  181. font-family: PingFangSC-Semibold, PingFang SC;
  182. font-weight: 600;
  183. color: #131415;
  184. line-height: 25px;
  185. margin-bottom: 20px;
  186. }
  187. }
  188. .titleBox {
  189. :global {
  190. .n-input__border {
  191. border: 1px dashed #ccc;
  192. }
  193. .n-input__input {
  194. text-align: center;
  195. }
  196. }
  197. }
  198. .popupWrap:global(.n-popover) {
  199. padding: 12px !important;
  200. background: #FFFFFF;
  201. box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.08);
  202. border-radius: 16px;
  203. border: 1px solid #F5F5F7;
  204. padding-bottom: 20px !important;
  205. }
  206. .btnLineTitle {
  207. font-size: 16px;
  208. font-weight: 600;
  209. color: #131415;
  210. line-height: 40px;
  211. height: 40px;
  212. }
  213. .btnItem {
  214. display: flex;
  215. flex-direction: column;
  216. justify-content: center;
  217. align-items: center;
  218. .btnItemIcon {
  219. display: flex;
  220. justify-content: center;
  221. align-items: center;
  222. width: 46px;
  223. height: 46px;
  224. font-size: 30px;
  225. border-radius: 6px;
  226. cursor: pointer;
  227. &:hover {
  228. background-color: rgba(0, 0, 0, 0.1);
  229. }
  230. }
  231. .btnItemName {
  232. font-size: 12px;
  233. }
  234. &.btnItemActive {
  235. .btnItemIcon {
  236. background-color: rgba(193, 219, 251, 1);
  237. }
  238. }
  239. }
  240. .titleName {
  241. :global {
  242. .n-input {
  243. font-size: 18px;
  244. font-weight: 600;
  245. height: 40px;
  246. line-height: 40px;
  247. }
  248. }
  249. }
  250. .selectMearesBox {
  251. width: 286px;
  252. position: fixed;
  253. padding: 12px !important;
  254. background: #FFFFFF;
  255. box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.08);
  256. border-radius: 16px;
  257. border: 1px solid #F5F5F7;
  258. // cursor: move;
  259. .mearesInput {
  260. display: flex;
  261. align-items: center;
  262. flex: 1;
  263. border: 1px solid rgb(224, 224, 230);
  264. border-radius: 4px;
  265. :global {
  266. .n-input__placeholder,
  267. .n-input__input-el {
  268. text-align: center;
  269. }
  270. }
  271. }
  272. }
  273. .selectMearesHidden {
  274. display: none;
  275. }
  276. .loading {
  277. position: absolute;
  278. left: 0;
  279. right: 0;
  280. top: 0;
  281. bottom: 0;
  282. background-color: rgba(255, 255, 255, 0.5);
  283. display: flex;
  284. justify-content: center;
  285. align-items: center;
  286. z-index: 100;
  287. }
  288. .exportPng{
  289. position: fixed;
  290. left: 0;
  291. top: 0;
  292. width: 100%;
  293. z-index: -10;
  294. pointer-events: none;
  295. }