calendar.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. html {
  2. overflow-x: hidden;
  3. overflow-y: auto;
  4. }
  5. #myrl {
  6. width: 490px;
  7. height: 352px;
  8. margin: 0px auto;
  9. margin-top:20px;
  10. position: relative;
  11. }
  12. #teshu {
  13. float: right;
  14. text-align:right;
  15. padding-right:5px;
  16. font-size:14px;
  17. height:25px;
  18. line-height:25px;
  19. width:285px;
  20. margin-top: 0px;
  21. }
  22. #box {
  23. position: absolute;
  24. top: 0px;
  25. right: 0px;
  26. padding: 0
  27. }
  28. .unover {
  29. background: #f4f1f1;
  30. cursor: auto;
  31. }
  32. .pop {
  33. width: 290px;
  34. height: 180px;
  35. background-color: #ffffff;
  36. font-size:12px;
  37. color:#000000;
  38. position: absolute;
  39. }
  40. .pop FONT{
  41. padding-left:5px;}
  42. table.biao {
  43. border-collapse: collapse;
  44. font-family: "Times New Roman", "宋体";
  45. }
  46. .over {
  47. background: #f0e68c;)
  48. }
  49. .tt:hover {
  50. background: #f9fbc9;
  51. text-decoration: none;
  52. }
  53. .imag1 {
  54. margin-right: 2px;
  55. }
  56. .topDateFont{
  57. font-size:14px; color:#000000;}
  58. .calTit FONT{
  59. margin-top:2px;}
  60. .calTit SPAN{
  61. margin-top:2px; font-weight:bold;}
  62. /*===== dateSelection =====*/
  63. #dateSelectionDiv {
  64. border: 1px solid #f8c173;
  65. background: #fefef1;
  66. position: absolute;
  67. top: 25px;
  68. z-index: 20;
  69. width: 160px;
  70. display: none;
  71. }
  72. #dateSelectionHeader {
  73. width: 100%;
  74. font-size: 0;
  75. }
  76. #dateSelectionBody {
  77. width: 100%;
  78. }
  79. #dateSelectionFooter {
  80. width: 100%;
  81. font-size: 0;
  82. }
  83. #dateSeparator {
  84. margin: 0 auto;
  85. width: 152px;
  86. height: 2px;
  87. font-size: 0;
  88. }
  89. #dateSelectionBtn {
  90. margin: 0 auto;
  91. width: 133px;
  92. height: 20px;
  93. line-height: 20px;
  94. }
  95. #dateSelectionTodayBtn {
  96. float: left;
  97. width: 41px;
  98. height: 20px;
  99. cursor: pointer;
  100. }
  101. #dateSelectionOkBtn {
  102. float: left;
  103. text-align: center;
  104. margin: 0 5px 0 5px;
  105. width: 41px;
  106. height: 20px;
  107. cursor: pointer;
  108. }
  109. #dateSelectionCancelBtn {
  110. float: right;
  111. text-align: right;
  112. width: 41px;
  113. height: 20px;
  114. cursor: pointer;
  115. }
  116. #yearList {
  117. width: 158px;
  118. height: 20px;
  119. line-height: 20px;
  120. color: green;
  121. }
  122. #yearListPrev {
  123. float: left;
  124. margin-left: 3px;
  125. text-align: left;
  126. width: 8px;
  127. height: 20px;
  128. cursor: pointer;
  129. }
  130. #yearListNext {
  131. float: right;
  132. margin-right: 3px;
  133. text-align: right;
  134. width: 8px;
  135. height: 20px;
  136. cursor: pointer;
  137. }
  138. #yearListContent {
  139. float: left;
  140. height: 20px;
  141. }
  142. #yearListContent .year {
  143. float: left;
  144. display: block;
  145. width: 33px;
  146. height: 20px;
  147. font-size: 11px;
  148. text-align: center;
  149. cursor: pointer;
  150. }
  151. #yearListContent .curr {
  152. color: red;
  153. }
  154. #monthList {
  155. margin: 0 1px 0 1px;
  156. padding: 0 15px 0 15px;
  157. }
  158. #monthListContent .month {
  159. float: left;
  160. display: block;
  161. width: 17px;
  162. height: 15px;
  163. margin: 2px;
  164. line-height: 15px;
  165. text-align: center;
  166. cursor: pointer;
  167. }
  168. #monthListContent .curr {
  169. color: red;
  170. }