|
@@ -58,49 +58,35 @@
|
|
color: white;
|
|
color: white;
|
|
box-shadow: 1px 1px 3px #333;
|
|
box-shadow: 1px 1px 3px #333;
|
|
}
|
|
}
|
|
-#home .secondLine .tips {
|
|
|
|
- position: relative;
|
|
|
|
-}
|
|
|
|
-#home .secondLine .tips #showTime {
|
|
|
|
- border: 1px solid #b4adad;
|
|
|
|
- box-shadow: 2px 2px 2px #888888;
|
|
|
|
- position: absolute;
|
|
|
|
- top: 10%;
|
|
|
|
- right: 4%;
|
|
|
|
- background-color: rgba(133, 128, 128, 0.3);
|
|
|
|
- border-radius: 10px;
|
|
|
|
- padding: 0 10px;
|
|
|
|
- color: #333;
|
|
|
|
- font-style: normal;
|
|
|
|
- font-size: 40px;
|
|
|
|
- font-weight: 700;
|
|
|
|
-}
|
|
|
|
#home /deep/ .ant-card-head-title {
|
|
#home /deep/ .ant-card-head-title {
|
|
color: #1890ff;
|
|
color: #1890ff;
|
|
}
|
|
}
|
|
#home /deep/ .ant-tabs {
|
|
#home /deep/ .ant-tabs {
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
}
|
|
}
|
|
-#home .ccfullCalendar /deep/ .fc-view-harness-active {
|
|
|
|
- height: 80px !important;
|
|
|
|
|
|
+#home .ccfullCalendar {
|
|
|
|
+ background-image: url('../date03.jpg');
|
|
|
|
+ opacity: 0.8;
|
|
|
|
+ background-size: cover;
|
|
|
|
+ background-repeat: no-repeat;
|
|
}
|
|
}
|
|
-#home .ccfullCalendar /deep/ .ant-fullcalendar-header {
|
|
|
|
- display: none;
|
|
|
|
|
|
+#home .ccfullCalendar /deep/ .fc-header-toolbar {
|
|
|
|
+ display: none !important;
|
|
}
|
|
}
|
|
#home .ccfullCalendar /deep/ .fc .fc-scrollgrid-liquid {
|
|
#home .ccfullCalendar /deep/ .fc .fc-scrollgrid-liquid {
|
|
- height: 72px !important;
|
|
|
|
- overflow: hidden;
|
|
|
|
|
|
+ height: 290px;
|
|
}
|
|
}
|
|
-#home .ccfullCalendar /deep/ .fc .fc-toolbar-title {
|
|
|
|
- font-size: 24px;
|
|
|
|
- letter-spacing: 1px;
|
|
|
|
- background-color: pink;
|
|
|
|
|
|
+#home .ccfullCalendar /deep/ .fc-view-harness-active {
|
|
|
|
+ height: 290px !important;
|
|
}
|
|
}
|
|
-#home .ccfullCalendar /deep/ .fc-scrollgrid-sync-table {
|
|
|
|
- height: 274px !important;
|
|
|
|
|
|
+#home .ccfullCalendar /deep/ .fc-scrollgrid-sync-inner {
|
|
|
|
+ line-height: 30px;
|
|
}
|
|
}
|
|
#home .ccfullCalendar /deep/ .fc-scrollgrid-sync-inner a {
|
|
#home .ccfullCalendar /deep/ .fc-scrollgrid-sync-inner a {
|
|
- color: gray;
|
|
|
|
|
|
+ color: white;
|
|
|
|
+}
|
|
|
|
+#home .ccfullCalendar /deep/ .fc-col-header-cell-cushion {
|
|
|
|
+ color: #333 !important;
|
|
}
|
|
}
|
|
#home .ccfullCalendar /deep/ .fc-day-today {
|
|
#home .ccfullCalendar /deep/ .fc-day-today {
|
|
background-color: #bc4749;
|
|
background-color: #bc4749;
|
|
@@ -108,9 +94,10 @@
|
|
}
|
|
}
|
|
#home .ccfullCalendar /deep/ .fc-day-today a {
|
|
#home .ccfullCalendar /deep/ .fc-day-today a {
|
|
color: white;
|
|
color: white;
|
|
|
|
+ font-weight: 700;
|
|
}
|
|
}
|
|
#home .ccfullCalendar /deep/ .fc-daygrid-day-bottom {
|
|
#home .ccfullCalendar /deep/ .fc-daygrid-day-bottom {
|
|
- margin-top: -10px !important;
|
|
|
|
|
|
+ margin-top: -24px !important;
|
|
}
|
|
}
|
|
#home .ccfullCalendar /deep/ .fc .fc-button-primary {
|
|
#home .ccfullCalendar /deep/ .fc .fc-button-primary {
|
|
background-color: #1890ff;
|
|
background-color: #1890ff;
|
|
@@ -120,7 +107,5 @@
|
|
#home .ccfullCalendar /deep/ .fc .fc-toolbar-title {
|
|
#home .ccfullCalendar /deep/ .fc .fc-toolbar-title {
|
|
color: #333;
|
|
color: #333;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
-}
|
|
|
|
-#home .ccfullCalendar /deep/ .fc-scrollgrid {
|
|
|
|
- border-color: white !important;
|
|
|
|
|
|
+ letter-spacing: 1px;
|
|
}
|
|
}
|