css fullcalendar.css VS fullcalendar2.css
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css fullcalendar.css VS fullcalendar2.css相关的知识,希望对你有一定的参考价值。
Comparing Versions fullcalendar.css VS fullcalendar2.css
fullcalendar
.fc table {
border-collapse: collapse;
border-spacing: 0;
}
fullcalendar2
.fc table {
border-collapse: collapse;
border-spacing: 1;
}
fullcalendar
.fc-view {
width: 100%;
overflow: hidden;
}
fullcalendar2
.fc-view {
width: 50%;
overflow: hidden;
}
fullcalendar
.fc-event {
border: 1px solid #3a87ad; / default BORDER color /
background-color: #3a87ad; / default BACKGROUND color /
color: #fff; / default TEXT color /
font-size: .85em;
cursor: pointer;
}
fullcalendar2
.fc-event {
border: 1px solid #3a87ad; / default BORDER color /
background-color: #0066CC; / default BACKGROUND color /
color: #fff; / default TEXT color /
font-size: 1em;
cursor: pointer;
}
fullcalendar
.fc-event {
border: 1px solid #3a87ad; / default BORDER color /
background-color: #3a87ad; / default BACKGROUND color /
color: #fff; / default TEXT color /
font-size: .85em;
cursor: pointer;
}
fullcalendar2
.fc-event {
border: 1px solid #3a87ad; / default BORDER color /
background-color: #0066CC; / default BACKGROUND color /
color: #fff; / default TEXT color /
font-size: 1em;
cursor: pointer;
}
fullcalendar
.fc-event-time,
.fc-event-title {
padding: 0 1px;
}
fullcalendar2
.fc-event-title {
padding:1px 0px 1px .1px;
}
fullcalendar
.fc-event-hori .ui-resizable-handle {
_padding-bottom: 14px; / IE6 had 0 height /
}
fullcalendar2
.fc-event-hori .ui-resizable-handle {
_padding-bottom: 4px; / IE6 had 0 height /
}
fullcalendar
.fc .fc-week-number {
width: 22px;
text-align: center;
}
fullcalendar2
.fc .fc-week-number {
width: 2px;
text-align: center;
}
fullcalendar
.fc-grid .fc-day-content {
clear: both;
padding: 2px 2px 1px; / distance between events and day edges /
}
fullcalendar2
.fc-grid .fc-day-content {
clear: both;
padding: 2px 2px 1px ; / distance between events and day edges /
}
Before
After
以上是关于css fullcalendar.css VS fullcalendar2.css的主要内容,如果未能解决你的问题,请参考以下文章
FullCalendar - 添加事件链接
无法使FullCalendar事件源以不同颜色显示
日历 / 日程表
HTML vs JS vs CSS
使用 C# vs F# 或 F# vs C# 有啥好处? [关闭]
VS扩展CodeMaid代码整理插件