Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个蓝色星期一主题的音频 jPlayer。我删除了搜索/播放栏,并缩小了宽度以删除多余的空间。
div.jp-audio { max-width:275px; }
一切看起来都很好,除了音量控制,它保留在原来的位置(现在在播放器之外)。
如何将音量控件向左移动以使其位于播放器内部?
您需要向左移动a.jpmute。a.jp-unmutediv.jp-volume-bar
a.jpmute
a.jp-unmute
div.jp-volume-bar
div.jp-audio div.jp-type-single a.jp-mute, div.jp-audio div.jp-type-single a.jp-unmute{ margin-left:50px; } div.jp-audio div.jp-volume-bar{ left:167px; }