| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671 |
- .dplayer-controller-mask {
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==) repeat-x bottom;
- height: 98px;
- width: 100%;
- position: absolute;
- bottom: 0;
- transition: all 0.3s ease;
- }
- .dplayer-controller {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- height: 41px;
- padding: 0 20px;
- user-select: none;
- transition: all 0.3s ease;
- &.dplayer-controller-comment {
- .dplayer-icons {
- display: none;
- }
- .dplayer-icons.dplayer-comment-box {
- display: block;
- }
- }
- .dplayer-bar-wrap {
- padding: 5px 0;
- cursor: pointer;
- position: absolute;
- bottom: 33px;
- width: calc(100% - 40px);
- height: 3px;
- &:hover {
- .dplayer-bar .dplayer-played .dplayer-thumb {
- transform: scale(1);
- }
- .dplayer-highlight {
- display: block;
- width: 8px;
- transform: translateX(-4px);
- top: 4px;
- height: 40%;
- }
- }
- .dplayer-highlight {
- z-index: 12;
- position: absolute;
- top: 5px;
- width: 6px;
- height: 20%;
- border-radius: 6px;
- background-color: #fff;
- text-align: center;
- transform: translateX(-3px);
- transition: all .2s ease-in-out;
- &:hover {
- .dplayer-highlight-text {
- display: block;
- }
- &~.dplayer-bar-preview {
- opacity: 0;
- }
- &~.dplayer-bar-time {
- opacity: 0;
- }
- }
- .dplayer-highlight-text {
- display: none;
- position: absolute;
- left: 50%;
- top: -24px;
- padding: 5px 8px;
- background-color: rgba(0, 0, 0, .62);
- color: #fff;
- border-radius: 4px;
- font-size: 12px;
- white-space: nowrap;
- transform: translateX(-50%);
- }
- }
- .dplayer-bar-preview {
- position: absolute;
- background: #fff;
- pointer-events: none;
- display: none;
- background-size: 16000px 100%;
- }
- .dplayer-bar-preview-canvas {
- position: absolute;
- width: 100%;
- height: 100%;
- z-index: 1;
- pointer-events: none;
- }
- .dplayer-bar-time {
- &.hidden {
- opacity: 0;
- }
- position: absolute;
- left: 0px;
- top: -20px;
- border-radius: 4px;
- padding: 5px 7px;
- background-color: rgba(0, 0, 0, 0.62);
- color: #fff;
- font-size: 12px;
- text-align: center;
- opacity: 1;
- transition: opacity .1s ease-in-out;
- word-wrap: normal;
- word-break: normal;
- z-index: 2;
- pointer-events: none;
- }
- .dplayer-bar {
- position: relative;
- height: 3px;
- width: 100%;
- background: rgba(255, 255, 255, .2);
- cursor: pointer;
- .dplayer-loaded {
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- background: rgba(255, 255, 255, .4);
- height: 3px;
- transition: all 0.5s ease;
- will-change: width;
- }
- .dplayer-played {
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- height: 3px;
- will-change: width;
- .dplayer-thumb {
- position: absolute;
- top: 0;
- right: 5px;
- margin-top: -4px;
- margin-right: -10px;
- height: 11px;
- width: 11px;
- border-radius: 50%;
- cursor: pointer;
- transition: all .3s ease-in-out;
- transform: scale(0);
- }
- }
- }
- }
- .dplayer-icons {
- height: 38px;
- position: absolute;
- bottom: 0;
- &.dplayer-comment-box {
- display: none;
- position: absolute;
- transition: all .3s ease-in-out;
- z-index: 2;
- height: 38px;
- bottom: 0;
- left: 20px;
- right: 20px;
- color: #fff;
- .dplayer-icon {
- padding: 7px;
- }
- .dplayer-comment-setting-icon {
- position: absolute;
- left: 0;
- top: 0;
- }
- .dplayer-send-icon {
- position: absolute;
- right: 0;
- top: 0;
- }
- .dplayer-comment-setting-box {
- position: absolute;
- background: rgba(28, 28, 28, 0.9);
- bottom: 41px;
- left: 0;
- box-shadow: 0 0 25px rgba(0, 0, 0, .3);
- border-radius: 4px;
- padding: 10px 10px 16px;
- font-size: 14px;
- width: 204px;
- transition: all .3s ease-in-out;
- transform: scale(0);
- &.dplayer-comment-setting-open {
- transform: scale(1);
- }
- input[type=radio] {
- display: none;
- }
- label {
- cursor: pointer;
- }
- .dplayer-comment-setting-title {
- font-size: 13px;
- color: #fff;
- line-height: 30px;
- }
- .dplayer-comment-setting-type {
- font-size: 0;
- .dplayer-comment-setting-title {
- margin-bottom: 6px;
- }
- label {
- &:nth-child(2) {
- span {
- border-radius: 4px 0 0 4px;
- }
- }
- &:nth-child(4) {
- span {
- border-radius: 0 4px 4px 0;
- }
- }
- }
- span {
- width: 33%;
- padding: 4px 6px;
- line-height: 16px;
- display: inline-block;
- font-size: 12px;
- color: #fff;
- border: 1px solid #fff;
- margin-right: -1px;
- box-sizing: border-box;
- text-align: center;
- cursor: pointer;
- }
- input:checked+span {
- background: #E4E4E6;
- color: #1c1c1c;
- }
- }
- .dplayer-comment-setting-color {
- font-size: 0;
- label {
- font-size: 0;
- padding: 6px;
- display: inline-block;
- }
- span {
- width: 22px;
- height: 22px;
- display: inline-block;
- border-radius: 50%;
- box-sizing: border-box;
- cursor: pointer;
- &:hover {
- animation: my-face 5s infinite ease-in-out;
- }
- }
- }
- }
- .dplayer-comment-input {
- outline: none;
- border: none;
- padding: 8px 31px;
- font-size: 14px;
- line-height: 18px;
- text-align: center;
- border-radius: 4px;
- background: none;
- margin: 0;
- height: 100%;
- box-sizing: border-box;
- width: 100%;
- color: #fff;
- &::placeholder {
- color: #fff;
- opacity: 0.8;
- }
- &::-ms-clear {
- display: none;
- }
- }
- }
- &.dplayer-icons-left {
- .dplayer-icon {
- padding: 7px;
- }
- }
- &.dplayer-icons-right {
- right: 20px;
- .dplayer-icon {
- padding: 8px;
- }
- }
- .dplayer-time,
- .dplayer-live-badge {
- line-height: 38px;
- color: #eee;
- text-shadow: 0 0 2px rgba(0, 0, 0, .5);
- vertical-align: middle;
- font-size: 13px;
- cursor: default;
- }
- .dplayer-live-dot {
- display: inline-block;
- width: 6px;
- height: 6px;
- vertical-align: 4%;
- margin-right: 5px;
- content: '';
- border-radius: 6px;
- }
- .dplayer-icon {
- width: 40px;
- height: 100%;
- border: none;
- background-color: transparent;
- outline: none;
- cursor: pointer;
- vertical-align: middle;
- box-sizing: border-box;
- display: inline-block;
- .dplayer-icon-content {
- transition: all .2s ease-in-out;
- opacity: .8;
- }
- &:hover {
- .dplayer-icon-content {
- opacity: 1;
- }
- }
- &.dplayer-quality-icon {
- color: #fff;
- width: auto;
- line-height: 22px;
- font-size: 14px;
- }
- &.dplayer-comment-icon {
- padding: 10px 9px 9px;
- }
- &.dplayer-setting-icon {
- padding-top: 8.5px;
- }
- &.dplayer-volume-icon {
- width: 43px;
- }
- }
- .dplayer-volume {
- position: relative;
- display: inline-block;
- cursor: pointer;
- height: 100%;
- &:hover {
- .dplayer-volume-bar-wrap .dplayer-volume-bar {
- width: 45px;
- }
- .dplayer-volume-bar-wrap .dplayer-volume-bar .dplayer-volume-bar-inner .dplayer-thumb {
- transform: scale(1);
- }
- }
- &.dplayer-volume-active {
- .dplayer-volume-bar-wrap .dplayer-volume-bar {
- width: 45px;
- }
- .dplayer-volume-bar-wrap .dplayer-volume-bar .dplayer-volume-bar-inner .dplayer-thumb {
- transform: scale(1);
- }
- }
- .dplayer-volume-bar-wrap {
- display: inline-block;
- margin: 0 10px 0 -5px;
- vertical-align: middle;
- height: 100%;
- .dplayer-volume-bar {
- position: relative;
- top: 17px;
- width: 0;
- height: 3px;
- background: #aaa;
- transition: all 0.3s ease-in-out;
- .dplayer-volume-bar-inner {
- position: absolute;
- bottom: 0;
- left: 0;
- height: 100%;
- transition: all 0.1s ease;
- will-change: width;
- .dplayer-thumb {
- position: absolute;
- top: 0;
- right: 5px;
- margin-top: -4px;
- margin-right: -10px;
- height: 11px;
- width: 11px;
- border-radius: 50%;
- cursor: pointer;
- transition: all .3s ease-in-out;
- transform: scale(0);
- }
- }
- }
- }
- }
- .dplayer-subtitle-btn {
- display: inline-block;
- height: 100%;
- }
- .dplayer-setting {
- display: inline-block;
- height: 100%;
- .dplayer-setting-box {
- position: absolute;
- right: 0;
- bottom: 50px;
- transform: scale(0);
- width: 150px;
- border-radius: 2px;
- background: rgba(28, 28, 28, 0.9);
- padding: 7px 0;
- transition: all .3s ease-in-out;
- overflow: hidden;
- z-index: 2;
- &>div {
- display: none;
- &.dplayer-setting-origin-panel {
- display: block;
- }
- }
- &.dplayer-setting-box-open {
- transform: scale(1);
- }
- &.dplayer-setting-box-narrow {
- width: 70px;
- text-align: center;
- }
- &.dplayer-setting-box-speed {
- .dplayer-setting-origin-panel {
- display: none;
- }
- .dplayer-setting-speed-panel {
- display: block;
- }
- }
- }
- .dplayer-setting-item,
- .dplayer-setting-speed-item {
- height: 30px;
- padding: 5px 10px;
- box-sizing: border-box;
- cursor: pointer;
- position: relative;
- &:hover {
- background-color: rgba(255, 255, 255, .1);
- }
- }
- .dplayer-setting-danmaku {
- padding: 5px 0;
- .dplayer-label {
- padding: 0 10px;
- display: inline;
- }
- &:hover {
- .dplayer-label {
- display: none;
- }
- .dplayer-danmaku-bar-wrap {
- display: inline-block;
- }
- }
- &.dplayer-setting-danmaku-active {
- .dplayer-label {
- display: none;
- }
- .dplayer-danmaku-bar-wrap {
- display: inline-block;
- }
- }
- .dplayer-danmaku-bar-wrap {
- padding: 0 10px;
- box-sizing: border-box;
- display: none;
- vertical-align: middle;
- height: 100%;
- width: 100%;
- .dplayer-danmaku-bar {
- position: relative;
- top: 8.5px;
- width: 100%;
- height: 3px;
- background: #fff;
- transition: all 0.3s ease-in-out;
- .dplayer-danmaku-bar-inner {
- position: absolute;
- bottom: 0;
- left: 0;
- height: 100%;
- transition: all 0.1s ease;
- background: #aaa;
- will-change: width;
- .dplayer-thumb {
- position: absolute;
- top: 0;
- right: 5px;
- margin-top: -4px;
- margin-right: -10px;
- height: 11px;
- width: 11px;
- border-radius: 50%;
- cursor: pointer;
- transition: all .3s ease-in-out;
- background: #aaa;
- }
- }
- }
- }
- }
- }
- .dplayer-full {
- display: inline-block;
- height: 100%;
- position: relative;
- &:hover {
- .dplayer-full-in-icon {
- display: block;
- }
- }
- .dplayer-full-in-icon {
- position: absolute;
- top: -30px;
- z-index: 1;
- display: none;
- }
- }
- .dplayer-quality {
- position: relative;
- display: inline-block;
- height: 100%;
- z-index: 2;
- &:hover {
- .dplayer-quality-list {
- display: block;
- }
- .dplayer-quality-mask {
- display: block;
- }
- }
- .dplayer-quality-mask {
- display: none;
- position: absolute;
- bottom: 38px;
- left: -18px;
- width: 80px;
- padding-bottom: 12px;
- }
- .dplayer-quality-list {
- display: none;
- font-size: 12px;
- width: 80px;
- border-radius: 2px;
- background: rgba(28, 28, 28, 0.9);
- padding: 5px 0;
- transition: all .3s ease-in-out;
- overflow: hidden;
- color: #fff;
- text-align: center;
- }
- .dplayer-quality-item {
- height: 25px;
- box-sizing: border-box;
- cursor: pointer;
- line-height: 25px;
- &:hover {
- background-color: rgba(255, 255, 255, .1);
- }
- }
- }
- .dplayer-comment {
- display: inline-block;
- height: 100%;
- }
- .dplayer-label {
- color: #eee;
- font-size: 13px;
- display: inline-block;
- vertical-align: middle;
- white-space: nowrap;
- }
- .dplayer-toggle {
- width: 32px;
- height: 20px;
- text-align: center;
- font-size: 0;
- vertical-align: middle;
- position: absolute;
- top: 5px;
- right: 10px;
- input {
- max-height: 0;
- max-width: 0;
- display: none;
- }
- input+label {
- display: inline-block;
- position: relative;
- box-shadow: rgb(223, 223, 223) 0 0 0 0 inset;
- border: 1px solid rgb(223, 223, 223);
- height: 20px;
- width: 32px;
- border-radius: 10px;
- box-sizing: border-box;
- cursor: pointer;
- transition: .2s ease-in-out;
- }
- input+label:before {
- content: "";
- position: absolute;
- display: block;
- height: 18px;
- width: 18px;
- top: 0;
- left: 0;
- border-radius: 15px;
- transition: .2s ease-in-out;
- }
- input+label:after {
- content: "";
- position: absolute;
- display: block;
- left: 0;
- top: 0;
- border-radius: 15px;
- background: #fff;
- transition: .2s ease-in-out;
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
- height: 18px;
- width: 18px;
- }
- input:checked+label {
- border-color: rgba(255, 255, 255, 0.5);
- }
- input:checked+label:before {
- width: 30px;
- background: rgba(255, 255, 255, 0.5);
- }
- input:checked+label:after {
- left: 12px;
- }
- }
- }
- }
- .dplayer-mobile-play {
- display: none;
- width: 50px;
- height: 50px;
- border: none;
- background-color: transparent;
- outline: none;
- cursor: pointer;
- box-sizing: border-box;
- position: absolute;
- bottom: 0;
- opacity: 0.8;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
|