���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/video/layout/js/node_modules/artplayer/src/style/ |
.art-control-volume { position: relative; .art-volume-panel { .art-center(flex); position: absolute; left: 0; right: 0; padding: 0 5px; font-size: 12px; text-align: center; cursor: default; opacity: 0; transform: translateY(10px); pointer-events: none; bottom: var(--art-control-height); width: var(--art-control-height); height: var(--art-volume-height); transition: all var(--art-transition-duration) ease; .art-volume-inner { display: flex; flex-direction: column; align-items: center; gap: 10px; height: 100%; width: 100%; padding: 10px 0 12px; border-radius: var(--art-border-radius); background-color: var(--art-widget-background); .art-volume-slider { flex: 1; width: 100%; display: flex; cursor: pointer; position: relative; justify-content: center; .art-volume-handle { position: relative; display: flex; justify-content: center; width: 2px; border-radius: var(--art-border-radius); overflow: hidden; background-color: rgba(255, 255, 255, 0.25); .art-volume-loaded { .art-full(0); background-color: var(--art-theme); } } .art-volume-indicator { position: absolute; width: var(--art-volume-handle-size); height: var(--art-volume-handle-size); margin-top: calc(var(--art-volume-handle-size) / -2); flex-shrink: 0; transform: scale(1); border-radius: 100%; background-color: var(--art-theme); transition: transform var(--art-transition-duration) ease; } &:active { .art-volume-indicator { transform: scale(0.9); } } } } } &:hover { .art-volume-panel { opacity: 1; transform: translateY(0); pointer-events: auto; } } }