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.
 
 
 
 
 
 

377 lines
6.8 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. #semester2 {
  13. margin-bottom: 10px;
  14. }
  15. #weekTime2 span {
  16. margin: 0 10px;
  17. }
  18. #weekTime2 i {
  19. }
  20. .timeTable_sec2 {
  21. margin-bottom: 30px;
  22. background-color: #fff;
  23. }
  24. .noHtml {
  25. height: 100%;
  26. line-height: 60px;
  27. text-align: center;
  28. font-size: 14px;
  29. }
  30. .timeTable_sec3 {
  31. padding: 0px 12px 1px;
  32. text-align: center;
  33. background: #0C86D8;
  34. height: 35px;
  35. }
  36. .tSec3Time {
  37. text-align: center;
  38. line-height: 24px;
  39. font-size: 14px;
  40. color: #fff;
  41. }
  42. .tSec3Time span {
  43. display: inline-block;
  44. background-color: #B8E2FF;
  45. width: 6px;
  46. height: 6px;
  47. border-radius: 50%;
  48. vertical-align: middle;
  49. position: relative;
  50. top: -2px;
  51. margin: 0 10px;
  52. }
  53. .timeTable_sec4 {
  54. padding: 0 12px;
  55. /* margin-top: -65px; */
  56. margin-bottom: 10px;
  57. background: #0075C4;
  58. }
  59. .tSec4Box {
  60. /* background: #fff;
  61. padding: 20px 0;
  62. text-align: center;
  63. font-size: 0;
  64. border-radius: 4px; */
  65. }
  66. .tSec4T {
  67. /* text-align: center; */
  68. margin-bottom: 10px;
  69. overflow: hidden;
  70. font-size: 16px;
  71. color: #fff;
  72. padding-top: 10px;
  73. }
  74. /* .tSec4T div:first-child {
  75. float: left;
  76. } */
  77. /* .tSec4T div:last-child {
  78. float: right;
  79. } */
  80. .tSec4Con {
  81. padding-bottom: 10px;
  82. }
  83. .tSec4Con > * {
  84. /* display: inline-block;
  85. vertical-align: middle; */
  86. }
  87. .tSec4Con .studSeeSec2Line {
  88. height: 25px;
  89. width: 1px;
  90. background: #D6DFE2;
  91. margin: 0 40px;
  92. }
  93. .tSec4Con .studSeeSec2Txt {
  94. color: #4FB1F3;
  95. font-size: 14px;
  96. }
  97. .tSec4Con .studSeeSec2Txt i {
  98. margin-right: 5px;
  99. }
  100. .tSec4Con .studSeeSec2Txt div {
  101. float: right;
  102. font-size: 20px;
  103. margin-top: -2px;
  104. }
  105. .tSec4Con .studSeeSec2Txt div span {
  106. display: inline-block;
  107. line-height: 20px;
  108. font-size: 12px;
  109. padding: 0 10px;
  110. position: relative;
  111. background: #4FB1F3;
  112. color: #0075C4;
  113. border-radius: 2px;
  114. top: -3px;
  115. margin-right: 5px;
  116. }
  117. .tSec4Con .studSeeSec2Txt div span:after {
  118. content: '';
  119. position: absolute;
  120. border: 3px solid #4FB1F3;
  121. border-right-color: transparent;
  122. border-top-color: transparent;
  123. border-bottom-color: transparent;
  124. right: -6px;
  125. top: 50%;
  126. margin-top: -3px;
  127. }
  128. /* .tSec4Con .studSeeSec2Txt div:first-child span {
  129. font-size: 20px;
  130. color: #0089FE;
  131. margin-right: 5px;
  132. } */
  133. /* .tSec4Con .studSeeSec2Txt div:last-child {
  134. font-size: 15px;
  135. } */
  136. .timeTableList {
  137. overflow: hidden;
  138. padding: 3px 7px 18px;
  139. }
  140. .timeTableList li {
  141. width: 33.333333%;
  142. float: left;
  143. font-size: 14px;
  144. line-height: 16px;
  145. margin-top: 14px;
  146. padding: 0 7px;
  147. }
  148. .timeTableList div {
  149. border: 1px solid #DAEFFD;
  150. padding: 13px 0;
  151. text-align: center;
  152. overflow: hidden;
  153. }
  154. .timeTableList span {
  155. color: #fff;
  156. font-size: 12px;
  157. border: 1px solid #cacaca;
  158. border-radius: 50%;
  159. height: 14px;
  160. width: 14px;
  161. line-height: 12px;
  162. /* margin-right: 5px; */
  163. position: relative;
  164. top: -1px;
  165. margin-left: 6px;
  166. }
  167. /* .timeTableList li.active span {
  168. color: #9D9E9E !important;
  169. background: #fff !important;
  170. border-color: #cacaca !important;
  171. } */
  172. .timeTableBtn {
  173. font-size: 16px;
  174. margin: 20px 12px;
  175. background: #0C86D8;
  176. border-radius: 4px;
  177. text-align: center;
  178. line-height: 40px;
  179. height: 40px;
  180. color: #fff;
  181. }
  182. .statusType {
  183. padding: 10px 12px;
  184. background: #fff;
  185. overflow: hidden;
  186. margin-bottom: 10px;
  187. }
  188. .statusType li {
  189. width: 16.666667%;
  190. float: left;
  191. /* text-align: center; */
  192. font-size: 14px;
  193. line-height: 16px;
  194. }
  195. .statusType span {
  196. display: inline-block;
  197. color: #fff;
  198. line-height: 14px;
  199. font-size: 12px;
  200. border: 1px solid #cacaca;
  201. border-radius: 50%;
  202. height: 9px;
  203. width: 9px;
  204. line-height: 12px;
  205. margin-right: 5px;
  206. position: relative;
  207. top: 0px;
  208. }
  209. /*未检测*/
  210. .sStatue1 span {
  211. background: #0089FE;
  212. color: #0089FE;
  213. border-color: #0089FE;
  214. }
  215. /*正常*/
  216. .sStatue2 span {
  217. background: #F2B60A;
  218. color: #F2B60A;
  219. border-color: #F2B60A;
  220. }
  221. /*异常*/
  222. .sStatue3 span {
  223. background: #E24545;
  224. color: #E24545;
  225. border-color: #E24545;
  226. }
  227. /*病假*/
  228. .sStatue4 span {
  229. background: #29CF41;
  230. color: #29CF41;
  231. border-color: #29CF41;
  232. }
  233. /*迟到*/
  234. .sStatue5 span {
  235. background: #ad5151;
  236. color: #ad5151;
  237. border-color: #ad5151;
  238. }
  239. /*事假*/
  240. .sStatue6 span {
  241. background: #84f193;
  242. color: #84f193;
  243. border-color: #84f193;
  244. }
  245. .timeTableAlertZ {
  246. width: 100%;
  247. height: 100%;
  248. z-index: 99;
  249. position: fixed;
  250. top: 0;
  251. left: 0;
  252. right: 0;
  253. bottom: 0;
  254. background-color: rgba(0, 0, 0, .5);
  255. display: none;
  256. }
  257. .timeTableAlert {
  258. z-index: -1;
  259. position: fixed;
  260. top: 0;
  261. left: 0;
  262. right: 0;
  263. bottom: 0;
  264. margin: auto;
  265. width: 80%;
  266. height: 70%;
  267. background: #fff;
  268. border-radius: 4px;
  269. filter: alpha(opacity=0);
  270. -moz-opacity: 0;
  271. -khtml-opacity: 0;
  272. opacity: 0;
  273. transition: all 0.3s;
  274. -moz-transition: all 0.3s;
  275. -ms-transition: all 0.3s;
  276. -o-transition: all 0.3s;
  277. -webkit-transition: all 0.3s;
  278. overflow: hidden;
  279. }
  280. .timeTableAlert.active {
  281. z-index: 999;
  282. filter: alpha(opacity=100);
  283. -moz-opacity: 1;
  284. -khtml-opacity: 1;
  285. opacity: 1;
  286. }
  287. .timeTableAlertTop {
  288. background-color: #0C86D8;
  289. padding: 10px 12px;
  290. }
  291. .timeTableAlertT {
  292. color: #fff;
  293. font-size: 16px;
  294. }
  295. .timeTableAlertTxt {
  296. font-size: 14px;
  297. color: #B8E2FF;
  298. text-align: right;
  299. margin-top: 5px;
  300. }
  301. .timeTableAlertList {
  302. overflow: auto;
  303. max-height: calc(100% - 62px);
  304. }
  305. .timeTableAlertList li {
  306. line-height: 40px;
  307. text-align: center;
  308. font-size: 14px;
  309. color: #1A1A1A;
  310. }
  311. .timeTableAlertList li.active {
  312. background-color: #D1ECFF !important;
  313. }
  314. .timeTableAlertList li:nth-child(2n) {
  315. background-color: #FBFDFF;
  316. }
  317. .timeTableAlertList li:nth-child(2n - 1) {
  318. background-color: #FFFFFF;
  319. }
  320. #MeasureTime {
  321. text-align: center;
  322. }