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.
 
 
 
 
 
 

175 rivejä
2.5 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. #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;
  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: 80px;
  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: #646464;
  133. }
  134. .tSec2ListR{
  135. float: left;
  136. width: 75%;
  137. height: 100%;
  138. line-height: 18px;
  139. padding:4px 0;
  140. overflow: hidden;
  141. }
  142. .tSec2ListBox{
  143. width:70%;
  144. float: left;
  145. padding-left: 5px;
  146. }
  147. .tSec2ListT{
  148. color: #3E3E3E;
  149. font-size: 15px;
  150. margin: 5px 0;
  151. overflow:hidden;
  152. white-space:nowrap;
  153. text-overflow:ellipsis;
  154. }
  155. .tSec2ListTxt{
  156. color: #888888;
  157. font-size: 13px;
  158. }
  159. .tSec2Location{
  160. width: 30%;
  161. float: left;
  162. line-height: 44px;
  163. font-size: 13px;
  164. color: #888888;
  165. }
  166. .noHtml{
  167. height: 100%;
  168. line-height: 60px;
  169. text-align: center;
  170. font-size: 14px;
  171. }