| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- #home .firstLine .userImg {
- width: 50px;
- height: 50px;
- }
- #home .firstLine .userImg img {
- border-radius: 50%;
- width: 100%;
- }
- #home .firstLine .userInfo {
- line-height: 20px;
- color: #333;
- }
- #home .firstLine .userInfo p {
- margin-top: 20px;
- }
- #home .firstLine .userInfo em {
- font-style: normal;
- }
- #home .firstLine .msgBox {
- text-align: center;
- background-color: rgba(236, 232, 232, 0.4);
- border-radius: 2px;
- }
- #home .firstLine .msgBox span {
- font-size: 28px;
- color: orangered;
- }
- #home .firstLine .msgBox p {
- color: gray;
- }
- #home .firstLine .oaBig {
- background-color: #61bea7;
- text-align: center;
- justify-content: space-between;
- }
- #home .firstLine .oaBig .oaItem {
- margin-bottom: 20px;
- width: calc((100% - 10px) / 3);
- }
- #home .firstLine .oaBig .oaItem h4 {
- margin-top: 4px;
- }
- #home .secondLine .links button {
- border-radius: 2px;
- border: none;
- margin-right: 10px;
- background-color: rgba(102, 155, 188, 0.7);
- margin-bottom: 10px;
- }
- #home .secondLine .links button a {
- color: white;
- font-size: 18px;
- padding: 10px 14px;
- }
- #home .secondLine .links button:hover {
- background-color: #003049;
- color: white;
- box-shadow: 1px 1px 3px #333;
- }
- #home /deep/ .ant-card-head-title {
- color: #1890ff;
- }
- #home /deep/ .ant-tabs {
- border-radius: 2px;
- }
- #home .ccfullCalendar /deep/ .fc-view-harness-active {
- height: 80px !important;
- }
- #home .ccfullCalendar /deep/ .ant-fullcalendar-header {
- display: none;
- }
- #home .ccfullCalendar /deep/ .fc .fc-scrollgrid-liquid {
- height: 72px !important;
- overflow: hidden;
- }
- #home .ccfullCalendar /deep/ .fc .fc-toolbar-title {
- font-size: 24px;
- letter-spacing: 1px;
- background-color: pink;
- }
- #home .ccfullCalendar /deep/ .fc-scrollgrid-sync-table {
- height: 274px !important;
- }
- #home .ccfullCalendar /deep/ .fc-scrollgrid-sync-inner {
- border-color: white;
- }
- #home .ccfullCalendar /deep/ .fc-scrollgrid-sync-inner a {
- color: gray;
- }
- #home .ccfullCalendar /deep/ .fc-day-today {
- background-color: #bc4749;
- border-radius: 2px;
- }
- #home .ccfullCalendar /deep/ .fc-day-today a {
- color: white;
- }
- #home .ccfullCalendar /deep/ .fc-daygrid-day-bottom {
- margin-top: -10px !important;
- }
- #home .ccfullCalendar /deep/ .fc .fc-button-primary {
- background-color: #1890ff;
- margin-top: 4px;
- border: none;
- }
- #home .ccfullCalendar /deep/ .fc .fc-toolbar-title {
- color: #333;
- font-size: 16px;
- }
- #home .ccfullCalendar /deep/ .fc-scrollgrid {
- border-color: white;
- }
- #home .ccfullCalendar /deep/ .fc-scrollgrid,
- #home .ccfullCalendar .fc-scrollgrid-liquid,
- #home .ccfullCalendar .fc-col-header,
- #home .ccfullCalendar .fc-scrollgrid-section {
- border-color: white !important;
- }
|