Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

teacherDot.css 2.9 KiB

4 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. *{
  2. margin:0;
  3. padding:0;
  4. box-sizing:border-box;
  5. }
  6. table{
  7. width: 100%;
  8. height: 500px;
  9. border-bottom: 1px solid #5FBDF6;
  10. }
  11. table > thead{
  12. height: 47px;
  13. border-top: 1px solid #5FBDF6;
  14. border-left: 1px solid #5FBDF6;
  15. }
  16. table > thead > tr > th {
  17. border-bottom: 1px solid #5FBDF6;
  18. }
  19. caption{
  20. padding: 10px 0 24px;
  21. color: #444444;
  22. }
  23. caption > *{
  24. display: inline-block;
  25. vertical-align: middle;
  26. }
  27. thead tr th{
  28. padding: 10px 0 10px 0;
  29. }
  30. tbody tr{
  31. text-align:center;
  32. line-height: 22px;
  33. }
  34. tfoot tr,.firstcol{
  35. border-left: 1px solid #5FBDF6;
  36. }
  37. tfoot tr td{
  38. padding: 10px 0 10px 40px;
  39. color:#DE6764;
  40. font-size: 14px;
  41. }
  42. th,td{
  43. border-right: 1px solid #5FBDF6;
  44. border-top: 1px solid #5FBDF6;
  45. }
  46. .topline2px td{
  47. border-top:1px solid #5FBDF6;
  48. }
  49. #table thead th{
  50. background: #E8F6FF;
  51. color: #5FBDF6;
  52. font-size: 16px;
  53. font-weight: inherit;
  54. border-top: 0;
  55. }
  56. #table thead th.weekend{
  57. background: #DE6764;
  58. }
  59. #table thead th:first-child{
  60. border-left: 0;
  61. width: 11%;
  62. }
  63. .weekend{
  64. background-color:#FFB6C1;
  65. }
  66. #table th{
  67. text-align: center;
  68. }
  69. .teapBox{
  70. background: #fff;
  71. padding: 30px;
  72. margin: 0 5px;
  73. }
  74. .teapBtn{
  75. width: 76px;
  76. height: 32px;
  77. }
  78. .semester{
  79. width: 220px;
  80. height: 32px;
  81. position: relative;
  82. text-align: center;
  83. display: inline-block;
  84. color: #989898;
  85. font-size: 14px;
  86. line-height: 32px;
  87. z-index: 99;
  88. margin-right: 30px;
  89. }
  90. .semester i{
  91. background: #B4B4B4;
  92. width: 20px;
  93. height: 20px;
  94. border-radius: 2px;
  95. text-align: center;
  96. line-height: 20px;
  97. color: #fff;
  98. position: absolute;
  99. top: 0;
  100. bottom: 0;
  101. right: 6px;
  102. margin: auto;
  103. cursor: pointer;
  104. }
  105. .semester span{
  106. display: block;
  107. height: 100%;
  108. border: 1px solid #B5B5B5;
  109. border-radius: 4px;
  110. background: #fff;
  111. padding-right: 27px;
  112. }
  113. .teapSelect{
  114. border: 1px solid #B5B5B5;
  115. position: absolute;
  116. width: 100%;
  117. left: 0px;
  118. top: 26px;
  119. background: #fff;
  120. padding-top: 10px;
  121. z-index: -1;
  122. max-height: 300px;
  123. overflow: auto;
  124. display: none;
  125. cursor: pointer;
  126. }
  127. .teapSelect::-webkit-scrollbar-track-piece{width:1px;background-color:#000;}
  128. .teapSelect::-webkit-scrollbar{width:1px;height:6px}
  129. .teapSelect::-webkit-scrollbar-thumb{height:50px;background-color:#ccc;}
  130. .teapSelect::-webkit-scrollbar-thumb:hover{background:#ccc;}
  131. .teapSelect li{
  132. padding-right: 27px;
  133. transition:all 0.5s;
  134. -moz-transition:all 0.5s;
  135. -ms-transition:all 0.5s;
  136. -o-transition:all 0.5s;
  137. -webkit-transition:all 0.5s;
  138. background: #fff;
  139. }
  140. .teapSelect li:hover,.teapSelect li.active{
  141. background: #3ca2e0;
  142. color: #fff;
  143. }
  144. .lookOpac{
  145. height: 20px;
  146. filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;
  147. }
  148. .lookHead th{
  149. width: 18%;
  150. }
  151. .lookHead th:first-child{
  152. width: 10%;
  153. }
  154. .pkTitle,.paikeTxt{
  155. display: block;
  156. padding: 0 20px;
  157. }
  158. .pkTitle{
  159. font-size: 20px;
  160. color: #363636;
  161. text-align: left;
  162. margin: 5px 0;
  163. }
  164. .paikeTxt{
  165. font-size: 16px;
  166. color: #848484;
  167. text-align: right;
  168. padding-bottom: 5px;
  169. }
  170. .perBtn {
  171. width: 160px;
  172. border-radius: 4px;
  173. margin-top: 20px;
  174. }