css custom.player.css

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css custom.player.css相关的知识,希望对你有一定的参考价值。

/* 
  The following rule sets the
  size of the player
*/
.video-js {
  width: 640px;
  height: 360px;}
/*****************************/
/*****************************/
/*
  The following TWO rules set
  the location and size of
  the big play button
*/
/* 
  This rule sets the color,
   opacity, size and position of the
   big play button 
*/
.video-js.vjs-mouse .vjs-big-play-button {
  background-color: #000000;
  opacity: .8;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border-style: solid;
  border-width: 5px;
  border-color: #FFFFFF;
  margin-left: -10%;
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
}
/* 
  This rule sets the location and size
  of the triangular play icon in the
  big play button 
*/
.video-js.vjs-mouse .vjs-big-play-button:before {
  font-size: 1.5em;
  color: white;
  opacity: .9;
  margin-top: 14%;
  margin-left: 1%
}

以上是关于css custom.player.css的主要内容,如果未能解决你的问题,请参考以下文章

如何在CSS中调用公用css

css [css:fadeout / fadein] css示例。 #css

css基础 CSS 组合选择符CSS 伪类CSS 伪元素

css 深度提示#css中的css base builder CSS

css基础 CSS 媒体类型CSS 属性 选择器CSS 表单CSS 计数器

什么是css