12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526 |
- @font-face {
- font-family: 'jianzhu';
- src: url('./lsy.ttf');
- font-weight: normal;
- font-size: normal;
- }
- .fingerBox {
- position: relative;
- display: flex;
- flex-direction: column;
- width: 100vw;
- height: 100vh;
- background: rgba(215, 205, 199, 1);
- user-select: none;
- .hiddens {
- display: none;
- }
- &.fingerRight {
- background: url('./image/icon_bg_t.png') no-repeat rgba(215, 205, 199, 1);
- background-size: cover;
- .fingerContent {
- flex-direction: row;
- }
- .backBtn {
- padding: 26px 5px 26px 18px;
- }
- .tips {
- width: 43%;
- border-radius: 18px 0px 0px 18px;
- padding: 8px;
- background-image: url('./image/icon_shuo_h.png');
- &::before {
- content: '';
- position: absolute;
- left: 8px;
- top: 8px;
- right: 8px;
- bottom: 8px;
- border-radius: 15px;
- border: 1px solid rgba(240, 234, 230, 1);
- pointer-events: none;
- }
- &.tipHidden {
- margin-right: -43%;
- }
- .tipContentbox {
- padding: 6px 8px 8px 8px;
- border-radius: 16px;
- }
- .tipContent {
- border-radius: 16px;
- padding: 14px 8px 4px 8px;
- }
- }
- }
- &.fingerBottom {
- background: url('./image/icon_bg_v.png') no-repeat;
- background-size: cover;
- .fingerContent {
- flex-direction: column;
- }
- .tips {
- height: 280px;
- border-radius: 18px 18px 0 0;
- padding: 8px 8px 0 8px;
- background-image: url('./image/icon_shuo_v.png');
- &::before {
- content: '';
- position: absolute;
- left: 8px;
- top: 8px;
- right: 8px;
- bottom: 0;
- border-radius: 15px;
- border: 1px solid rgba(240, 234, 230, 1);
- pointer-events: none;
- }
- &.tipHidden {
- margin-bottom: -280px;
- }
- .tipContentbox {
- padding: 6px 8px 0 8px;
- border-radius: 16px 16px 0 0;
- }
- .tipContent {
- border-radius: 16px 16px 0 0;
- border-bottom: transparent;
- padding: 14px 4px 4px 4px;
- }
- }
- }
- .tipsOverlay{
- width: 57%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 2009;
- animation: bgIn 0.2s 0.2s forwards;
- }
- &.fingerRight .tipsPcBg.tips{
- animation: bgIn 0.15s 0.25s forwards;
- border-radius:0;
- background-image: url('./image/icon_shuo_v.png') !important;
- }
- @keyframes bgIn {
- 0%{
- background-color: initial;
- }
- 100%{
- background-color: rgba(0,0,0,0.5);
- }
- }
- }
- .popoverContainer {
- --van-popover-action-height: 32px;
- --van-popover-action-font-size: 14px;
- --van-popover-radius: 12px;
- --van-popover-action-width: 85px;
- z-index: 9999 !important;
- padding: 6Px 0;
- background-color: #fff;
- box-shadow: 0 0.05333rem 0.32rem rgba(50, 50, 51, .12);
- margin-top: 9px !important;
- border-radius: 8px;
- color: #999;
- :global {
- .van-popover__content {
- max-height: 200px;
- box-shadow: none;
- overflow-y: auto;
- overflow-x: hidden;
- &::-webkit-scrollbar {
- width: 4px;
- }
- &::-webkit-scrollbar-thumb {
- border-radius: 12px;
- background: rgba(0, 0, 0, 0.2);
- visibility: hidden;
- }
- &::-webkit-scrollbar-track {
- border-radius: 0;
- background: rgba(0, 0, 0, 0.1);
- visibility: hidden;
- }
- }
- .van-popover__action {
- padding: 0 9px;
- }
- }
- .selected {
- color: #1CACF1;
- font-weight: 600;
- }
- }
- .head {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- display: flex;
- justify-content: space-between;
- align-items: center;
- pointer-events: none;
- padding-right: 18px;
- padding-top: env(safe-area-inset-top);
- z-index: 5;
- .backBtn {
- margin-right: 14px;
- position: relative;
- padding: 12px 12px 12px 18px;
- display: flex;
- align-items: center;
- justify-content: center;
- border: none;
- background: none;
- cursor: pointer;
- pointer-events: auto;
- img {
- height: 34px;
- }
- }
- .left {
- display: flex;
- align-items: center;
- .baseBtn {
- margin: 0 6px;
- background: linear-gradient(180deg, #F4EFED 0%, #E5DCD7 100%) !important;
- box-shadow: 0px 1px 2px 0px #9F9690, inset 0px -2px 0px 0px rgba(205, 192, 181, 0.47), inset 0px 2px 1px 0px #FFFFFF;
- border-radius: 5px !important;
- width: 98px;
- height: 34px;
- background: rgba(255, 255, 255, .48);
- border-radius: 10px;
- font-size: 12px;
- font-weight: 600;
- color: #616161;
- line-height: 17px;
- text-align: center;
- cursor: pointer;
- display: flex;
- justify-content: center;
- align-items: center;
- pointer-events: auto;
- img {
- width: 18px;
- height: 18px;
- margin-right: 4px;
- }
- &:active {
- opacity: .8;
- }
- }
- }
- }
- .fingerContent {
- flex: 1;
- overflow: hidden;
- display: flex;
- .wrapFinger {
- flex: 1;
- overflow: hidden;
- display: flex;
- flex-direction: column;
- }
- .userTab{
- display: flex;
- justify-content: center;
- width: 100%;
- .userTabBox{
- width: 100%;
- .notes{
- padding-bottom: 10px;
- height: initial;
- .noteContent{
- padding: 0 10px;
- }
- .changeMusBtn{
- margin-right: 8px;
- text-align: center;
- width: 42px;
- background: linear-gradient( 180deg, #F4EFED 0%, #D9CEC7 100%);
- box-shadow: 0px 1px 2px 0px #9F9690, inset 0px -2px 0px 0px #CDC0B5, inset 0px 2px 1px 0px #FFFFFF;
- border-radius: 21px;
- font-weight: 600;
- font-size: 12px;
- color: #616161;
- line-height: 16px;
- padding: 7px 6px;
- }
- }
- .optionBtns{
- padding-bottom: 0;
- }
- :global{
- .van-tabs__wrap{
- width: 100%;
- display: flex;
- justify-content: center;
- height: 30px;
- .van-tabs__nav{
- width: 120px;
- background-color: initial;
- border-bottom: 2px solid rgba(82,138,214,0.15);
- height: initial;
- padding-bottom: initial;
- .van-tab{
- font-weight: 400;
- font-size: 15px;
- color: #616161;
- &.van-tab--active{
- font-weight: 600;
- color: #616161;
- }
- }
- .van-tabs__line{
- width: 32px;
- bottom: -2px;
- height: 2px;
- background: #528AD6;
- border-radius: 3px;
- }
- }
- }
- .van-tabs__content{
- padding-top: 16px;
- height: 130px;
- .van-tab__panel{
- height: 100%;
- }
- }
- }
- .btnBox{
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: -16px;
- .btnCon{
- border-radius: 17px;
- display: flex;
- background: rgba(255, 255, 255, 0.5);
- padding: 6px 5px 3px 6px;
- .btnGr{
- background: url("./image/btnBg.png") no-repeat;
- background-size: 100% 100%;
- width: 93px;
- height: 56px;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- margin-left: 5px;
- &:first-child{
- margin-left: 0;
- }
- >img{
- width: 19px;
- height: 19px;
- }
- >span{
- font-weight: 500;
- font-size: 14px;
- color: #616161;
- line-height: 20px;
- }
- &.btnGrToggleBtn{
- font-weight: 500;
- font-size: 14px;
- color: #616161;
- >div{
- display: flex;
- flex-direction: column;
- align-items: center;
- &.nameBox{
- flex-direction: initial;
- .dot {
- display: inline-block;
- position: absolute;
- top: 0;
- }
- }
- }
- .name{
- display: flex;
- }
- .arrowImg{
- margin-top: 2px;
- width: 9px;
- height: 5px;
- }
- }
- }
- }
- }
- }
- }
- .boxFinger {
- flex: 1;
- padding-top: 50px;
- overflow: hidden;
- &.pcBoxFinger{
- padding-top: 10px !important;
- }
- }
- }
- .tips {
- display: flex;
- flex-direction: column;
- height: 100%;
- position: relative;
- z-index: 11;
- flex-shrink: 0;
- transition: all .3s;
- // background-color: rgba(190, 166, 140, 1);
- background-size: 100% 100%;
- background-repeat: no-repeat;
- overflow: hidden;
- .tipTitle {
- position: relative;
- height: 48px;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-shrink: 0;
- padding-bottom: 8px;
- :global {
- .van-button:active:before {
- opacity: 0 !important;
- }
- }
- }
- .tipTitleName {
- position: relative;
- font-weight: 600;
- z-index: 1;
- color: #fff;
- font-size: 16px;
- text-shadow: 0px 1px 2px #6D4825;
- &::before {
- content: '';
- position: absolute;
- left: -40px;
- top: 50%;
- transform: translateY(-50%);
- width: 25px;
- height: 1px;
- background: #fff;
- z-index: -1;
- }
- &::after {
- content: '';
- position: absolute;
- right: -40px;
- top: 50%;
- transform: translateY(-50%);
- width: 25px;
- height: 1px;
- background: #fff;
- z-index: -1;
- }
- }
- .tipImg {
- position: absolute;
- top: 53px;
- left: 8px;
- right: 8px;
- img {
- position: absolute;
- width: 100%;
- height: 30px;
- display: block;
- }
- }
- .tipClose {
- position: absolute;
- right: 0;
- top: 0;
- height: 100%;
- border: none;
- background: transparent;
- border-radius: 0;
- }
- .iconBook {
- position: absolute;
- top: 48px;
- left: 37px;
- right: 37px;
- height: 26px;
- pointer-events: none;
- background: url('./image/icon_popup_book.png');
- background-size: contain;
- z-index: 1;
- }
- .tipContentbox {
- position: relative;
- flex: 1;
- background: #FFFFFF;
- display: flex;
- overflow: hidden;
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- padding-bottom: 45%;
- background: url('./image/icon_popup_top.png') no-repeat;
- background-size: 100%;
- opacity: .4;
- pointer-events: none;
- z-index: 1;
- }
- &::after {
- content: '';
- position: absolute;
- top: 6.5px;
- left: 16px;
- right: 16px;
- height: 10px;
- background: #fff;
- border-radius: 5px;
- pointer-events: none;
- border-top: 1.5px solid rgba(180, 165, 154, 1);
- }
- }
- .tipContent {
- flex: 1;
- border: 1.5px solid rgba(180, 165, 154, 1);
- color: rgba(68, 59, 59, 1);
- font-size: 12px;
- overflow: hidden;
- overflow-y: auto;
- }
- }
- .tipItem {
- display: flex;
- line-height: 18px;
- margin-bottom: 8px;
- background: linear-gradient(180deg, #FFFFFF 0%, #F3F4F7 100%);
- border-radius: 5px;
- padding: 10px;
- .iconWrap {
- display: flex;
- align-items: center;
- height: 18px;
- margin-right: 6px;
- }
- .tipItemIcon {
- width: 16px;
- height: 16px;
- background: linear-gradient(180deg, rgba(224, 180, 135, 1) 0%, rgba(195, 164, 134, 1) 100%);
- font-weight: 600;
- line-height: 16px;
- color: #FFFFFF;
- text-shadow: 0px 1px 1px #C8946D;
- border-radius: 50%;
- text-align: center;
- }
- }
- .notes {
- position: relative;
- display: flex;
- justify-content: center;
- align-items: flex-start;
- height: 65px;
- flex-shrink: 0;
- cursor: pointer;
- &.paddingLeft {
- padding-left: 20Px;
- }
- .noteContent {
- display: flex;
- position: relative;
- // max-width: calc(100% - 92px);
- max-width: 73%;
- border-radius: 25px;
- background: rgba(255, 255, 255, 0.5);
- border: 1px solid rgba(255, 255, 255, 0.6);
- overflow: hidden;
- &.noteContentOther {
- // max-width: calc(100% - 92px - 52px - 5Px);
- }
- &.noteContentWrap {
- &::before {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- height: 100%;
- width: 23px;
- background: url('./image/icon_shadow_left.png') no-repeat;
- background-size: 100% 100%;
- z-index: 10;
- pointer-events: none;
- }
- &::after {
- content: '';
- position: absolute;
- right: 0;
- top: 0;
- height: 100%;
- width: 23px;
- background: url('./image/icon_shadow_r.png') no-repeat;
- background-size: 100% 100%;
- z-index: 10;
- pointer-events: none;
- }
- }
- }
- .lastNoteContent {
- display: flex;
- position: relative;
- max-width: calc(100%);
- border-radius: 0 25px 25px 0;
- // background: rgba(255, 255, 255, 0.5);
- // border: 1px solid rgba(255, 255, 255, 0.6);
- overflow: hidden;
- }
- .noteBox {
- display: flex;
- overflow-y: hidden;
- overflow-x: auto;
- border-radius: 0 25px 25px 0;
- z-index: 9;
- &::-webkit-scrollbar {
- width: 0;
- display: none;
- }
- }
- .noteBtn {
- background: transparent;
- color: rgba(112, 99, 88, .41);
- border: 0;
- padding: 0;
- font-size: 22px;
- height: 46px;
- :global {
- .van-icon {
- font-weight: bold;
- }
- }
- &.disabled {
- color: rgba(69, 143, 177, .32);
- }
- &::before {
- opacity: 0 !important;
- }
- }
- .tipsT {
- position: absolute;
- z-index: 99;
- top: -40px;
- }
- .playTips {
- width: 107px;
- height: 28px;
- background: url('./image/tips1.png') no-repeat center center / contain;
- }
- .playTips2 {
- width: 147px;
- height: 28px;
- background: url('./image/tips4.png') no-repeat center center / contain;
- }
- .playTips5 {
- width: 147px;
- height: 28px;
- background: url('./image/tips5.png') no-repeat center center / contain;
- }
- .playError {
- width: 94px;
- height: 28px;
- background: url('./image/tips3.png') no-repeat center center / contain;
- }
- .playSuccess {
- width: 94px;
- height: 28px;
- background: url('./image/tips2.png') no-repeat center center / contain;
- }
- }
- .note {
- position: relative;
- margin: 0 2.5Px;
- width: 46px;
- height: 46px;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-shrink: 0;
- padding: 6px;
- z-index: 2;
- img {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .showAnswer {
- width: 20px;
- height: 20px;
- background: url('./image/icon_btn_green_sub.png') no-repeat center / contain;
- position: absolute;
- top: 2px;
- left: -2px;
- z-index: 99;
- &.errorAnswer {
- background: url('./image/icon_btn_red_sub.png') no-repeat center / contain;
- }
- }
- }
- .noteKey {
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- z-index: 1;
- font-size: 16px;
- font-family: 'jianzhu';
- font-weight: normal;
- color: #616161;
- line-height: 1;
- height: 100%;
- &.keyActive {
- color: #FFF9EC;
- }
- .dot {
- width: 3px;
- height: 3px;
- border-radius: 50%;
- background-color: currentColor;
- }
- .dot+.dot {
- margin: 2px 0;
- }
- .noteName {
- position: relative;
- }
- // .noteFixed {
- // font-size: 12px;
- // color: #FFFFFF;
- // font-weight: 600;
- // padding-bottom: 5px;
- // transform: scale(0.8);
- // white-space: nowrap;
- // }
- .dotFixed {
- width: 5px;
- height: 5px;
- }
- .mark {
- position: absolute;
- left: -80%;
- font-size: 12px;
- }
- }
- .optionBtns {
- display: flex;
- align-items: center;
- justify-content: center;
- padding-bottom: 21px;
- .oBtn {
- width: 104px;
- height: 46px;
- border: none;
- font-weight: 600;
- font-size: 15px;
- color: #fff;
- cursor: pointer;
- margin: 0 3px;
- &.gamut {
- background: url('./image/icon_btn_3.png') no-repeat center / contain;
- }
- &.play {
- background: url('./image/icon_btn_2.png') no-repeat center / contain;
- }
- &.success {
- background: url('./image/icon_btn_4.png') no-repeat center / contain;
- }
- &.disabled {
- background: url('./image/icon_btn_1.png') no-repeat center / contain;
- color: #616161;
- cursor: not-allowed;
- }
- }
- }
- .fingeringContainer {
- position: relative;
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: space-evenly;
- align-items: center;
- padding: 0 10px 8px 10px;
- }
- .loading {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- z-index: 100;
- background: rgba(0, 0, 0, .6);
- }
- .loadingWrap {
- position: relative;
- width: 295px;
- padding: 21px 17px;
- background: rgba(135, 135, 135, .72);
- border-radius: 24px;
- .loadingIcon {
- position: absolute;
- left: 50%;
- top: -35px;
- transform: translateX(-50%);
- width: 216px;
- }
- .loadingTip {
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: -35px;
- color: #fff;
- font-size: 13px;
- font-weight: 400px;
- }
- :global {
- .van-progress {
- height: 7px;
- }
- .van-progress__portion {
- background: linear-gradient(180deg, #3CD6F9 0%, #1CACF1 100%);
- border: 1px solid rgba(255, 255, 255, .5);
- }
- .van-progress__pivot {
- top: 0;
- color: transparent;
- background-color: transparent;
- width: 35px;
- height: 37px;
- background-image: url('./image/icon_loading_head.png');
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
- }
- }
- .imgs {
- position: relative;
- width: 84%;
- height: 100%;
- pointer-events: none;
- &>img {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- display: block;
- max-width: 100%;
- max-height: 100%;
- }
- }
- .tizhi {
- position: absolute;
- top: 20%;
- left: 0;
- width: 30px;
- height: 30px;
- text-align: center;
- line-height: 30px;
- border-radius: 100%;
- background-color: #6F99CA;
- color: #fff;
- box-shadow: 0 0 10px rgba(0, 0, 0, .05);
- font-size: 12Px;
- opacity: 0;
- pointer-events: none;
- &:active {
- opacity: .8;
- }
- }
- .canDisplay {
- opacity: 1;
- pointer-events: auto;
- }
- .disabled {
- opacity: .5;
- pointer-events: none;
- }
- .fixedRightBtns {
- // position: fixed;
- // right: 12px;
- // top: 50%;
- // transform: translateY(-50%);
- position: fixed;
- left: 12px;
- top: 50%;
- right: auto;
- transform: translateY(-50%);
- .baseBtn {
- // width: 60px;
- // height: 45px;
- width: 45px;
- height: 45px;
- background: rgba(255, 255, 255, .27);
- border-radius: 10px;
- font-size: 12px;
- font-weight: 400;
- color: #616161;
- line-height: 17px;
- text-align: center;
- cursor: pointer;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- pointer-events: auto;
- img {
- width: 18px;
- height: 18px;
- }
- &:active {
- opacity: .8;
- }
- // &:active,
- &.active {
- // opacity: .8;
- background: linear-gradient(180deg, #F4EFED 0%, #D9CEC7 100%) !important;
- box-shadow: 0px 1px 2px 0px #9F9690, inset 0px -2px 0px 0px #CDC0B5, inset 0px 2px 1px 0px #FFFFFF;
- border-radius: 8px;
- }
- }
- .rightBtn {
- width: 45px;
- background: rgba(255, 255, 255, .27);
- border-radius: 8px;
- // overflow: hidden;
- .baseBtn {
- // margin: 0 4px;
- background: transparent;
- position: relative;
- margin-bottom: 5px;
- margin-top: 3px;
- &::after {
- content: '';
- display: block;
- position: absolute;
- left: 50%;
- bottom: -5px;
- transform: translateX(-50%);
- width: 20px;
- height: 1px;
- background-color: #616161;
- opacity: 0.2;
- }
- &:nth-last-child(2) {
- &::after {
- display: none;
- }
- }
- &:last-child {
- margin-bottom: 0;
- &::after {
- display: none;
- }
- }
- }
- }
- .resetBtn {
- visibility: hidden;
- }
- }
- .toggleBtn {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 34px;
- height: 60px;
- background: url('./image/icon_trans_bg.png') no-repeat;
- background-size: 100%;
- font-size: 14px;
- color: #616161;
- line-height: 14px;
- font-weight: 600;
- padding-left: 10px;
- text-align: center;
- cursor: pointer;
- z-index: 12;
- &:active {
- opacity: .8;
- }
- img {
- width: 9px;
- height: 5px;
- margin-top: 3px;
- }
- }
- .toggleBtnhulusi {
- min-height: 53px;
- height: auto;
- padding: 0 5px;
- font-weight: 600;
- // padding: 14px 0 15px 12px;
- // background-image: url('./image/icon_trans_bg_hu.png');
- // background-size: 100% 100%;
- img {
- width: 9px !important;
- height: 5px !important;
- }
- .noteKey {
- display: inline-block;
- font-size: 12px;
- position: relative;
- .dot {
- display: inline-block;
- position: absolute;
- top: 0;
- }
- .noteName {
- padding-top: 4px;
- }
- }
- }
- .toggleBtnhulusi2 {
- min-height: 42px;
- height: auto;
- .oterhD {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- font-weight: 600;
- &>div {
- display: flex;
- }
- }
- img {
- margin-top: 4px;
- width: 9px !important;
- height: 5px !important;
- }
- }
- .tones {
- display: flex;
- flex-direction: column;
- height: 100%;
- position: relative;
- z-index: 12;
- transition: all .3s;
- overflow: hidden;
- // background-color: rgba(190, 166, 140, 1);
- background-size: 100% 100%;
- background-repeat: no-repeat;
- .toneTitle {
- position: relative;
- height: 45px;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-shrink: 0;
- :global {
- .van-button:active:before {
- opacity: 0 !important;
- }
- }
- }
- .tipTitleName {
- position: relative;
- font-weight: 500;
- font-size: 15px;
- z-index: 1;
- color: #fff;
- font-size: 16px;
- text-shadow: 0px 1px 2px #6D4825;
- &::before {
- content: '';
- position: absolute;
- left: -40px;
- top: 50%;
- transform: translateY(-50%);
- width: 25px;
- height: 1px;
- background: #fff;
- z-index: -1;
- }
- &::after {
- content: '';
- position: absolute;
- right: -40px;
- top: 50%;
- transform: translateY(-50%);
- width: 25px;
- height: 1px;
- background: #fff;
- z-index: -1;
- }
- }
- .tipClose {
- position: absolute;
- right: 0;
- top: 0;
- height: 100%;
- border: none;
- background: transparent;
- border-radius: 0;
- }
- .tipContentbox {
- position: relative;
- flex: 1;
- background: #FFFFFF;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- padding-bottom: 45%;
- background: url('./image/icon_popup_top.png') no-repeat;
- background-size: 100%;
- opacity: .4;
- pointer-events: none;
- }
- }
- .tipWrap {
- flex: 1;
- overflow: hidden;
- }
- .tipContent {
- flex: 1;
- display: flex;
- flex-direction: column;
- border: 1.5px solid rgba(180, 165, 154, 1);
- color: rgba(68, 59, 59, 1);
- font-size: 12px;
- }
- .toneAction {
- border-top: 1px solid #EBEBEB;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 16px 0;
- img {
- width: 45%;
- max-width: 128px;
- margin: 0 6px;
- &:active {
- opacity: .85;
- }
- }
- }
- .toneContent {
- display: flex;
- flex-wrap: wrap;
- --van-button-primary-background: rgba(174, 137, 103, 1);
- --van-button-primary-border-color: rgba(174, 137, 103, 1);
- :global {
- .van-space-item {
- width: calc(100% / 4);
- padding: 6px 2px;
- }
- .van-button {
- position: relative;
- font-size: 13px;
- width: 100%;
- height: 0;
- padding: 0;
- padding-bottom: 40.5%;
- flex-shrink: 0;
- &::before {
- display: none;
- }
- .van-button__content {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- }
- &:active {
- opacity: .8;
- }
- }
- .van-button--primary {
- --van-button-plain-background: RGBA(255, 246, 231, 1);
- }
- }
- :global(.van-button--primary) {
- .dot {
- background: var(--van-button-primary-background) !important;
- }
- }
- .hulusiNoteKey {
- color: inherit;
- text-shadow: none;
- }
- }
- }
- :global(.van-popup--right.tonePopup) {
- width: 43%;
- height: 100%;
- border-radius: 18px 0px 0px 18px;
- background-color: transparent;
- .tones {
- padding: 8px;
- background-image: url('./image/icon_shuo_h.png');
- &::before {
- content: '';
- position: absolute;
- left: 8px;
- top: 8px;
- right: 8px;
- bottom: 8px;
- border-radius: 15px;
- border: 1px solid rgba(240, 234, 230, 1);
- pointer-events: none;
- }
- .tipContentbox {
- padding: 6px 8px 8px 8px;
- border-radius: 16px;
- }
- .tipContent {
- border-radius: 16px;
- padding: 4px 8px;
- }
- }
- .hulusiBtn {
- font-size: 10px;
- text-wrap: nowrap;
- }
- }
- :global(.van-popup--bottom.tonePopup) {
- display: flex;
- flex-direction: column;
- min-height: 238px;
- border-radius: 18px 18px 0 0;
- background-color: transparent;
- .tones {
- flex: 1;
- padding: 8px 8px 0 8px;
- background-image: url('./image/icon_shuo_v.png');
- &::before {
- content: '';
- position: absolute;
- left: 8px;
- top: 8px;
- right: 8px;
- bottom: 0;
- border-radius: 15px;
- border: 1px solid rgba(240, 234, 230, 1);
- pointer-events: none;
- }
- .tipContentbox {
- padding: 6px 8px 0 8px;
- border-radius: 16px 16px 0 0;
- }
- .tipContent {
- border-radius: 16px 16px 0 0;
- border-bottom: transparent;
- padding: 4px 8px;
- }
- }
- .toneContent {
- margin-top: auto;
- :global {
- .van-space-item {
- max-width: 100px;
- }
- }
- }
- }
- .changeSubjectPopup {
- width: 375px;
- height: 307px;
- background: url('./image/subject-bg1.png') no-repeat center;
- border-radius: 12px;
- background-size: contain;
- overflow: hidden;
- }
- .linkSourceClass {
- // .head {
- // display: none;
- // opacity: 0;
- // }
- .backBtn {
- display: none;
- opacity: 0;
- }
- .changeInstrumentBtn {
- margin: 26px 5px 26px 18px !important;
- }
- .noteContentOther {
- max-width: 75% !important
- }
- .fingerContent,
- .fixedRightBtns {
- padding-left: 0 !important;
- padding-top: 0 !important;
- }
- // .left {
- // // padding: 26px 5px 26px 18px;
- // padding-top: 26px;
- // padding-left: 18px;
- // }
- // .backBtn {
- // display: none;
- // }
- }
- .dragbomBox{
- position: absolute;
- bottom: 0;
- left: 0;
- height: 36px;
- width: 100%;
- padding: 0 14px 0 15px;
- }
- .dragTopBox{
- position: absolute;
- top: 0;
- left: 0;
- height: 40px;
- width: 100%;
- }
- :global{
- .changeSubjectShowBoxClass_drag{
- height: 247px !important;
- background: url('./image/subject-bg2.png') no-repeat center !important;
- background-size: contain !important;
- .changeSubjectContainer_pc{
- height: 112px !important;
- }
- .btnGroups_pc{
- padding-top: 12px !important;
- }
- }
- .tnoteShowBoxClass_drag{
- padding: 49px 17px 30px 24px;
- width: 375px;
- overflow: hidden;
- height: 247px !important;
- background: url('./image/subject-bg3.png') no-repeat center !important;
- background-size: contain !important;
- .dragbomBox{
- height: 38px;
- }
- .toneTitle_pc{
- display: none;
- }
- .tipContentbox_pc{
- background-color: initial;
- &::after{
- display: none;
- }
- .tipContent_pc{
- border:none;
- .tipWrap_pc{
- height: 116px !important;
- flex: initial;
- overflow-y: auto;
- &::-webkit-scrollbar {
- display: none;
- }
- }
- .toneAction_pc{
- padding-bottom: 0 !important;
- padding-top: 12px !important;
- }
- }
- }
- }
- }
|