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.
 
 
 
 
 
 

178 lines
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. background: #fff;
  67. padding: ;
  68. }
  69. .tSec2Top{
  70. padding: 0 12px;
  71. background: #0075C4;
  72. height: 55px;
  73. text-align: center;
  74. overflow: hidden;
  75. }
  76. .tSec2Top li {
  77. width: 14.285714%;
  78. float: left;
  79. line-height: 18px;
  80. padding: 9px 0 9px;
  81. color: #fff;
  82. font-size: 13px;
  83. border-right: 1px solid #1084D2;
  84. border-top: 1px solid #1084D2;
  85. }
  86. .tSec2Top li:first-child{
  87. border-left: 1px solid #1084D2;
  88. }
  89. .tSec2Top li.active{
  90. color: #0075C4;
  91. background: #fff;
  92. border-color:#fff;
  93. }
  94. .tSec2Top li span{
  95. display: block;
  96. }
  97. .tSec2Top li span:first-child{
  98. letter-spacing: 2px;
  99. text-transform: uppercase;
  100. }
  101. .tSec2Box{
  102. padding: 0 12px;
  103. margin-top: 10px;
  104. background: #fff;
  105. }
  106. .tSec2Con{
  107. border-left: 1px solid #D5EAF7;
  108. border-right: 1px solid #D5EAF7;
  109. border-top:1px solid #D5EAF7;
  110. display: none;
  111. }
  112. .tSec2Con:first-child{
  113. display: block;
  114. }
  115. .tSec2List {
  116. margin-top: 10px;
  117. }
  118. .tSec2List:first-child{
  119. margin-top: 0;
  120. }
  121. .tSec2List li{
  122. border-bottom: 1px solid #D5EAF7;
  123. overflow: hidden;
  124. height: 60px;
  125. }
  126. .tSec2ListL{
  127. float: left;
  128. background: #E8F6FF;
  129. height: 100%;
  130. width: 25%;
  131. text-align: center;
  132. line-height: 36px;
  133. padding:11px 0;
  134. font-size: 14px;
  135. color: #646464;
  136. }
  137. .tSec2ListR{
  138. float: left;
  139. width: 75%;
  140. height: 100%;
  141. line-height: 18px;
  142. padding:4px 0;
  143. overflow: hidden;
  144. }
  145. .tSec2ListBox{
  146. width:70%;
  147. float: left;
  148. padding-left: 5px;
  149. }
  150. .tSec2ListT{
  151. color: #3E3E3E;
  152. font-size: 15px;
  153. margin: 5px 0;
  154. overflow:hidden;
  155. white-space:nowrap;
  156. text-overflow:ellipsis;
  157. }
  158. .tSec2ListTxt{
  159. color: #888888;
  160. font-size: 13px;
  161. }
  162. .tSec2Location{
  163. width: 30%;
  164. float: left;
  165. line-height: 44px;
  166. font-size: 13px;
  167. color: #888888;
  168. }
  169. .noHtml{
  170. height: 100%;
  171. line-height: 60px;
  172. text-align: center;
  173. font-size: 14px;
  174. }