如何在音乐播放器下方移动时间轴栏? [英] How to move timeline bar in music player bellow?

查看:359
本文介绍了如何在音乐播放器下方移动时间轴栏?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我要在我的网站中移动音乐播放器中的状态栏,以此类似< a href =http://ektor.cz/ =nofollow noreferrer>网站。所以需要移动风箱100px我想,但我不能找到正确的类,改变自己。所以我需要帮助。我认为这个类是这样的:

Hi i want to move the status bar in music player in my site, to be the same like this site. So need to move bellow for 100px i suppose, but i cant find the right class, to change myself. So i need help here. I think that class is this:

.player-box .jp-seek-bar { 
padding-bottom:100px; --> But manupulation this value dont change nothing !
}

此外,如何将状态栏更改为与演示网站i相同的颜色提供?

Also, how to change status bar to be the same color like demo site i provided?

感谢这么多Stackoverflow是我找到快速帮助的最好的社区:)

Thanks so much Stackoverflow is the best community that i found for quick help :)

推荐答案

7个疑难解答步骤或为什么我的CSS不显示?



7 Steps for Troubleshooting or "Why Isn't My CSS Showing?!"


  1. 缓存: CMS像Drupal一样非常有用地隐藏您的CSS,因此当您重新加载页面...并使用旧的,不变的CSS时,它是zippy。

  2. 网址:确保您查看的是正确的环境,这种环境的出现频率超出了您的预期。

  3. C是用于Cascading的:最后一个定义胜出,因此请确保您以后不会覆盖自己文档。单个样式表的顺序也很重要。
  4. 在浏览器检查器开发工具中尝试,然后再将自定义样式放入自定义样式
  5. 详情::检查您的拼写,匹配括号。你的所有分号是否到位?通过验证程序运行: https://jigsaw.w3.org/css-validator/

  6. Oh javascript:如果您要覆写由javascript设定的内置样式,您必须追踪JavaScript设定或使用!
  7. Caniuse:如果你的风格定义有点前卫,浏览器​​可能不支持CSS属性。检查 http://caniuse.com/ 之前,让你自己疯了,试图让IE的行为。
  1. Clear the cache: CMS's like Drupal very helpfully stash your CSS so it's zippy when you reload the page...and using the old, unchanged CSS.
  2. Check the URL: Make sure you're looking at the right environment, which comes up more often than you might think. Use the inspector to see if your changes are getting consumed.
  3. C is for Cascading: The last definition wins, so ensure you're not overriding yourself later in the document. The order of the individual stylesheets matters too. If a plugin's stylesheet is loaded after your custom styles, it wins the throwdown.
  4. Preflight it: Try it in the browser inspector dev tools before putting into your custom styles.
  5. Details matter: Check your spelling, match your brackets. Are all your semicolons in place? Run it through a validator: https://jigsaw.w3.org/css-validator/
  6. Oh javascript: If you're overriding an inline style set by javascript you'll either need to track down the javascript setting it or use the !important stick in your CSS.
  7. Caniuse: If your style definition is something a little edgy, it's possible the browser doesn't support that CSS property. Check http://caniuse.com/ before you drive yourself crazy trying to get IE to behave.

这篇关于如何在音乐播放器下方移动时间轴栏?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆