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.
 
 
 
 
 
 

180 lines
2.6 KiB

  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. #semester2{
  39. margin-bottom: 10px;
  40. }
  41. #weekTime2 span{
  42. margin: 0 10px;
  43. }
  44. #weekTime2 i{
  45. }
  46. .tSec1Box > span{
  47. width: auto;
  48. text-align: center;
  49. line-height: 22px;
  50. }
  51. .tSec1Box img{
  52. width: 15px;
  53. margin-right:2px;
  54. }
  55. /*.tSec1Box span span{
  56. color: #fff;
  57. margin: 0 10px;
  58. }*/
  59. .tSec1Box span:after{
  60. display: none;
  61. }
  62. .timeTable_sec2{
  63. margin-bottom: 30px;
  64. }
  65. .tSec2Top2{
  66. padding: 0 12px;
  67. background: #0075C4;
  68. height: 55px;
  69. text-align: center;
  70. overflow: hidden;
  71. }
  72. .tSec2Top2 li {
  73. width: 14.285714%;
  74. float: left;
  75. line-height: 18px;
  76. padding: 9px 0 9px;
  77. color: #fff;
  78. font-size: 13px;
  79. border-right: 1px solid #1084D2;
  80. border-top: 1px solid #1084D2;
  81. }
  82. .tSec2Top2 li:first-child{
  83. border-left: 1px solid #1084D2;
  84. }
  85. .tSec2Top2 li.active{
  86. color: #0075C4;
  87. background: #fff;
  88. border-color:#fff;
  89. }
  90. .tSec2Top2 li span{
  91. display: block;
  92. }
  93. .tSec2Top2 li span:first-child{
  94. letter-spacing: 2px;
  95. text-transform: uppercase;
  96. }
  97. .tSec2Box2{
  98. /*padding: 0 12px;*/
  99. background: #fff;
  100. }
  101. .tSec2Con2{
  102. display: none;
  103. }
  104. .tSec2Con2:first-child{
  105. display: block;
  106. }
  107. .studCheckList li{
  108. border-bottom:1px solid #D5EAF7;
  109. padding: 8px 12px;
  110. font-size: 15px;
  111. }
  112. .studCheckT{
  113. font-size: 15px;
  114. color: #6E6E6E;
  115. }
  116. .studCheckT img{
  117. width: 11px;
  118. position: relative;
  119. margin-right: 5px;
  120. }
  121. .studCheckTxt{
  122. font-size: 13px;
  123. color: #9D9E9E;
  124. margin: 7px 0;
  125. }
  126. .studCheckTxt span{
  127. margin: 0 30px;
  128. }
  129. .studCheckTxt img{
  130. width: 12px;
  131. position: relative;
  132. margin-right: 3px;
  133. top: 1px;
  134. }
  135. .studCheckStatue{
  136. font-size: 13px;
  137. }
  138. .studCheckStatue span{
  139. display: inline-block;
  140. width: 8px;
  141. height: 8px;
  142. position: relative;
  143. margin-right: 5px;
  144. vertical-align: middle;
  145. top: -2px;
  146. }
  147. .studCheckStatue1{
  148. color: #0089FE;
  149. }
  150. .studCheckStatue1 span{
  151. background: #0089FE;
  152. }
  153. .studCheckStatue2{
  154. color: #F2B60A;
  155. }
  156. .studCheckStatue2 span{
  157. background: #F2B60A;
  158. }
  159. .studCheckStatue3{
  160. color: #E24545;
  161. }
  162. .studCheckStatue3 span{
  163. background: #E24545;
  164. }
  165. .studCheckStatue4{
  166. color: #29CF41;
  167. }
  168. .studCheckStatue4 span{
  169. background: #29CF41;
  170. }
  171. .noHtml{
  172. height: 100%;
  173. line-height: 60px;
  174. text-align: center;
  175. font-size: 14px;
  176. }