You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

studentAttendance.css 3.1 KiB

4 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. * {
  2. box-sizing: border-box;
  3. }
  4. ul {
  5. margin: 0px;
  6. padding: 0px;
  7. list-style: none;
  8. }
  9. li {
  10. list-style: none;
  11. }
  12. .f-page-body {
  13. background: #fff;
  14. }
  15. .timeTable_sec1 {
  16. padding: 14px 12px;
  17. text-align: center;
  18. background: #0075C4;
  19. color: #94D4FF;
  20. font-size: 0;
  21. }
  22. .tSec1Box > * {
  23. display: inline-block;
  24. vertical-align: middle;
  25. }
  26. .tSec1Line {
  27. height: 13px;
  28. width: 1px;
  29. background: #94D4FF;
  30. margin: 0 10px;
  31. }
  32. .tSec1Box {
  33. font-size: 15px;
  34. overflow: hidden;
  35. white-space: nowrap;
  36. text-overflow: ellipsis;
  37. }
  38. #semester {
  39. margin-bottom: 10px;
  40. }
  41. #weekTime {
  42. }
  43. #weekTime span {
  44. margin: 0 10px;
  45. }
  46. #weekTime i {
  47. }
  48. .tSec1Box > span {
  49. width: auto;
  50. text-align: center;
  51. line-height: 22px;
  52. }
  53. .tSec1Box img {
  54. width: 15px;
  55. margin-right: 2px;
  56. }
  57. /*.tSec1Box span span{
  58. color: #fff;
  59. margin: 0 10px;
  60. }*/
  61. .tSec1Box span:after {
  62. display: none;
  63. }
  64. .timeTable_sec2 {
  65. margin-bottom: 30px;
  66. }
  67. .tSec2Top {
  68. padding: 0 12px;
  69. background: #0075C4;
  70. height: 55px;
  71. text-align: center;
  72. overflow: hidden;
  73. }
  74. .tSec2Top li {
  75. width: 14.285714%;
  76. float: left;
  77. line-height: 18px;
  78. padding: 9px 0 9px;
  79. color: #fff;
  80. font-size: 13px;
  81. border-right: 1px solid #1084D2;
  82. border-top: 1px solid #1084D2;
  83. }
  84. .tSec2Top li:first-child {
  85. border-left: 1px solid #1084D2;
  86. }
  87. .tSec2Top li.active {
  88. color: #0075C4;
  89. background: #fff;
  90. border-color: #fff;
  91. }
  92. .tSec2Top li span {
  93. display: block;
  94. }
  95. .tSec2Top li span:first-child {
  96. letter-spacing: 2px;
  97. text-transform: uppercase;
  98. }
  99. .tSec2Box {
  100. padding: 0 12px 15px;
  101. margin-top: 10px;
  102. }
  103. .tSec2Con {
  104. border-left: 1px solid #D5EAF7;
  105. border-right: 1px solid #D5EAF7;
  106. border-top: 1px solid #D5EAF7;
  107. display: none;
  108. }
  109. .tSec2Con:first-child {
  110. display: block;
  111. }
  112. .tSec2List {
  113. margin-top: 10px;
  114. }
  115. .tSec2List:first-child {
  116. margin-top: 0;
  117. }
  118. .tSec2List li {
  119. border-bottom: 1px solid #D5EAF7;
  120. overflow: hidden;
  121. height: 60px;
  122. }
  123. .tSec2ListL {
  124. float: left;
  125. background: #E8F6FF;
  126. height: 100%;
  127. width: 25%;
  128. text-align: center;
  129. line-height: 36px;
  130. padding: 11px 0;
  131. font-size: 14px;
  132. color: #0C86D8;
  133. }
  134. .tSec2ListL b {
  135. font-size: 20px;
  136. margin-right: 5px;
  137. }
  138. .tSec2ListR {
  139. float: left;
  140. width: 75%;
  141. height: 100%;
  142. line-height: 18px;
  143. padding: 4px 0;
  144. overflow: hidden;
  145. }
  146. .tSec2ListBox {
  147. width: 70%;
  148. float: left;
  149. padding-left: 5px;
  150. }
  151. .tSec2ListT {
  152. color: #3E3E3E;
  153. font-size: 15px;
  154. margin: 5px 0;
  155. overflow: hidden;
  156. white-space: nowrap;
  157. text-overflow: ellipsis;
  158. }
  159. .tSec2ListTxt {
  160. color: #888888;
  161. font-size: 13px;
  162. }
  163. .tSec2Location {
  164. width: 30%;
  165. float: left;
  166. line-height: 44px;
  167. font-size: 13px;
  168. color: #888888;
  169. }
  170. .noHtml {
  171. height: 100%;
  172. line-height: 60px;
  173. text-align: center;
  174. font-size: 14px;
  175. }