<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @fileoverview 榛樿鐨偆鐨勬牱寮�
 * @author 棣栦綔&lt;aloysious.ld@taobao.com&gt;
 * @date 2015-01-12
 *
 * 绾﹀畾锛�
 * 1. 杩欎釜鏂囦欢鍙畾涔夋墍鏈塽i缁勪欢鐨勫昂瀵搞€佸湪prite鍥句腑鐨勪綅缃紙background銆亀idth銆乭eight锛夛紱
 * 2. 涓巐ayout鐩稿叧鐨勫睘鎬э紙position銆乵argin绛夛級涓嶅湪姝ゅ畾涔夛紝鑰屼氦鐢眏s鐨刲ayout妯″潡瀹屾垚锛�
 * 3. 瀵逛簬澶嶆潅鐨剈i缁勪欢锛屽叾鍐呭眰鐨勬墍鏈夋牱寮忛兘鍙互鍦ㄨ繖涓枃浠跺畾鍒讹紙濡傝繘搴︽潯銆侀煶閲忔帶鍒舵潯锛夛紱
 * 4. 鍦ㄩ娆¤凯浠ｄ腑锛岃繖涓枃浠跺紑鍙戣€呬細鎵嬪姩缂栬緫锛屼互鍚庝笌sprite鍥剧浉鍏崇殑灞炴€у簲鐢变唬鐮佽嚜鍔ㄥ寲鐢熸垚銆�
 */
.prism-player .prism-big-play-btn {
  width: 90px;
  height: 90px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -2px -2px;
}
.prism-player .prism-play-btn {
  width: 27px;
  height: 30px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -2px -250px;
}
.prism-player .prism-live-display {
  width: 56px;
  height: 19px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -186px -2px;
}
.prism-player .prism-play-btn.playing {
  width: 27px;
  height: 30px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -208px -269px;
}
.prism-player .prism-fullscreen-btn {
  width: 30px;
  height: 30px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -124px -190px;
}
.prism-player .prism-fullscreen-btn.fullscreen {
  width: 30px;
  height: 30px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -161px -183px;
}
.prism-player .prism-volume {
  width: 33px;
  height: 30px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -199px -119px;
}
.prism-player .prism-volume.mute {
  width: 33px;
  height: 30px;
  background: url("//gw.alicdn.com/tps/TB1YuE3KFXXXXaAXFXXXXXXXXXX-256-512.png") no-repeat -164px -151px;
}
.prism-player {
  background-color: #000;
  position: relative;
  /* bigPlayButton */
  /* controlBar */
  /* playButton */
  /* liveDisplay */
  /* timeDisplay */
  /* fullscreenButton */
  /* volume */
  /* progress */
}
.prism-player .prism-cover {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.prism-player .prism-controlbar {
  width: 100%;
  height: 61px;
  position: relative;
  z-index: 1;
}
.prism-player .prism-controlbar .prism-controlbar-bg {
  background-color: #262626;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.prism-player .prism-time-display {
  height: 33px;
  line-height: 33px;
  color: #666666;
}
.prism-player .prism-time-display .current-time {
  color: #fff;
}
.prism-player .prism-progress {
  width: 100%;
  height: 6px;
  margin-top: 5px;
  background-color: #363636;
  position: relative;
}
.prism-player .prism-progress .prism-progress-loaded {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #7e2c1f;
}
.prism-player .prism-progress .prism-progress-played {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ee2a10;
}
.prism-player .prism-progress .prism-progress-cursor {
  position: absolute;
  width: 8px;
  height: 8px;
  top: -5px;
  left: 0;
  margin-left: -8px;
  background-color: #5b5b5b;
  border: 4px solid #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
:-webkit-full-screen {
  width: 100%!important;
  height: 100%!important;
}
:-moz-full-screen {
  width: 100%!important;
  height: 100%!important;
}
:-ms-full-screen {
  width: 100%!important;
  height: 100%!important;
}
:-ms-fullscreen {
  width: 100%!important;
  height: 100%!important;
}
:fullscreen {
  width: 100%!important;
  height: 100%!important;
}
body.prism-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.prism-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 99999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  _position: absolute;
}
</pre></body></html>