css 自定义播放列表示例:插件的CSS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 自定义播放列表示例:插件的CSS相关的知识,希望对你有一定的参考价值。

/*style for the div that wraps the player and playlist*/
.bcls-player-wrapper {
    position: relative;
}
/*style for the div that wraps the playlist*/
.bcls-playlist {
    background-color: #141B17;
    width: 100%;
    max-height: 74px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: absolute;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
/*style for the divs that make up the playlist items*/
.bcls-playlist-item {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 128px;
}
/*style for the thumbnail images*/
.bcls-thumbnail {
    background-color: #141B17;
    width: 124px;
    height: 66px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

以上是关于css 自定义播放列表示例:插件的CSS的主要内容,如果未能解决你的问题,请参考以下文章

css代码怎样改变火狐浏览器中滚动条样式

Css+jQuery幻灯片的使用教程

为自定义 wordpress 插件加载 js 和 css 文件

Grails 插件中的自定义 CSS 和 JS

css CSS选择器用于自定义Envira Gallery标记插件标记过滤器链接。

使用带有Notify.js jQuery插件的外部自定义CSS