mytodo.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. #home .firstLine .userImg {
  2. width: 50px;
  3. height: 50px;
  4. }
  5. #home .firstLine .userImg img {
  6. border-radius: 50%;
  7. width: 100%;
  8. }
  9. #home .firstLine .userInfo {
  10. line-height: 20px;
  11. color: #333;
  12. }
  13. #home .firstLine .userInfo p {
  14. margin-top: 20px;
  15. }
  16. #home .firstLine .userInfo em {
  17. font-style: normal;
  18. }
  19. #home .firstLine .msgBox {
  20. text-align: center;
  21. background-color: rgba(236, 232, 232, 0.4);
  22. border-radius: 2px;
  23. }
  24. #home .firstLine .msgBox span {
  25. font-size: 28px;
  26. color: orangered;
  27. }
  28. #home .firstLine .msgBox p {
  29. color: gray;
  30. }
  31. #home .firstLine .oaBig {
  32. background-color: #61bea7;
  33. text-align: center;
  34. justify-content: space-between;
  35. }
  36. #home .firstLine .oaBig .oaItem {
  37. margin-bottom: 20px;
  38. width: calc((100% - 10px) / 3);
  39. }
  40. #home .firstLine .oaBig .oaItem h4 {
  41. margin-top: 4px;
  42. }
  43. #home .secondLine .links button {
  44. border-radius: 2px;
  45. border: none;
  46. margin-right: 10px;
  47. background-color: rgba(102, 155, 188, 0.7);
  48. margin-bottom: 10px;
  49. }
  50. #home .secondLine .links button a {
  51. color: white;
  52. font-size: 18px;
  53. padding: 10px 14px;
  54. }
  55. #home .secondLine .links button:hover {
  56. background-color: #003049;
  57. color: white;
  58. box-shadow: 1px 1px 3px #333;
  59. }
  60. #home /deep/ .ant-card-head-title {
  61. color: #1890ff;
  62. }
  63. #home /deep/ .ant-tabs {
  64. border-radius: 2px;
  65. }
  66. #home .ccfullCalendar /deep/ .fc-view-harness-active {
  67. height: 80px !important;
  68. }
  69. #home .ccfullCalendar /deep/ .ant-fullcalendar-header {
  70. display: none;
  71. }
  72. #home .ccfullCalendar /deep/ .fc .fc-scrollgrid-liquid {
  73. height: 72px !important;
  74. overflow: hidden;
  75. }
  76. #home .ccfullCalendar /deep/ .fc .fc-toolbar-title {
  77. font-size: 24px;
  78. letter-spacing: 1px;
  79. background-color: pink;
  80. }
  81. #home .ccfullCalendar /deep/ .fc-scrollgrid-sync-table {
  82. height: 274px !important;
  83. }
  84. #home .ccfullCalendar /deep/ .fc-scrollgrid-sync-inner {
  85. border-color: white;
  86. }
  87. #home .ccfullCalendar /deep/ .fc-scrollgrid-sync-inner a {
  88. color: gray;
  89. }
  90. #home .ccfullCalendar /deep/ .fc-day-today {
  91. background-color: #bc4749;
  92. border-radius: 2px;
  93. }
  94. #home .ccfullCalendar /deep/ .fc-day-today a {
  95. color: white;
  96. }
  97. #home .ccfullCalendar /deep/ .fc-daygrid-day-bottom {
  98. margin-top: -10px !important;
  99. }
  100. #home .ccfullCalendar /deep/ .fc .fc-button-primary {
  101. background-color: #1890ff;
  102. margin-top: 4px;
  103. border: none;
  104. }
  105. #home .ccfullCalendar /deep/ .fc .fc-toolbar-title {
  106. color: #333;
  107. font-size: 16px;
  108. }
  109. #home .ccfullCalendar /deep/ .fc-scrollgrid {
  110. border-color: white;
  111. }
  112. #home .ccfullCalendar /deep/ .fc-scrollgrid,
  113. #home .ccfullCalendar .fc-scrollgrid-liquid,
  114. #home .ccfullCalendar .fc-col-header,
  115. #home .ccfullCalendar .fc-scrollgrid-section {
  116. border-color: white !important;
  117. }