|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- *{
- box-sizing:border-box;
- }
- ul{
- margin:0px;
- padding:0px;
- list-style:none;
- }
- li{
- list-style:none;
- }
- /*.f-page-body{
- background: #fff;
- }*/
- .timeTable_sec1{
- padding: 14px 12px;
- text-align: center;
- background: #0075C4;
- color: #94D4FF;
- font-size: 0;
- }
- .tSec1Box > *{
- display: inline-block;
- vertical-align: middle;
- }
- .tSec1Line{
- height: 13px;
- width: 1px;
- background: #94D4FF;
- margin: 0 10px;
- }
- .tSec1Box{
- font-size: 15px;
- overflow:hidden;
- white-space:nowrap;
- text-overflow:ellipsis;
- }
- #semester2{
- margin-bottom: 10px;
- }
-
- #weekTime2 span{
- margin: 0 10px;
- }
- #weekTime2 i{
-
- }
- .tSec1Box > span{
- width: auto;
- text-align: center;
- line-height: 22px;
- }
- .tSec1Box img{
- width: 15px;
- margin-right:2px;
- }
- /*.tSec1Box span span{
- color: #fff;
- margin: 0 10px;
- }*/
- .tSec1Box span:after{
- display: none;
- }
- .timeTable_sec2{
- margin-bottom: 30px;
- }
- .tSec2Top2{
- padding: 0 12px;
- background: #0075C4;
- height: 55px;
- text-align: center;
- overflow: hidden;
- }
- .tSec2Top2 li {
- width: 14.285714%;
- float: left;
- line-height: 18px;
- padding: 9px 0 9px;
- color: #fff;
- font-size: 13px;
- border-right: 1px solid #1084D2;
- border-top: 1px solid #1084D2;
- }
- .tSec2Top2 li:first-child{
- border-left: 1px solid #1084D2;
- }
- .tSec2Top2 li.active{
- color: #0075C4;
- background: #fff;
- border-color:#fff;
- }
- .tSec2Top2 li span{
- display: block;
- }
-
- .tSec2Top2 li span:first-child{
- letter-spacing: 2px;
- text-transform: uppercase;
- }
- .tSec2Box2{
- /*padding: 0 12px;*/
- background: #fff;
- }
- .tSec2Con2{
- display: none;
- }
- .tSec2Con2:first-child{
- display: block;
- }
- .studCheckList li{
- border-bottom:1px solid #D5EAF7;
- padding: 8px 12px;
- font-size: 15px;
- }
- .studCheckT{
- font-size: 15px;
- color: #6E6E6E;
- }
- .studCheckT img{
- width: 11px;
- position: relative;
- margin-right: 5px;
- }
- .studCheckTxt{
- font-size: 13px;
- color: #9D9E9E;
- margin: 7px 0;
- }
- .studCheckTxt span{
- margin: 0 30px;
- }
- .studCheckTxt img{
- width: 12px;
- position: relative;
- margin-right: 3px;
- top: 1px;
- }
- .studCheckStatue{
- font-size: 13px;
- }
- .studCheckStatue span{
- display: inline-block;
- width: 8px;
- height: 8px;
- position: relative;
- margin-right: 5px;
- vertical-align: middle;
- top: -2px;
- }
- .studCheckStatue1{
- color: #0089FE;
- }
- .studCheckStatue1 span{
- background: #0089FE;
- }
- .studCheckStatue2{
- color: #F2B60A;
- }
- .studCheckStatue2 span{
- background: #F2B60A;
- }
- .studCheckStatue3{
- color: #E24545;
- }
- .studCheckStatue3 span{
- background: #E24545;
- }
- .studCheckStatue4{
- color: #29CF41;
- }
- .studCheckStatue4 span{
- background: #29CF41;
- }
- .noHtml{
- height: 100%;
- line-height: 60px;
- text-align: center;
- font-size: 14px;
- }
|