| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335 |
- body{
- font-family:"微软雅黑","Tahoma";
- height:100%;
- background: #fff;
- overflow-x: hidden;
- }
- ul, ol, li, h1 {
- line-height:normal;
- list-style-image:none;
- list-style-position:outside;
- list-style-type:none;
- }
- dl,ul {
- margin:0;
- padding:0;
- }
- dd {
- margin-left:0
- }
- a {
- outline:none;
- text-decoration: none;
- }
- a img {
- border:0 none
- }
- img {
- vertical-align:middle;
- border:0px
- }
- table {
- border-collapse:collapse
- }
- .fL {float:left}
- .fR {float:right}
- .clearfix:after {
- content:".";
- display:block;
- height:0;
- clear:both;
- visibility:hidden
- }
- .clearfix {
- display:inline-block;
- overflow:hidden
- }
- .clearfix {
- display:block
- }
- @font-face {
- font-family: 'iconMenu';
- src: url('fonts/iconMenu.eot?ambimp');
- src: url('fonts/iconMenu.eot?ambimp#iefix') format('embedded-opentype'),
- url('fonts/iconMenu.ttf?ambimp') format('truetype'),
- url('fonts/iconMenu.woff?ambimp') format('woff'),
- url('fonts/iconMenu.svg?ambimp#iconMenu') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- [class^="icon-"], [class*=" icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'iconMenu' !important;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .topWrap{
- background:#0aa770;
- height:55px;
- line-height: 55px;
- /*border-bottom: 3px solid #FF6501;*/
- }
- .topWrap .logoTitle{
- margin:10px 25px;
- color:#fff;
- }
- .topWrap .clogoTitle{
- margin:10px 0;
- color:#fff;
- }
- .topWrap .logoWrap p{
- margin:0 20px 0 0;
- text-align: right;
- color:#fff;
- }
- .topWrap .logoWrap p b{
- margin-right:5px;
- }
- .topWrap .logoWrap p a{
- color:#fff;
- }
- .mainWrap{
- }
- .menuLeft{
- float:left;
- margin:0 20px 0 25px;
- width: 180px;
- border:1px solid #ddd;
- }
- .mainMenu li{
- border-bottom: 1px solid #ddd;
- }
- .mainMenu li:last-child{
- border-bottom: none;
- }
- .mainMenu li a{
- display:block;
- padding:0 15px;
- height:45px;
- line-height: 45px;
- }
- .mainMenu li a .caret{
- margin-left:10px;
- }
- .mainMenu li a:hover{
- text-decoration: none;
- color:#333;
- border-left: 3px solid #0aa770;
- background:#eee;
- }
- .mainMenu li .active{
- color:#333;
- border-left: 3px solid #0aa770;
- background:#eee;
- }
- .subMenu{
- display:none;
- }
- .mainMenu .subMenu ul li{
- border-bottom: none;
- }
- .mainMenu .subMenu ul li a{
- padding-left: 20px;
- font-size: 12px;
- }
- .mainContent{
- margin:0 25px 0 230px;
- }
- .pageHeader{
- margin: 30px 0 20px;
- }
- .year,.month,.sort{
- width:90px;
- margin-right: 10px;
- }
- .tableContent{
- margin:20px 0;
- }
- .breadcrumbNot{
- background:none;
- margin:0;
- padding:0 15px 0 0;
- }
- .tableContent .userInfo span{
- font-size: 16px;
- margin-right: 50px;
- }
- .classList{
- margin:25px 0;
- border:1px solid #ddd;
- }
- .classList h5{
- position:relative;
- margin:0;
- padding:0 10px;
- height:45px;
- line-height: 45px;
- background:#f0f0f0;
- }
- .progressNot{
- margin-bottom: 0;
- }
- .classInfoWrap{
- margin:0 0 20px 0;
- }
- .text-orange{
- color:#FF6633;
- }
- .classInfoWrap .table tr td{
- padding:15px 8px;
- }
- .tableForm tr td{
- padding-bottom: 10px;
- }
- .classInfoWrap p span{
- font-size: 16px;
- margin-right: 50px;
- }
- .btn-track{
- position:absolute;
- right:-1px;
- top:-1px;
- padding:0 20px;
- background:#337ab7;
- color:#fff;
- border:1px solid #2e6da4;
- }
- .btn-track:hover{
- background:#286090;
- color:#fff;
- text-decoration: none;
- }
- .classSection{
- margin:20px 0;
- }
- .classSection dt{
- height:50px;
- line-height: 50px;
- padding:0 20px 0 0;
- background:#e7e7e7;
- margin-bottom: 5px;
- }
- .classSection dd{
- border-bottom: 1px dashed #ddd;
- }
- .classSection .chapterName{
- width:75px;
- text-align: center;
- background:#666;
- color:#fff;
- margin:0 10px 0 0;
- /*padding:0 15px;*/
- display:inline-block;
- }
- .sectionTitle{
- width:50%;
- }
- .sectionTitle a{
- cursor:pointer;
- }
- .operateSection{
- display:none;
- }
- .classSection dd .operateNone{
- position:absolute;
- top:15px;
- right:20px;
- display:none;
- }
- .sectionList{
- min-height:26px;
- line-height: 26px;
- padding:10px 20px 10px 20px;
- margin:0;
- }
- .sectionList:hover{
- background:#f3f3f3;
- }
- .videoInfo:hover{
- background:none;
- }
- .sectionListVideo{
- position:relative;
- padding:5px 20px 5px 20px;
- }
- /*.num{
- background:#bbb;
- color:#fff;
- margin:0 5px 0 0;
- padding:0 15px;
- display:inline-block;
- }*/
- /*.sectionListVideo:hover{
- background:#f3f3f3;
- }*/
- .videoState{
- margin:0 20% 0 50%;
- padding: 12px 0;
- }
- .sectionTitle p{
- margin:0;
- }
- .videoInfo{
- color:#999;
- }
- .videoMTB{
- margin:10px 0;
- }
- .mUpload{
- position:relative;
- }
- .uploadVideo{
- position:absolute;
- top:-5px;
- left:5px;
- width:70px;
- height:30px;
- display:inline-block !important;
- opacity:0;
- filter:alpha(Opacity=0);
- cursor: pointer;
- }
- .videoMT{
- margin:0 0 20px 0;
- }
- .progressInfo{
- margin:20px 0;
- }
- .progressInfo span{
- margin:0 15px;
- color:#999;
- }
- .progressInfo .text-danger{
- color:#a94442;
- }
- .cloginWrap{
- position:absolute;
- left:50%;
- top:50%;
- margin-left:-210px;
- margin-top:-170px;
- width:420px;
- height:340px;
- padding:30px;
- border:1px solid #ddd;
- border-radius: 5px;
- }
- .cloginWrap .commonTitle{
- margin:20px 0;
- text-align: center;
- }
- .width1000{
- width:1000px;
- margin:0 auto;
- }
|