calendar-pro.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .demo-box {
  2. width: 500px;
  3. overflow: hidden;
  4. background: #eef5fd;
  5. border: 1px solid #e6e8eb
  6. }
  7. .calendar-box * {
  8. box-sizing: border-box
  9. }
  10. .ht-rili-head {
  11. overflow: hidden
  12. }
  13. .ht-rili-querybox {
  14. overflow: hidden
  15. }
  16. .ht-rili-title {
  17. padding: 10px;
  18. display: inline-block;
  19. max-width: 200px;
  20. text-overflow: ellipsis;
  21. white-space: nowrap;
  22. overflow: hidden;
  23. vertical-align: middle
  24. }
  25. .ht-rili-datebox {
  26. float: right;
  27. display: inline-block;
  28. vertical-align: middle;
  29. padding: 10px
  30. }
  31. .ht-rili-date {
  32. text-align: center;
  33. display: inline-block;
  34. width: 100px;
  35. height: 19px;
  36. line-height: 19px;
  37. vertical-align: middle
  38. }
  39. .ht-rili-leftarr {
  40. display: inline-block;
  41. width: 25px;
  42. height: 19px;
  43. background: url(../../images/left-arr.png) left center no-repeat;
  44. background-size: contain;
  45. vertical-align: middle;
  46. cursor: pointer
  47. }
  48. .ht-rili-rightarr {
  49. display: inline-block;
  50. width: 25px;
  51. height: 19px;
  52. background: url(../../images/right-arr.png) right center no-repeat;
  53. background-size: contain;
  54. vertical-align: middle;
  55. cursor: pointer
  56. }
  57. .ht-rili-th {
  58. width: 14.25%;
  59. float: left;
  60. text-align: center;
  61. height: 40px;
  62. line-height: 40px;
  63. color: #000
  64. }
  65. .ht-rili-td {
  66. width: 14.25%;
  67. float: left;
  68. text-align: center;
  69. height: 50px;
  70. background: #eef5fd;
  71. padding-top: 5px;
  72. cursor: pointer
  73. }
  74. .ht-rili-body {
  75. overflow: hidden
  76. }
  77. .ht-rili-day {
  78. font-family: Arial;
  79. font-size: 18px;
  80. font-weight: 700;
  81. display: inline-block;
  82. width: 100%
  83. }
  84. .ht-rili-money {
  85. font-family: Arial;
  86. display: inline-block;
  87. width: 100%;
  88. font-size: 12px;
  89. color: #d4585a
  90. }
  91. .ht-rili-td-disabled {
  92. color: #bfc4ca
  93. }
  94. .ht-rili-td-active {
  95. border-radius: 4px;
  96. background: #80b3e8
  97. }