.speedContainer{ &.follow{ .head{ background: url("../image/headImg1.png") no-repeat; background-size: 100% 100%; } .content{ background: #ACDDEA; box-shadow: 0px 4px 0px 0px #5EA2B9; .conBox{ background: #E3F3F5; } } } &.evaluating{ .head{ background: url("../image/headImg2.png") no-repeat; background-size: 100% 100%; } .content{ background: #B0CDFF; box-shadow: 0px 4px 0px 0px #759CE4; .conBox{ background: #EAF1FB; } } } .head{ background: url("../image/headImg.png") no-repeat; background-size: 100% 100%; width: 372px; height: 57px; position: relative; .headTit{ position: absolute; bottom: 9px; left: 50%; transform: translateX(-50%); width: 95px; height: 20px; } .closeImg{ position: absolute; top: 0; right: -38px; width: 32px; height: 32px; cursor: pointer; } } .content{ width: 354px; height: 225px; background: #B0D8FF; box-shadow: 0px 4px 0px 0px #7AAEE0; border-radius: 0px 0px 24px 24px; margin: 0 auto; padding: 10px; .conBox{ width: 100%; height: 100%; background: #EAF2FB; border-radius: 12px; overflow-y: auto; padding: 12px 16px 0; &::-webkit-scrollbar { width: 0; display: none; } .tit{ font-weight: 600; font-size: 15px; color: #000000; line-height: 21px; } .spendCon{ margin-top: 20px; display: flex; align-items: center; padding: 3px 0; .btn{ width: 24px; height: 24px; flex-shrink: 0; cursor: pointer; } .sliderCon{ padding: 0 18px; flex-grow: 1; :global{ .van-slider{ height: 10px; background: #94ACC4; box-shadow: inset 0px 2px 3px 0px #647F98; .van-slider__bar{ max-width: 100%; background: linear-gradient( 270deg, #7ADEFF 0%, #29A9FF 100%); box-shadow: inset 1px 0px 5px 0px rgba(150,254,255,0.79); border: 1px solid #4A91D4; .van-slider__button-wrapper{ bottom: 0; top: initial; transform: translate3d(50%,12px,0); } } } } .customButton{ display: flex; flex-direction: column; align-items: center; .speedVal{ width: 34px; height: 31px; background: url("../image/qipao.png") no-repeat; background-size: 100% 100%; font-weight: 600; font-size: 14px; color: #FFFFFF; line-height: 20px; text-align: center; padding-top: 3px; } .speedBtn{ width: 16px; height: 30px; background: url("../image/speedBtn.png") no-repeat; background-size: 100% 100%; } } } } .speedSel{ margin-top: 20px; padding-bottom: 18px; border-bottom: 1px solid #D5E0ED; display: flex; justify-content: space-between; & > div{ padding: 3px 13px; background: #FFFFFF; border-radius: 14px; font-weight: 400; font-size: 13px; color: rgba(0,0,0,0.6); line-height: 18px; cursor: pointer; &:active{ background: linear-gradient( 131deg, #44CAFF 0%, #259CFE 100%); } } } .disableSpend { opacity: 0.4; pointer-events: none; } .metronome{ margin-top: 18px; display: flex; justify-content: space-between; align-items: center; :global{ .van-switch{ width: 42px; height: 21px; background-color: transparent!important; background-image: url("../image/guan.png"); background-repeat: no-repeat; background-size: 100% 100%; border-radius: 0; &.van-switch--on{ background-image: url("../image//kai.png"); } .van-switch__node{ display: none; } } } } } } }