123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348 |
- .container {
- position: fixed;
- inset: 0;
- width: 100vw;
- height: 100vh;
- display: flex;
- flex-direction: column;
- background-color: #fff;
- overflow: hidden;
- }
- .containerTop {
- display: flex;
- align-items: flex-start;
- background-color: rgba(251, 251, 251, 1);
- padding: 6px 0;
- border-bottom: 1px solid rgba(222, 224, 225, 1);
- }
- .topWrap {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- padding-left: 20px;
- width: 100%;
- .topBtn {
- .btnImg {
- width: 40px;
- height: 40px;
- }
- }
- }
- .topBtn {
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- font-size: 12px;
- margin: .3%;
- line-height: 18px;
- cursor: pointer;
- .btnImg {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 46px;
- height: 46px;
- border-radius: 6px;
- margin-bottom: 1px;
- &:hover {
- background-color: rgba(0, 0, 0, 0.1);
- }
- }
- .btnImg.btnImgActive {
- background-color: rgba(193, 219, 251, 1);
- }
- .topBtnIcon {
- width: 100%;
- height: 100%;
- }
- }
- .btnDisabled {
- cursor: not-allowed;
- opacity: .5;
- pointer-events: none;
- }
- .topDownArrow {
- padding: 20px 10px;
- border-radius: 6px;
- cursor: pointer;
- &:hover {
- background-color: rgba(0, 0, 0, 0.1);
- }
- img {
- width: 10px;
- display: block;
- }
- }
- .topLine {
- margin: 0 9px;
- width: 1px;
- height: 40px;
- background-color: #DCDADC;
- }
- .btnPlayMore {
- font-size: 24px;
- }
- .wrapBox {
- display: flex;
- flex-wrap: wrap;
- .topBtn {
- // width: calc(100% / 4);
- margin: 0 8px 8px;
- .btnImg {
- font-size: 30px;
- }
- }
- .longTopBtn {
- width: calc(100% / 3);
- .btnImg {
- width: 90%;
- }
- }
- }
- .dropDownWrap {
- width: 330px;
- background: #FFFFFF;
- box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.08);
- border-radius: 12px;
- padding: 10px 12px;
- justify-content: space-between;
- }
- .content {
- flex: 1;
- display: flex;
- overflow: hidden;
- .slide {
- position: relative;
- padding: 12px 0;
- width: 300px;
- flex-shrink: 0;
- background-color: rgba(251, 251, 251, 1);
- border-right: 1px solid rgba(222, 224, 225, 1);
- overflow-y: auto;
- &::-webkit-scrollbar {
- display: none;
- width: 0;
- }
- }
- .box {
- position: relative;
- flex: 1;
- min-height: 100%;
- overflow: auto;
- padding: 20px;
- padding-bottom: 180px;
- }
- }
- .value {
- display: block;
- margin: 20px auto;
- width: 80%;
- height: 100Px;
- }
- :global {
- .n-modal-scroll-content .n-modal-mask{
- background-color: rgba(0, 0, 0, .6);
- }
- .deleteDialog.saveDialog{
- width: 338px;
- .n-dialog__title{
- padding-right: 0 !important;
- }
- .n-dialog__content{
- color: #777;
- }
- }
- .abcjs-note-hover {
- &:hover {
- fill: #ffe65948;
- cursor: pointer;
- }
- }
- .abcjs-bar {
- .abcjs-annotation {
- display: block;
- font-size: 12px;
- font-style: italic;
- transform: translateX(10px);
- }
- }
- .ABCJS-cursor {
- stroke: rgba(25, 140, 254, 0.6);
- border-radius: 5px;
- }
- }
- .instruments {
- padding: 24px;
- background: #FFFFFF;
- box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.08);
- border-radius: 16px;
- border: 1px solid #F5F5F7;
- width: 300px;
- .instrumentTitle {
- font-size: 18px;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #131415;
- line-height: 25px;
- margin-bottom: 20px;
- }
- }
- .titleBox {
- :global {
- .n-input__border {
- border: 1px dashed #ccc;
- }
- .n-input__input {
- text-align: center;
- }
- }
- }
- .popupWrap:global(.n-popover) {
- padding: 12px !important;
- background: #FFFFFF;
- box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.08);
- border-radius: 16px;
- border: 1px solid #F5F5F7;
- padding-bottom: 20px !important;
- }
- .btnLineTitle {
- font-size: 16px;
- font-weight: 600;
- color: #131415;
- line-height: 40px;
- height: 40px;
- }
- .btnItem {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- .btnItemIcon {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 46px;
- height: 46px;
- font-size: 30px;
- border-radius: 6px;
- cursor: pointer;
- &:hover {
- background-color: rgba(0, 0, 0, 0.1);
- }
- }
- .btnItemName {
- font-size: 12px;
- }
- &.btnItemActive {
- .btnItemIcon {
- background-color: rgba(193, 219, 251, 1);
- }
- }
- }
- .titleName {
- :global {
- .n-input {
- font-size: 18px;
- font-weight: 600;
- height: 40px;
- line-height: 40px;
- }
- }
- }
- .selectMearesBox {
- width: 286px;
- position: fixed;
- padding: 12px !important;
- background: #FFFFFF;
- box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.08);
- border-radius: 16px;
- border: 1px solid #F5F5F7;
- cursor: move;
- .mearesInput {
- display: flex;
- align-items: center;
- flex: 1;
- border: 1px solid rgb(224, 224, 230);
- border-radius: 4px;
- :global {
- .n-input__placeholder,
- .n-input__input-el {
- text-align: center;
- }
- }
- }
- }
- .selectMearesHidden {
- display: none;
- }
- .loading {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- background-color: rgba(255, 255, 255, 0.5);
- display: flex;
- justify-content: center;
- align-items: center;
- z-index: 100;
- }
- .exportPng{
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- z-index: -10;
- pointer-events: none;
- }
|