123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707 |
- .ckplayer-error{
- position: fixed;
- z-index: 9999999;
- left: 10px;
- bottom: 10px;
- width: auto;
- height: 38px;
- line-height: 38px;
- padding: 0 .85rem;
- background: rgb(0,0,0,.9);
- border-radius: .25rem;
- color: #FFF;
- font-size: 14px;
- white-space: nowrap;
- }
- .ckplayer-ckplayer{
- width: 100%;
- height: 100%;
- float: left;
- background: #000;
- overflow: hidden;
- }
- .ckplayer-ckplayer .ck-main.ck-nocursor{
- cursor: none;
- }
- .ckplayer-ckplayer-smallwindow{
- position: fixed;
- z-index: 9999999;
- width: 420px;
- max-width: 100%;
- height: 266px;
- right: 10px;
- bottom: 10px;
- }
- .ckplayer-ckplayer .ck-main{
- width: 100%;
- height: 100%;
- overflow: hidden;
- background: #000;
- position: relative;
- }
- .ckplayer-ckplayer .ck-main .ck-video{
- width: 100%;
- height: 100%;
- overflow: hidden;
- position:absolute;
- z-index: 1;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- }
- .ckplayer-ckplayer .ck-main .ck-video video,.ckplayer-ckplayer .ck-main .ck-video canvas{
- width: 100%;
- height: 100%;
- }
- .ckplayer-ckplayer .ck-main .ck-error{
- width: 100%;
- height: 80px;
- line-height: 35px;
- text-align: center;
- color: #FFF;
- position:absolute;
- z-index: 70;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- overflow: hidden;
- }
- .ckplayer-ckplayer .ck-main .ck-logo{
- position:absolute;
- right: 20px;
- top:20px;
- z-index: 400;
- }
- .ckplayer-ckplayer .ck-main .ck-loading{
- position:absolute;
- top:0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- z-index: 80;
- width: 80px;
- height: 80px;
- border-radius: 50%;
- background: url(images/loading.png) no-repeat center center;
- background-size: 100% 100%;
- animation: ck-Circle 1.5s linear infinite;
- -webkit-animation: ck-Circle 1.5s linear infinite
- }
- .ckplayer-ckplayer .ck-main .ck-center-play{
- background: url(images/play.png) no-repeat 70% center;
- background-size:60% 60%;
- border: 8px solid rgba(255,255,255,.3);
- border-radius: 50%;
- box-sizing:border-box;
- -moz-box-sizing:border-box; /* Firefox */
- -webkit-box-sizing:border-box; /* Safari */
- width: 80px;
- height: 80px;
- position: absolute;
- display: none;
- z-index: 90;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- cursor: pointer;
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-center-play{
- width: 100px;
- height: 100px;
- }
- .ckplayer-ckplayer .ck-main .ck-center-play:hover{
- width: 100px;
- height: 100px;
- transition: 0.2s;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-center-play:hover{
- width: 120px;
- height: 120px;
- }
- .ckplayer-ckplayer .ck-main .ck-buffer{
- background: url(images/buffer.png) no-repeat center center;
- background-size:100% 100%;
- border-radius: 50%;
- width: 60px;
- height: 60px;
- position: absolute;
- z-index: 100;
- top:0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- display: none;
- animation: ck-Circle 1s linear infinite;
- -webkit-animation: ck-Circle 1s linear infinite
- }
- .ckplayer-ckplayer .ck-main .ck-message{
- position: absolute;
- z-index: 240;
- left:5px;
- bottom: 78px;
- padding: 0 1rem;
- line-height: 30px;
- height: 30px;
- width: auto;
- min-width: 1px;
- border-radius: .25rem;
- background: rgba(0,0,0,.6);
- font-size: 14px;
- color: #FFF;
- display: none;
- white-space:nowrap;
- }
- .ckplayer-ckplayer .ck-main .ck-message-right{
- left:auto;
- right: 5px;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-message{
- font-size: 18px;
- bottom: 100px;
- }
- .ckplayer-ckplayer .ck-main .ck-tip{
- width: auto;
- height: auto;
- position: absolute;
- z-index: 230;
- display: none;
- margin-bottom: 1px;
- }
- .ckplayer-ckplayer .ck-main .ck-tip .ck-content{
- width: auto;
- height: auto;
- white-space: nowrap;
- min-width: 1px;
- background: rgba(0,0,0,.6);
- font-size: 14px;
- color: #FFF;
- line-height: 32px;
- height: 32px;
- padding: 0 15px;
- }
- .ckplayer-ckplayer .ck-main .ck-tip .ck-content-float-auto{
- border-radius: 5px;
- margin: auto;
- }
- .ckplayer-ckplayer .ck-main .ck-tip .ck-content-float-left{
- border-radius: 5px;
- float: left;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-tip .ck-content{
- font-size: 18px;
- }
- .ckplayer-ckplayer .ck-main .ck-tip .ck-triangle{
- width: 0px;
- height: 0px;
- }
- .ckplayer-ckplayer .ck-main .ck-tip .ck-triangle-auto{
- border-left: 8px solid transparent;
- border-top: 8px solid rgba(0, 0, 0,.6);
- border-right: 8px solid transparent;
- margin: auto;
- }
- .ckplayer-ckplayer .ck-main .ck-tip .ck-triangle-left{
- border-top: 5px solid transparent;
- border-bottom: 5px solid transparent;
- border-left: 8px solid rgba(0, 0, 0,.6);
- float: left;
- margin-top: 10px;
- }
- .ckplayer-ckplayer .ck-main .ck-preview{
- position: absolute;
- z-index: 210;
- width: 100%;
- left:0;
- bottom: 64px;
- overflow: hidden;
- display: none;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-preview{
- bottom: 86px;
- }
- .ckplayer-ckplayer .ck-main .ck-preview-load-img{
- position: absolute;
- z-index: 210;
- top:110%;
- }
- .ckplayer-ckplayer .ck-main .ck-preview .ck-preview-bg{
- position: absolute;
- z-index: 1;
- top:0;
- float: left;
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main .ck-preview .ck-preview-bg .ck-preview-img{
- background-repeat: no-repeat ;
- float: left;
- }
- .ckplayer-ckplayer .ck-main .ck-preview .ck-preview-frame{
- position: absolute;
- z-index: 2;
- top:0;
- left:-1000px;
- border:4px solid #0078ff;
- box-sizing:content-box;
- -moz-box-sizing:content-box; /* Firefox */
- -webkit-box-sizing:content-box; /* Safari */
- }
- .ckplayer-ckplayer .ck-main .ck-prompt-words{
- position: absolute;
- z-index: 220;
- width: 213px;
- line-height: 23px;
- font-size: 14px;
- color: #FFF;
- background: rgba(0, 0, 0,.6);
- overflow: hidden;
- display: none;
- margin-bottom: 10px;
- border-radius: 3px;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-duration: .2s;
- animation-duration: .2s;
- -webkit-animation-name: ck-bounceIn;
- animation-name: ck-bounceIn;
- }
- .ckplayer-ckplayer .ck-main .ck-prompt-words .ck-prompt-content{
- padding: 5px;
- }
- .ckplayer-ckplayer .ck-main .ck-layer{
- position: absolute;
- z-index: 101;
- }
- .ckplayer-ckplayer .ck-main .ck-tempTime{
- position: absolute;
- z-index: 20;
- left:10px;
- bottom: 5px;
- display: none;
- font-size: 14px;
- line-height: 28px;
- color: #FFF;
- }
- /*关于*/
- .ckplayer-ckplayer .ck-main .ck-about{
- position: absolute;
- z-index: 200;
- width: 50%;
- max-width: 600px;
- min-width: 400px;
- left: 1rem;
- top: 1rem;
- background: rgba(0,0,0,.6);
- padding: 1rem 0;
- display: none;
- }
- .ckplayer-ckplayer .ck-main .ck-about ul{
- padding: 0;
- margin: 0;
- }
- .ckplayer-ckplayer .ck-main .ck-about ul li{
- list-style:none;
- color: #FFF;
- font-size: 12px;
- line-height: 18px;
- height: 18px;
- padding: 0;
- margin: 0;
- }
- .ckplayer-ckplayer .ck-main .ck-about ul li .ck-about-title{
- width: 100px;
- text-align: right;
- float: left;
- padding-right: .5rem;
- }
- .ckplayer-ckplayer .ck-main .ck-about ul li .ck-about-content{
- width: auto;
- float: left;
- }
- .ckplayer-ckplayer .ck-main .ck-about .ck-about-bar{
- position: absolute;
- z-index: 1;
- top: 0;
- right: 0;
- width: 96px;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar{
- width: 140px;
- }
- .ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-copy{
- background-position:-1632px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-copy:hover{
- background-position:-1680px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-copy{
- background-position:-2380px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-copy:hover{
- background-position:-2450px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-close{
- background-position:-1728px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-close:hover{
- background-position:-1776px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-close{
- background-position:-2520px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-close:hover{
- background-position:-2590px 0;
- }
- /*截图显示容器*/
- .ckplayer-ckplayer .ck-main .ck-screenshot{
- position: absolute;
- z-index: 220;
- width: auto;
- height: 144px;
- margin: auto !important;
- top: 0;
- bottom: 0;
- right: 55px;
- display: none;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-screenshot{
- height: 210px;
- right: 77px;
- }
- .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-img{
- position: absolute;
- z-index: 1;
- width: 100%;
- height: 100%;
- }
- .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-img img{
- height: 100%;
- }
- .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar{
- position: absolute;
- z-index: 1;
- width: 100%;
- height: 36px;
- bottom: 5px;
- text-align: center;
- }
- .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-btn{
- display: inline-block;
- overflow: hidden;
- border: 0px solid transparent;
- border-radius: 5px;
- vertical-align: middle;
- text-align: center;
- text-decoration: none;
- white-space: nowrap;
- font-size: 14px;
- line-height: 30px;
- padding: 0px 15px;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- color: #fff;
- margin: 0 5px;
- }
- .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-btn:hover{
- color: #FFFF00;
- }
- .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-btn:focus{
- outline:0;
- }
- .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-down{
- background-color: #007bff;
- }
- .ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-close{
- background-color: #505050;
- color: #fff;
- }
- /*广告*/
- .ckplayer-ckplayer .ck-main .ck-yytf{
- position: absolute;
- z-index: 800;
- width: 100%;
- height: 100%;
- left: 0px;
- top: 0px;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-front-link{
- width: 100%;
- height: 100%;
- display: none;
- cursor: pointer;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-front-picture{
- width: 100%;
- height: 100%;
- background: #000;
- display: none;
- text-align: center;
- line-height: 100%;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-front-picture img{
- max-width: 100%;
- max-height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top{
- position: absolute;
- z-index: 3;
- top: 10px;
- right: 10px;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top div{
- float: right;
- margin-left: 10px;
- font-size: 14px;
- border-radius: 15px;
- background: rgba(0,0,0,.6);
- padding: 0px 10px;
- line-height: 30px;
- height: 30px;
- color: #FFF;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-top div{
- font-size: 18px;
- border-radius: 20px;
- line-height: 40px;
- height: 40px;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top .ck-yytf-closetime{
- display: none;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top .ck-yytf-closead{
- cursor: pointer;
- display: none;
- }
- /*显示广告时的底部内容*/
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom{
- position: absolute;
- z-index: 3;
- bottom: 10px;
- right: 10px;
- }
- /*显示广告时的底部按钮-共用*/
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-btn{
- background-color: rgba(0,0,0,.6);
- background-image: url(images/ckplayer_ixigua.png);
- background-size: auto 100%;
- border: none;
- outline: none;
- width: 30px;
- height: 30px;
- cursor: pointer;
- background-repeat: no-repeat;
- border-radius: 50%;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-btn{
- width: 40px;
- height: 40px;
- }
- /*显示广告时的静音按钮*/
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit{
- float: right;
- width: 30px;
- height: 30px;
- margin-left: 10px;
- overflow: hidden;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit{
- width: 40px;
- height: 40px;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted{
- background-position:-180px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted:hover{
- background-position:-210px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted{
- background-position:-240px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted:hover{
- background-position:-270px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted{
- background-position:-240px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted:hover{
- background-position:-280px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted{
- background-position:-320px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted:hover{
- background-position:-360px 0;
- }
- /*显示广告时的全屏按钮*/
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit{
- float: right;
- width: 30px;
- height: 30px;
- margin-left: 10px;
- overflow: hidden;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit{
- width: 40px;
- height: 40px;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full{
- background-position:-300px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full:hover{
- background-position:-330px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull{
- background-position:-360px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull:hover{
- background-position:-390px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full{
- background-position:-400px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full:hover{
- background-position:-440px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull{
- background-position:-480px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull:hover{
- background-position:-520px 0;
- }
- /*广告查看详情按钮*/
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-details{
- float: right;
- font-size: 14px;
- border-radius: 15px;
- background: rgba(0,0,0,.6);
- padding: 0 10px;
- color: #FFF;
- line-height: 30px;
- height: 30px;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-details{
- font-size: 18px;
- border-radius: 20px;
- line-height: 40px;
- height: 40px;
- }
- .ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-details a{
- color: #FFF;
- text-decoration: none;
- }
- /*暂停广告容器*/
- .ckplayer-ckplayer .ck-main .ck-pause-yytf{
- display: none;
- position:absolute;
- z-index: 800;
- max-width: 100%;
- max-height: 100%;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- }
- .ckplayer-ckplayer .ck-main .ck-pause-yytf img{
- max-width: 100%;
- max-height: 100%;
- }
- .ckplayer-ckplayer .ck-main .ck-pause-close{
- position:absolute;
- z-index: 1;
- right: -15px;
- top:-15px;
- width: 30px;
- height: 30px;
- background-color: transparent;
- background-image: url(images/adclose.png);
- border: none;
- outline: none;
- cursor: pointer;
- background-repeat: no-repeat ;
- }
- .ckplayer-ckplayer .ck-main .ck-pause-close:hover{
- background-position:-30px 0;
- }
- /*右键菜单*/
- .ckplayer-ckplayer-menu{
- width:120px;
- background: rgba(0,0,0,.8);
- position: absolute;
- z-index: 9000;
- font-size:14px ;
- border: 1px #000 solid;
- display: none;
- border-radius: 5px;
- }
- .ckplayer-ckplayer-menu .ck-li{
- color: #adadad;
- line-height: 35px;
- padding: 0 0 0 5px;
- }
- .ckplayer-ckplayer-menu .ck-li a{
- color: #FFF;
- text-decoration: none;
- }
- .ckplayer-ckplayer-menu .ck-underline{
- border-bottom: 1px #000 solid;
- }
- /*控制栏*/
- .ckplayer-ckplayer .ck-main .ck-bar{
- position:absolute;
- z-index: 260;
- left:0px;
- bottom:0px;
- width: 100%;
- height: 48px;
- background: rgba(0,0,0,.3);
- transition: 0.2s;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar{
- height: 70px;
- }
- .ckplayer-ckplayer .ck-main .ck-bar.ck-bar-out{
- bottom: -50px;
- transition: 0.2s;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar.ck-bar-out{
- bottom: -80px;
- transition: 0.2s;
- }
- /*按钮公用样式*/
- .ckplayer-ckplayer .ck-main .ck-bar-btn{
- background-color: transparent;
- background-image: url(images/ckplayer_ixigua.48.png);
- background-size: auto 100%;
- border: none;
- outline: none;
- width: 48px;
- height: 48px;
- cursor: pointer;
- background-repeat: no-repeat ;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar-btn{
- background-image: url(images/ckplayer_ixigua.png);
- width: 70px;
- height: 70px;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-btn:hover{
- background-size:auto 100%;
- }
- /*播放暂停按钮组*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause{
- float: left;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-play{
- background-position:0px top;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-play:hover{
- background-position:-48px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-play:hover{
- background-position:-70px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-pause{
- background-position:-96px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-pause{
- background-position:-140px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-pause:hover{
- background-position:-144px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-pause:hover{
- background-position:-210px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-refresh{
- background-position:-192px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-refresh{
- background-position:-280px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-refresh:hover{
- background-position:-240px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-refresh:hover{
- background-position:-350px 0;
- }
- /*返回播放按钮*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-btn-backlive{
- float: left;
- font-size: 16px;
- line-height: 28px;
- border-radius: 3px;
- margin: 10px;
- border: 0px;
- background: rgba(3,60,146,.5);
- color: #FFF;
- cursor: pointer;
- padding: 0 8px;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-btn-backlive{
- font-size: 18px;
- line-height: 36px;
- margin: 17px 10px;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-btn-backlive:hover{
- background: rgba(3,60,146,.9);
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-btn-backlive:focus{
- outline:0;
- background: rgba(3,60,146,.6);
- }
- /*静音取消静音按钮组*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-muted{
- background-position:-288px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-muted{
- background-position:-420px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-muted:hover{
- background-position:-336px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-muted:hover{
- background-position:-490px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-exitmuted{
- background-position:-384px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-exitmuted{
- background-position:-560px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-exitmuted:hover{
- background-position:-432px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-exitmuted:hover{
- background-position:-630px 0;
- }
- /*全屏按钮组*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit{
- float: right;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-full{
- background-position:-480px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-full{
- background-position:-700px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-full:hover{
- background-position:-528px 0;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-duration: .5s;
- animation-duration: .5s;
- -webkit-animation-name: ck-button-hover;
- animation-name: ck-button-hover;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-full:hover{
- background-position:-770px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-exitfull{
- background-position:-672px 0;
- display: none;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-exitfull{
- background-position:-840px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-exitfull:hover{
- background-position:-720px 0;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-duration: .5s;
- animation-duration: .5s;
- -webkit-animation-name: ck-button-hover;
- animation-name: ck-button-hover;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-exitfull:hover{
- background-position:-910px 0;
- }
- /*网页全屏按钮组*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit{
- float: right;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-webfull{
- background-position:-768px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-webfull{
- background-position:-1120px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-webfull:hover{
- background-position:-816px 0;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-duration: .5s;
- animation-duration: .5s;
- -webkit-animation-name: ck-button-hover;
- animation-name: ck-button-hover;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-webfull:hover{
- background-position:-1190px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull{
- background-position:-864px 0;
- display: none;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull{
- background-position:-1260px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull:hover{
- background-position:-912px 0;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-duration: .5s;
- animation-duration: .5s;
- -webkit-animation-name: ck-button-hover;
- animation-name: ck-button-hover;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull:hover{
- background-position:-1330px 0;
- }
- /*剧场模式按钮组*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit{
- float: right;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-theatre{
- background-position:-960px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-theatre{
- background-position:-1400px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-theatre:hover{
- background-position:-1008px 0;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-duration: .5s;
- animation-duration: .5s;
- -webkit-animation-name: ck-button-hover-x;
- animation-name: ck-button-hover-x;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-theatre:hover{
- background-position:-1470px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre{
- background-position:-1056px 0;
- display: none;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre{
- background-position:-1540px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre:hover{
- background-position:-1104px 0;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-duration: .5s;
- animation-duration: .5s;
- -webkit-animation-name: ck-button-hover-x;
- animation-name: ck-button-hover-x;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre:hover{
- background-position:-1610px 0;
- }
- /*播放速度*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box{
- float: right;
- height: 48px;
- line-height: 48px;
- position: relative;
- cursor: pointer;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playbackrate-box{
- height: 70px;
- line-height: 70px;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate{
- height: 100%;
- padding: 0 10px;
- white-space:nowrap;
- font-size: 16px;
- color: #cfcccc;
- -moz-user-select:none; /*火狐*/
- -webkit-user-select:none; /*webkit浏览器*/
- -ms-user-select:none; /*IE10*/
- -khtml-user-select:none; /*早期浏览器*/
- user-select:none;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate{
- font-size: 18px;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate:hover{
- color: #FFF;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate-bg-box {
- width: auto;
- height: auto;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box:hover .ck-bar-playbackrate-bg-box {
- display: block;
- }
- /*字幕*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box{
- float: right;
- height: 48px;
- line-height: 48px;
- position: relative;
- cursor: pointer;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-track-box{
- height: 70px;
- line-height: 70px;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box .ck-bar-track{
- height: 100%;
- padding: 0 10px;
- white-space:nowrap;
- font-size: 16px;
- color: #cfcccc;
- -moz-user-select:none; /*火狐*/
- -webkit-user-select:none; /*webkit浏览器*/
- -ms-user-select:none; /*IE10*/
- -khtml-user-select:none; /*早期浏览器*/
- user-select:none;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-track-box .ck-bar-track{
- font-size: 18px;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box .ck-bar-track:hover{
- color: #FFF;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box .ck-bar-track-bg-box {
- width: auto;
- height: auto;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box:hover .ck-bar-track-bg-box {
- display: block;
- }
- /*清晰度*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box{
- float: right;
- height: 48px;
- line-height: 48px;
- position: relative;
- cursor: pointer;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-definition-box{
- height: 70px;
- line-height: 70px;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box .ck-bar-definition{
- height: 100%;
- padding: 0 10px;
- white-space:nowrap;
- font-size: 16px;
- color: #cfcccc;
- -moz-user-select:none; /*火狐*/
- -webkit-user-select:none; /*webkit浏览器*/
- -ms-user-select:none; /*IE10*/
- -khtml-user-select:none; /*早期浏览器*/
- user-select:none;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-definition-box .ck-bar-definition{
- font-size: 18px;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box .ck-bar-definition:hover{
- color: #FFF;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box .ck-bar-definition-bg-box {
- width: auto;
- height: auto;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box:hover .ck-bar-definition-bg-box {
- display: block;
- }
- /*列表切换*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box {
- background: rgba(0,0,0,.001);
- position: absolute;
- z-index: 1;
- bottom: 46px;
- display: none;
- -webkit-animation-duration: .2s;
- animation-duration: .2s;
- -webkit-animation-name: ck-bounceIn;
- animation-name: ck-bounceIn;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-list-bg-box {
- bottom: 68px;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg{
- background: rgba(0,0,0,.6);
- float: left;
- border-radius: 5px;
- padding: 10px;
- margin-bottom: 10px;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p{
- width: 100%;
- float: left;
- line-height: 35px;
- color: #cfcccc;
- text-align: center;
- font-size: 14px;
- background-color: rgba(0,0,0,0);
- border: 0px;
- white-space:nowrap;
- cursor: pointer;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p:hover{
- color: #FFF;
- font-size: 16px;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p:hover{
- font-size: 20px;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p{
- font-size: 18px;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p-focus{
- color: #FF0302;
- }
- /*下一集按钮*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-next{
- float: left;
- background-position:-672px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-next{
- background-position:-980px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-next:hover{
- background-position:-720px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-next:hover{
- background-position:-1050px 0;
- }
- /*进度栏*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress{
- width: 100%;
- position:absolute;
- z-index: 1;
- height: 12px;
- top:-11px;
- transition: 0.2s;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg{
- width: 100%;
- background: rgba(255,255,255,.3);
- margin-top: 2px;
- overflow: hidden;
- height: 10px;
- transition: .2s;
- cursor: pointer;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-load{
- float: left;
- width: 0px;
- background: rgba(169,169,169,.7);
- height: 10px;
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-play{
- width: 0px;
- background: #e80101;
- position: absolute;
- z-index: 1;
- height: 10px;
- transition: .2s;
- cursor: pointer;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-mouseline{
- width: 3px;
- background: rgba(255,255,255,.6);
- position: absolute;
- z-index: 2;
- display: none;
- height: 10px;
- cursor: pointer;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-prompt{
- background: #FFF;
- position: absolute;
- z-index: 3;
- border-radius: 50%;
- width: 10px;
- height: 10px;
- top:2px;
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-slider{
- border-radius: 50%;
- overflow: hidden;
- position: relative;
- float: left;
- z-index: 4;
- left: 0px;
- cursor: pointer;
- width: 12px;
- height: 12px;
- top: -11px;
- background: #FFF;
- box-shadow: 0px 0px 0px 4px rgba(255,255,255,.5);
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-slider:hover{
- background: #e80101;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg:hover .ck-bar-progress-mouseline{
- display: block;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out{
- height: 2px;
- top:-2px;
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-bg,.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-load,.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-bg .ck-bar-progress-play{
- height: 2px;
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-slider{
- width: 12px;
- height: 2px;
- top: -2px;
- box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
- background: rgba(232,1,1,0);
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-bg .ck-bar-progress-prompt{
- height: 2px;
- border-radius: 0;
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-slider-move .ck-bar-progress-play,.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-slider-move .ck-bar-progress-slider{
- transition: 0s;
- }
- /*音量调节栏*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox{
- float: right;
- width: 48px;
- overflow-x: hidden;
- }
- /*音量调节栏*/
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox{
- width: 70px;
- }
- /*默认状态-音量调节总外框*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume{
- width: 48px;
- height: 215px;
- background: rgba(0,0,0,.01);
- position: absolute;
- z-index: 1;
- bottom: 46px;
- display: none;
- overflow: hidden;
- }
- /*全屏状态-音量调节总外框*/
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-bar-volume{
- width: 70px;
- bottom: 68px;
- }
- /*默认状态-音量调节总外框-鼠标经过时样式*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox:hover .ck-bar-volume{
- display: block;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-duration: .1s;
- animation-duration: .1s;
- -webkit-animation-name: ck-bounceIn;
- animation-name: ck-bounceIn;
- }
- /*共用状态-音量调节内部外框*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volumex{
- width: 100%;
- height: 200px;
- float: left;
- background: rgba(0,0,0,.8);
- border-radius: 5px;
- }
- /*共用状态-音量调节顶部文字*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-txt{
- width: 100%;
- height: 40px;
- line-height: 40px;
- color: #FFF;
- text-align: center;
- font-size: 1rem;
- float: left;
- overflow: hidden;
- -moz-user-select:none; /*火狐*/
- -webkit-user-select:none; /*webkit浏览器*/
- -ms-user-select:none; /*IE10*/
- -khtml-user-select:none; /*早期浏览器*/
- user-select:none;
- }
- /*共用状态-音量调节背景色*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-bg{
- width: 8px;
- height: 140px;
- background: #808080;
- border-radius: 3px;
- overflow: hidden;
- cursor: pointer;
- margin: auto;
- }
- /*共用状态-音量调节前景色*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-bg .ck-bar-volume-pp{
- width: 8px;
- height: 140px;
- background: #e80101;
- margin-top: 140px;
- }
- /*共用状态-音量调节拖动小按钮*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-slider{
- width: 10px;
- height: 10px;
- background: #FFF;
- border-radius: 50%;
- overflow: hidden;
- box-shadow: 0px 0px 0px 8px rgba(255,255,255,.5);
- position: absolute;
- z-index: 1;
- top: 0px;
- left: 19px;
- cursor: pointer;
- }
- /*全屏状态-音量调节拖动小按钮*/
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-slider{
- left: 30px;
- }
- /*默认状态-显示时间*/
- .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-time{
- float: left;
- line-height: 48px;
- font-size: 16px;
- color: #cfcccc;
- -moz-user-select:none; /*火狐*/
- -webkit-user-select:none; /*webkit浏览器*/
- -ms-user-select:none; /*IE10*/
- -khtml-user-select:none; /*早期浏览器*/
- user-select:none;
- }
- /*全屏状态-显示时间*/
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-time{
- float: left;
- line-height: 70px;
- font-size: 18px;
- color: #cfcccc;
- }
- /*右侧控制栏*/
- .ckplayer-ckplayer .ck-main .ck-right-bar{
- position: absolute;
- z-index: 260;
- top: 0;
- right: 2px;
- bottom: 0;
- margin: auto !important;
- width: 48px;
- height: 144px;
- background: rgba(0,0,0,.3);
- border-radius: 5px;
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main .ck-right-bar-hide{
- right: -48px;
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar{
- width: 70px;
- height: 210px;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar-hide{
- right: -70px;
- transition: .2s;
- }
- /*截图按钮*/
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-btn-screenshot{
- float: left;
- background-position:-1536px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-btn-screenshot{
- background-position:-2240px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-btn-screenshot:hover{
- background-position:-1584px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-btn-screenshot:hover{
- background-position:-2310px 0;
- }
- /*小窗口按钮组*/
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows{
- float: left;
- }
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows button{
- float: left;
- }
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open{
- background-position:-1248px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open{
- background-position:-1820px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open:hover{
- background-position:-1296px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open:hover{
- background-position:-1890px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close{
- background-position:-1152px 0;
- display: none;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close{
- background-position:-1680px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close:hover{
- background-position:-1200px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close:hover{
- background-position:-1750px 0;
- }
- /*循环按钮组*/
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop{
- float: left;
- }
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open{
- background-position:-1440px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open{
- background-position:-2100px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open:hover{
- background-position:-1488px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open:hover{
- background-position:-2170px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close{
- background-position:-1344px 0;
- display: none;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close{
- background-position:-1960px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close:hover{
- background-position:-1392px 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close:hover{
- background-position:-2030px 0;
- }
- /*顶部显示栏*/
- .ckplayer-ckplayer .ck-main .ck-top-bar{
- position: absolute;
- z-index: 260;
- top: -36px;
- width: 100%;
- height: 36px;
- background: rgba(0,0,0,.3);
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar-hide{
- top: -36px;
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-top-bar{
- top: 0;
- }
- .ckplayer-ckplayer .ck-main.ck-main-full .ck-top-bar-hide{
- top: -36px;
- transition: .2s;
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom{
- position: absolute;
- z-index: 260;
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container{
- float: left;
- margin-left: 10px;
- margin-top: 9px;
- cursor: pointer;
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left{
- float: left;
- width: 20px;
- height: 18px;
- border: 1px solid #FFF;
- box-sizing:content-box;
- -moz-box-sizing:content-box; /* Firefox */
- -webkit-box-sizing:content-box; /* Safari */
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-left,
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-left{
- border-color: #e80101;
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-left div,
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-left div{
- background: #e80101;
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-right{
- float: left;
- font-size: 14px;
- color: #FFF;
- padding-left: 5px;
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-right,
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-right{
- color: #e80101;
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left .ck-top-bar-zoom-button-50{
- width: 50%;
- height: 50%;
- background: #FFF;
- margin: 4.5px 25%;
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left .ck-top-bar-zoom-button-75{
- width: 75%;
- height: 50%;
- background: #FFF;
- margin: 4.5px 12.5%;
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left .ck-top-bar-zoom-button-100{
- width: 100%;
- height: 50%;
- background: #FFF;
- margin: 4.5px 0;
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-title{
- position: absolute;
- z-index: 1;
- top: 0px;
- width: 100%;
- height: 36px;
- line-height: 36px;
- text-align: center;
- font-size: 18px;
- color: #FFF;
- -moz-user-select:none; /*火狐*/
- -webkit-user-select:none; /*webkit浏览器*/
- -ms-user-select:none; /*IE10*/
- -khtml-user-select:none; /*早期浏览器*/
- user-select:none;
- }
- .ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-time{
- float: right;
- height: 36px;
- line-height: 36px;
- font-size: 14px;
- color: #FFF;
- padding: 0 1rem 0;
- -moz-user-select:none; /*火狐*/
- -webkit-user-select:none; /*webkit浏览器*/
- -ms-user-select:none; /*IE10*/
- -khtml-user-select:none; /*早期浏览器*/
- user-select:none;
- }
- /*以下为缓动效果样式*/
- .ck-animate {
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- -webkit-animation-duration: .3s;
- animation-duration: .3s;
- }
- .ck-animate-bouncein {
- -webkit-animation-name: ck-bounceIn;
- animation-name: ck-bounceIn;
- }
- @-webkit-keyframes ck-bounceIn {
- 0% {
- opacity: 0;
- -webkit-transform: scale(.5);
- transform: scale(.5)
- }
- 100% {
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes ck-bounceIn {
- 0% {
- opacity: 0;
- -webkit-transform: scale(.5);
- -ms-transform: scale(.5);
- transform: scale(.5);
- }
- 100% {
- opacity: 1;
- -webkit-transform: scale(1);
- -ms-transform: scale(1);
- transform: scale(1);
- }
- }
- .ck-animate-bounceout {
- -webkit-animation-name: ck-bounceOut;
- animation-name: ck-bounceOut;
- }
- @-webkit-keyframes ck-bounceOut {
- 0% {
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- 100% {
- opacity: 0;
- -webkit-transform: scale(.5);
- transform: scale(.5);
- }
- }
- @keyframes ck-bounceOut {
- 0% {
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- 100% {
- opacity: 0;
- -webkit-transform: scale(.5);
- transform: scale(.5);
- }
- }
- .ck-animate-circle {
- animation: ck-Circle 1s linear infinite;
- -webkit-animation: ck-Circle 1s linear infinite
- }
- @-webkit-keyframes ck-Circle {
- 0% {
- transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- -ms-transform: rotate(0deg)
- }
- 25% {
- transform: rotate(90deg);
- -webkit-transform: rotate(90deg);
- -ms-transform: rotate(90deg)
- }
- 50% {
- transform: rotate(180deg);
- -webkit-transform: rotate(180deg);
- -ms-transform: rotate(180deg)
- }
- 75% {
- transform: rotate(270deg);
- -webkit-transform: rotate(270deg);
- -ms-transform: rotate(270deg)
- }
- 100% {
- transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -ms-transform: rotate(360deg)
- }
- }
- @keyframes ck-Circle {
- 0% {
- transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- -ms-transform: rotate(0deg)
- }
- 25% {
- transform: rotate(90deg);
- -webkit-transform: rotate(90deg);
- -ms-transform: rotate(90deg)
- }
- 50% {
- transform: rotate(180deg);
- -webkit-transform: rotate(180deg);
- -ms-transform: rotate(180deg)
- }
- 75% {
- transform: rotate(270deg);
- -webkit-transform: rotate(270deg);
- -ms-transform: rotate(270deg)
- }
- 100% {
- transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -ms-transform: rotate(360deg)
- }
- }
- @-webkit-keyframes ck-button-hover {
- 0% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- 50% {
- -webkit-transform: scale(1.2);
- transform: scale(1.2);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes ck-button-hover {
- 0% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- 50% {
- -webkit-transform: scale(1.2);
- transform: scale(1.2);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @-webkit-keyframes ck-button-hover-x {
- 0% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- 50% {
- -webkit-transform: scale(1.2,1);
- transform: scale(1.2,1);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes ck-button-hover-x {
- 0% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- 50% {
- -webkit-transform: scale(1.2,1);
- transform: scale(1.2,1);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
|