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.
 
 
 
 
 
 

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