index-office.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. button,a{
  2. cursor:pointer
  3. }
  4. .OneLine tbody td{
  5. overflow:hidden;
  6. white-space:nowrap;
  7. text-overflow:ellipsis
  8. }
  9. .topBtn{
  10. width:108px;
  11. height:67px;
  12. float:left;
  13. margin:0 2px;
  14. font-size:18px;
  15. font-weight:400;
  16. color:#fff;
  17. padding:0 15px;
  18. border-radius:5px;
  19. }
  20. .topBtn>div{
  21. font-size:28px;
  22. font-weight:700;
  23. }
  24. .activeTop{
  25. box-shadow:5px 5px 5px rgb(51, 144, 239);
  26. }
  27. .Item1{
  28. float: left;
  29. height: 18px;
  30. line-height: 18px;
  31. text-indent: 8px;
  32. margin: 5px 0;
  33. cursor:pointer;
  34. padding:0 10px;
  35. }
  36. .activeItem1{
  37. color:#42B2FF
  38. }
  39. .ji{
  40. background:#FF0000;
  41. color:#fff;
  42. padding:2px;
  43. }
  44. .ldzl>ul>li{
  45. padding:0 5px;
  46. background:#D3EDFF;
  47. line-height:30px;
  48. }
  49. .ldzl>ul>li>span{
  50. float:right;
  51. clear:both
  52. }
  53. .today{
  54. background:#00A6FF !important;
  55. color:#fff
  56. }
  57. .date-table {
  58. width: 100%;
  59. table-layout:fixed;
  60. border-collapse: collapse;
  61. border-top: 1px solid #c6c6c6;
  62. border-left: 1px solid #c6c6c6;
  63. }
  64. .date-table tbody td {
  65. text-align: center;
  66. line-height: 15px;
  67. background: #fff;
  68. font-size: 12px;
  69. padding:5px 0;
  70. cursor: pointer;
  71. border-bottom: 1px solid #c6c6c6;
  72. border-right: 1px solid #c6c6c6;
  73. }
  74. .date-table tbody td center{
  75. height: 15px;
  76. }
  77. .date-table tbody tr:first-child td {
  78. font-size:14px;
  79. background: #D3EDFF;
  80. }
  81. .today {
  82. color: white;
  83. background: #25A6FF !important;
  84. border:0;
  85. }
  86. .date-day {
  87. width: 50px;
  88. height: 50px;
  89. padding: 10px;
  90. float: left;
  91. position: relative;
  92. left: 50%;
  93. transform: translate(-50%,0);
  94. }
  95. .activeItem2{
  96. color:#42B2FF
  97. }