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.

measure.css 6.8 KiB

4 years ago
4 years ago
4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  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,.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. }