|
- * {
- box-sizing: border-box;
- }
-
- ul {
- margin: 0px;
- padding: 0px;
- list-style: none;
- }
-
- li {
- list-style: none;
- }
-
- #semester2 {
- margin-bottom: 10px;
- }
-
- #weekTime2 span {
- margin: 0 10px;
- }
-
- #weekTime2 i {
- }
-
-
- .timeTable_sec2 {
- margin-bottom: 30px;
- background-color: #fff;
- }
-
- .noHtml {
- height: 100%;
- line-height: 60px;
- text-align: center;
- font-size: 14px;
- }
-
- .timeTable_sec3 {
- padding: 0px 12px 1px;
- text-align: center;
- background: #0C86D8;
- height: 35px;
- }
-
- .tSec3Time {
- text-align: center;
- line-height: 24px;
- font-size: 14px;
- color: #fff;
- }
-
- .tSec3Time span {
- display: inline-block;
- background-color: #B8E2FF;
- width: 6px;
- height: 6px;
- border-radius: 50%;
- vertical-align: middle;
- position: relative;
- top: -2px;
- margin: 0 10px;
- }
-
- .timeTable_sec4 {
- padding: 0 12px;
- /* margin-top: -65px; */
- margin-bottom: 10px;
- background: #0075C4;
- }
-
- .tSec4Box {
- /* background: #fff;
- padding: 20px 0;
- text-align: center;
- font-size: 0;
- border-radius: 4px; */
- }
-
- .tSec4T {
- /* text-align: center; */
- margin-bottom: 10px;
- overflow: hidden;
- font-size: 16px;
- color: #fff;
- padding-top: 10px;
- }
-
- /* .tSec4T div:first-child {
- float: left;
- } */
-
- /* .tSec4T div:last-child {
- float: right;
- } */
-
-
- .tSec4Con {
- padding-bottom: 10px;
- }
-
- .tSec4Con > * {
- /* display: inline-block;
- vertical-align: middle; */
- }
-
- .tSec4Con .studSeeSec2Line {
- height: 25px;
- width: 1px;
- background: #D6DFE2;
- margin: 0 40px;
- }
-
- .tSec4Con .studSeeSec2Txt {
- color: #4FB1F3;
- font-size: 14px;
- }
-
- .tSec4Con .studSeeSec2Txt i {
- margin-right: 5px;
- }
-
- .tSec4Con .studSeeSec2Txt div {
- float: right;
- font-size: 20px;
- margin-top: -2px;
- }
-
- .tSec4Con .studSeeSec2Txt div span {
- display: inline-block;
- line-height: 20px;
- font-size: 12px;
- padding: 0 10px;
- position: relative;
- background: #4FB1F3;
- color: #0075C4;
- border-radius: 2px;
- top: -3px;
- margin-right: 5px;
- }
-
- .tSec4Con .studSeeSec2Txt div span:after {
- content: '';
- position: absolute;
- border: 3px solid #4FB1F3;
- border-right-color: transparent;
- border-top-color: transparent;
- border-bottom-color: transparent;
- right: -6px;
- top: 50%;
- margin-top: -3px;
- }
-
- /* .tSec4Con .studSeeSec2Txt div:first-child span {
- font-size: 20px;
- color: #0089FE;
- margin-right: 5px;
- } */
-
- /* .tSec4Con .studSeeSec2Txt div:last-child {
- font-size: 15px;
- } */
-
- .timeTableList {
- overflow: hidden;
- padding: 3px 7px 18px;
- }
-
- .timeTableList li {
- width: 33.333333%;
- float: left;
- font-size: 14px;
- line-height: 16px;
- margin-top: 14px;
- padding: 0 7px;
- }
-
- .timeTableList div {
- border: 1px solid #DAEFFD;
- padding: 13px 0;
- text-align: center;
- overflow: hidden;
- }
-
- .timeTableList span {
- color: #fff;
- font-size: 12px;
- border: 1px solid #cacaca;
- border-radius: 50%;
- height: 14px;
- width: 14px;
- line-height: 12px;
- /* margin-right: 5px; */
- position: relative;
- top: -1px;
- margin-left: 6px;
- }
-
- /* .timeTableList li.active span {
- color: #9D9E9E !important;
- background: #fff !important;
- border-color: #cacaca !important;
- } */
-
- .timeTableBtn,.submitBtn {
- font-size: 16px;
- margin: 20px 12px;
- background: #0C86D8;
- border-radius: 4px;
- text-align: center;
- line-height: 40px;
- height: 40px;
- color: #fff;
- cursor:pointer;
- }
-
- .statusType {
- padding: 10px 12px;
- background: #fff;
- overflow: hidden;
- margin-bottom: 10px;
- }
-
- .statusType li {
- width: 16.666667%;
- float: left;
- /* text-align: center; */
- font-size: 14px;
- line-height: 16px;
- }
-
- .statusType span {
- display: inline-block;
- color: #fff;
- line-height: 14px;
- font-size: 12px;
- border: 1px solid #cacaca;
- border-radius: 50%;
- height: 9px;
- width: 9px;
- line-height: 12px;
- margin-right: 5px;
- position: relative;
- top: 0px;
- }
-
- /*未检测*/
- .sStatue1 span {
- background: #0089FE;
- color: #0089FE;
- border-color: #0089FE;
- }
-
- /*正常*/
- .sStatue2 span {
- background: #F2B60A;
- color: #F2B60A;
- border-color: #F2B60A;
- }
-
- /*异常*/
- .sStatue3 span {
- background: #E24545;
- color: #E24545;
- border-color: #E24545;
- }
-
- /*病假*/
- .sStatue4 span {
- background: #29CF41;
- color: #29CF41;
- border-color: #29CF41;
- }
-
- /*迟到*/
- .sStatue5 span {
- background: #ad5151;
- color: #ad5151;
- border-color: #ad5151;
- }
-
- /*事假*/
- .sStatue6 span {
- background: #84f193;
- color: #84f193;
- border-color: #84f193;
- }
-
- .timeTableAlertZ {
- width: 100%;
- height: 100%;
- z-index: 99;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: rgba(0, 0, 0, .5);
- display: none;
- }
-
- .timeTableAlert {
- z-index: -1;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- width: 80%;
- height: 70%;
- background: #fff;
- border-radius: 4px;
- filter: alpha(opacity=0);
- -moz-opacity: 0;
- -khtml-opacity: 0;
- opacity: 0;
- transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- overflow: hidden;
- }
-
- .timeTableAlert.active {
- z-index: 999;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- opacity: 1;
- }
-
- .timeTableAlertTop {
- background-color: #0C86D8;
- padding: 10px 12px;
- }
-
- .timeTableAlertT {
- color: #fff;
- font-size: 16px;
- }
-
- .timeTableAlertTxt {
- font-size: 14px;
- color: #B8E2FF;
- text-align: right;
- margin-top: 5px;
- }
-
- .timeTableAlertList {
- overflow: auto;
- max-height: calc(100% - 62px);
- }
-
- .timeTableAlertList li {
- line-height: 40px;
- text-align: center;
- font-size: 14px;
- color: #1A1A1A;
- }
-
- .timeTableAlertList li.active {
- background-color: #D1ECFF !important;
- }
-
- .timeTableAlertList li:nth-child(2n) {
- background-color: #FBFDFF;
- }
-
- .timeTableAlertList li:nth-child(2n - 1) {
- background-color: #FFFFFF;
- }
-
- #MeasureTime {
- text-align: center;
- }
|