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 的“ fullcalendar ”插件来显示一个月的事件。
我想对事件应用项目符号。我用谷歌搜索,但我找不到任何关于它的信息,而我知道我们可以应用 css 类。有什么方法可以实现吗?
提前致谢。
尝试这样的课程:
.yourcls .fc-event-title:before { content: "\025cf\00020"; /* U+25Cf=• */ }
display:list-item如果您希望它与项目符号一起显示,您可以使用它。
display:list-item
span{ display: list-item; }