123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- .speedContainer{
- width: 334px;
- &.isHideBeat .content{
- height: 172px;
- }
- .head{
- height: 42px;
- position: relative;
- .headTit{
- position: absolute;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- width: 157px;
- height: 32px;
- }
- .closeImg{
- position: absolute;
- top: 0;
- right: -38px;
- width: 32px;
- height: 32px;
- cursor: pointer;
- }
- }
- .content{
- margin-top: -26px;
- height: 230px;
- background: #FFFFFF;
- border-radius: 16px;
- padding: 36px 16px 16px 16px;
- .conBox{
- width: 100%;
- height: 100%;
- overflow-y: auto;
- &::-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: 5px;
- background: #EAEAEA;
- .van-slider__bar{
- max-width: 100%;
- background: #36CFB3;
- // &::after{
- // position: absolute;
- // content: "";
- // left: 4px;
- // top: 2px;
- // width: 100%;
- // height: 1px;
- // background: #FFFFFF;
- // border-radius: 1px;
- // filter: blur(1px);
- // }
- // &::before{
- // position: absolute;
- // content: "";
- // left: 2px;
- // top: 1px;
- // width: 4px;
- // height: 4px;
- // background: url("../image/gg.png") no-repeat;
- // background-size: 100% 100%;
- // transform: translate(-20%,-20%);
- // }
- .van-slider__button-wrapper{
- bottom: -6px;
- top: initial;
- transform: translateX(50%);
- }
- }
- }
- }
- .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: #131415;
- line-height: 20px;
- text-align: center;
- padding-top: 3px;
- margin-bottom: 3px;
- }
- .speedBtn{
- width: 18px;
- height: 18px;
- background: #FFFFFF;
- border-radius: 50%;
- border: 4px solid #36CFB3;
- }
- }
- }
- }
- .speedSel{
- margin-top: 20px;
- padding-bottom: 8px;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- & > div{
- width: 42px;
- height: 24px;
- line-height: 24px;
- text-align: center;
- background: #F6F6F6;
- border-radius: 14px;
- font-weight: 400;
- font-size: 13px;
- color: rgba(0,0,0,0.6);
- cursor: pointer;
- margin-bottom: 10px;
- margin-right: 3px;
- &:active{
- background: #B9F2DF;
- color: #131415;
- }
- }
- }
- .disableSpend {
- opacity: 0.4;
- pointer-events: none;
- }
- .metronome{
- padding-top: 18px;
- border-top: 1px solid #F2F2F2;
- 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;
- }
- }
- }
- .switchLoading {
- :global {
- .van-switch__node{
- display: block;
- width: 16px;
- height: 16px;
- // top: 3px;
- }
- }
- }
- }
- }
- }
- }
|