.audioWrap { width: 100%; height: 100%; background-color: #fff; } .audioContainer { position: relative; display: flex; align-items: center; justify-content: center; height: 100%; padding: 0 240px; &>div { flex: 1; } .audio { position: absolute; top: 0; opacity: 0; } .tempVudio { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 0 240px; } canvas { width: 100%; height: 100%; } } .sectionAnimate { opacity: 0; pointer-events: none; transform: translateY(126px); transition: all .2s; } .controls { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; background-color: rgba(0, 0, 0, 0.7); // backdrop-filter: blur(26px); height: 108px; padding: 0 330px 0 40px !important; transition: all 0.301s; display: flex; align-items: center; .time { display: flex; justify-content: space-between; color: #fff; // font-size: 10px; padding: 4px 20px 4px; font-size: 24px; font-weight: 600; line-height: 33px; &>div { font-size: 24px !important; } .line { font-size: 12px; } :global { .plyr__time+.plyr__time:before { content: ''; margin-right: 0; } } } } .actions { display: flex; justify-content: space-between; // width: 100%; height: 100%; color: #fff; font-size: 12px; align-items: center; .actionWrap { display: flex; } .actionBtn { display: flex; width: 60px; height: 60px; padding: 4px 0; background: transparent; cursor: pointer; &>img { width: 100%; height: 100%; } } .iconReplay { width: 40px; height: 39px; background-color: transparent; cursor: pointer; &>img { width: 100%; height: 100%; } } } .slider { width: 100%; padding: 0 20px 0 12px; :global { .n-slider .n-slider-rail .n-slider-rail__fill, .n-slider .n-slider-handles .n-slider-handle-wrapper { transition: all .2s; } } }