123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405 |
- .skeleton {
- position: fixed;
- left: 0;
- top: 0;
- width: 100vw;
- height: 100vh;
- padding: 20px 30px;
- background-color: #fff;
- z-index: 1000;
- --van-skeleton-paragraph-height: .8rem;
- }
- :global {
- // .headHeight>.driver-active-element,
- // #noticeBarRollDom>.driver-active-element,
- // :not(body):has(>.headHeight),
- // :not(body):has(>#noticeBarRollDom),
- body .headeTopTitleBtn,
- body #noticeBarRollDom {
- overflow: initial !important;
- }
- }
- .detail {
- position: relative;
- width: 100vw;
- height: 100vh;
- overflow: hidden;
- --header-height: 80px;
- --pc-header-height: 72px;
- // &.practise{
- // background: url("./images/bg1.png") no-repeat;
- // background-size: 100% 100%;
- // }
- // &.follow{
- // background: url("./images/bg3.png") no-repeat;
- // background-size: 100% 100%;
- // }
- // &.evaluating{
- // background: rgba(255, 255, 255, 0.2) url("./images/bg2.png") no-repeat;
- // background-size: 100% 100%;
- // }
- .pageBg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- object-fit: cover; /* 保持宽高比 */
- &.practise{
- background-color: #213793;
- }
- &.follow{
- background-color: #114067;
- }
- &.evaluating{
- background-color: #142979;
- }
- }
- .headHeight {
- position: absolute;
- bottom: 0;
- width: 100%;
- height: var(--header-height);
- transition: all .3s;
- z-index: 99;
- &.headHide {
- margin-bottom: calc(0Px - var(--header-height));
- :global {
- .practiseModeWarn {
- opacity: 1;
- img {
- opacity: 0.7;
- }
- }
- }
- }
- }
- .container {
- position: sticky;
- top: 0;
- height: 100vh;
- border-radius: 10px;
- transition: height .2s;
- transition: padding-bottom .2s;
- overflow: hidden;
- :global {
- #musicAndSelection {
- --musicAndSelectionTop: 40px;
- padding-top: var(--musicAndSelectionTop);
- }
- }
- }
- .pcContainer {
- // height: calc(100vh - var(--header-height) - var(--pc-header-height));
- }
- .fingeringCon {
- transition: scale 0.2s;
- }
- }
- :global {
- #cursorImg-0 {
- width: 2PX !important;
- min-height: 58PX;
- height: 58PX;
- content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
- margin-top: -13PX;
- border-radius: 4Px;
- background-color: rgba(25, 140, 254, 0.7);
- // opacity: var(--corsor-opacity);
- //transform: translateX(10PX);
- z-index: 1 !important;
- opacity: 0; // 新版小酷AI不显示光标指针
- }
- .staff {
- #cursorImg-0 {
- width: 14Px;
- transform: translateX(11Px);
- }
- }
- .jianpuTone {
- #cursorImg-0 {
- width: 18Px;
- transform: translateX(6.3Px) !important;
- }
- }
- .eyeProtection {
- #cursorImg-0 {
- background-color: rgb(255, 159, 88);
- }
- }
- #osmdCanvasPage1 {
- //padding-bottom: 60px;
- }
- }
- .xiaomi {
- :global {
- #cursorImg-0 {
- height: 58PX !important;
- min-height: auto !important;
- }
- }
- }
- .PC {
- :global {
- #cursorImg-0 {
- margin-top: -18PX;
- min-height: 94Px;
- border-radius: 10Px;
- }
- .staff {
- #cursorImg-0 {
- width: 35Px;
- transform: translateX(21Px) !important;
- }
- }
- .jianpuTone {
- #cursorImg-0 {
- width: 29Px;
- transform: translateX(13Px) !important;
- }
- }
- .headTopBackBtn {
- display: none;
- }
- .pcTitle {
- position: absolute;
- left: 20%;
- top: 50%;
- transform: translate(-50%, -50%);
- .van-notice-bar__wrap {
- justify-content: center;
- }
- }
- }
- .headHeight.headHide {
- // margin-top: 0 !important;
- }
- }
- .preViewDetail {
- background: #fff !important;
- >.pageBg {
- display: none;
- }
- .headHeight {
- background: #fff !important;
- }
- .container {
- height: 100%;
- padding-bottom: 0 !important;
- padding-right: 0 !important;
- }
- :global {
- .authorName {
- display: none !important;
- }
- #musicAndSelection{
- padding-top: 0 !important;
- }
- #osmdCanvasPage1 {
- padding-bottom: 0 !important;
- }
- #cursorImg-0 {
- opacity: 0 !important;
- }
- .noteActive {
- path {
- fill: #000000;
- stroke: #000000;
- }
- rect {
- stroke: #000000;
- }
- }
- .lyricActive {
- text {
- fill: #000000;
- stroke: #000000;
- }
- }
- .voiceActive {
- rect {
- fill: #000000;
- stroke: #000000;
- }
- }
- .rectActive {
- fill: #000000;
- stroke: #000000;
- }
- }
- }
- .cbsViewDetail {
- background: #fff !important;
- >.pageBg {
- display: none;
- }
- .headHeight {
- // background: #fff !important;
- }
- :global {
- #cursorImg-0 {
- opacity: 0 !important;
- }
- // .noteActive {
- // path {
- // fill: #000000;
- // stroke: #000000;
- // }
- // rect {
- // stroke: #000000;
- // }
- // }
- // .lyricActive {
- // text {
- // fill: #000000;
- // stroke: #000000;
- // }
- // }
- // .voiceActive {
- // rect {
- // fill: #000000;
- // stroke: #000000;
- // }
- // }
- // .rectActive {
- // fill: #000000;
- // stroke: #000000;
- // }
- #selectionBgBox {
- display: none;
- }
- }
- }
- .preJson {
- width: 1px;
- height: 1px;
- visibility: hidden;
- background: transparent;
- opacity: 0;
- }
- @keyframes headerDown {
- 100% {
- transform: translateY(0%);
- }
- }
- @keyframes rotate {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
- }
- .loadingPop {
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- min-width: 100vw;
- height: 100%;
- min-height: 100vh;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- z-index: 10000;
- background: rgba(0, 0, 0, .6);
- &.isPreView {
- background: transparent;
- .loadingTip {
- color: #999;
- }
- }
- .loadingCssBox{
- width: 27px;
- height: 27px;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- align-content: space-between;
- margin-bottom: 24px;
- animation: rotate 1.5s linear infinite;
- .loadingCssItem{
- width: 11px;
- height: 11px;
- border-radius: 50%;
- background: #20BDFF;
- opacity: 0.5;
- &:nth-child(2){
- opacity:1;
- }
- }
- }
- .lottie{
- width: 120px;
- }
- .loadingTip {
- font-size: 14px;
- color: #fff;
- }
- }
- .bg2Left {
- width: 52px;
- position: absolute;
- left: 0px;
- top: 0;
- }
- .bg2Right {
- width: 52px;
- position: absolute;
- right: 0;
- top: 0;
- }
|