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.
我正在使用一个简单的 jquery pullquote插件,它工作得非常好。我想知道是否可以使用 jquery 在页面中将跨度移动得更高?我希望 pullquote 整齐地出现在页面顶部,而不是直接向右浮动。
1.) 只需在插件的 css 文件中编辑浮动/边距 css 属性。甚至可能添加一个相同的 blockquote.pullquote css 类,但没有浮动属性 ex。blockquote.pullquote.no_float
2.) 编辑您的模板,并使用插件所需的正确方法将引用放置在您希望显示的任何位置。