Adminstyle.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. body{
  2. font-family:"微软雅黑","Tahoma";
  3. height:100%;
  4. background: #fff;
  5. overflow-x: hidden;
  6. }
  7. ul, ol, li, h1 {
  8. line-height:normal;
  9. list-style-image:none;
  10. list-style-position:outside;
  11. list-style-type:none;
  12. }
  13. dl,ul {
  14. margin:0;
  15. padding:0;
  16. }
  17. dd {
  18. margin-left:0
  19. }
  20. a {
  21. outline:none;
  22. text-decoration: none;
  23. }
  24. a img {
  25. border:0 none
  26. }
  27. img {
  28. vertical-align:middle;
  29. border:0px
  30. }
  31. table {
  32. border-collapse:collapse
  33. }
  34. .fL {float:left}
  35. .fR {float:right}
  36. .clearfix:after {
  37. content:".";
  38. display:block;
  39. height:0;
  40. clear:both;
  41. visibility:hidden
  42. }
  43. .clearfix {
  44. display:inline-block;
  45. overflow:hidden
  46. }
  47. .clearfix {
  48. display:block
  49. }
  50. @font-face {
  51. font-family: 'iconMenu';
  52. src: url('fonts/iconMenu.eot?ambimp');
  53. src: url('fonts/iconMenu.eot?ambimp#iefix') format('embedded-opentype'),
  54. url('fonts/iconMenu.ttf?ambimp') format('truetype'),
  55. url('fonts/iconMenu.woff?ambimp') format('woff'),
  56. url('fonts/iconMenu.svg?ambimp#iconMenu') format('svg');
  57. font-weight: normal;
  58. font-style: normal;
  59. }
  60. [class^="icon-"], [class*=" icon-"] {
  61. /* use !important to prevent issues with browser extensions that change fonts */
  62. font-family: 'iconMenu' !important;
  63. speak: none;
  64. font-style: normal;
  65. font-weight: normal;
  66. font-variant: normal;
  67. text-transform: none;
  68. line-height: 1;
  69. /* Better Font Rendering =========== */
  70. -webkit-font-smoothing: antialiased;
  71. -moz-osx-font-smoothing: grayscale;
  72. }
  73. .topWrap{
  74. background:#0aa770;
  75. height:55px;
  76. line-height: 55px;
  77. /*border-bottom: 3px solid #FF6501;*/
  78. }
  79. .topWrap .logoTitle{
  80. margin:10px 25px;
  81. color:#fff;
  82. }
  83. .topWrap .clogoTitle{
  84. margin:10px 0;
  85. color:#fff;
  86. }
  87. .topWrap .logoWrap p{
  88. margin:0 20px 0 0;
  89. text-align: right;
  90. color:#fff;
  91. }
  92. .topWrap .logoWrap p b{
  93. margin-right:5px;
  94. }
  95. .topWrap .logoWrap p a{
  96. color:#fff;
  97. }
  98. .mainWrap{
  99. }
  100. .menuLeft{
  101. float:left;
  102. margin:0 20px 0 25px;
  103. width: 180px;
  104. border:1px solid #ddd;
  105. }
  106. .mainMenu li{
  107. border-bottom: 1px solid #ddd;
  108. }
  109. .mainMenu li:last-child{
  110. border-bottom: none;
  111. }
  112. .mainMenu li a{
  113. display:block;
  114. padding:0 15px;
  115. height:45px;
  116. line-height: 45px;
  117. }
  118. .mainMenu li a .caret{
  119. margin-left:10px;
  120. }
  121. .mainMenu li a:hover{
  122. text-decoration: none;
  123. color:#333;
  124. border-left: 3px solid #0aa770;
  125. background:#eee;
  126. }
  127. .mainMenu li .active{
  128. color:#333;
  129. border-left: 3px solid #0aa770;
  130. background:#eee;
  131. }
  132. .subMenu{
  133. display:none;
  134. }
  135. .mainMenu .subMenu ul li{
  136. border-bottom: none;
  137. }
  138. .mainMenu .subMenu ul li a{
  139. padding-left: 20px;
  140. font-size: 12px;
  141. }
  142. .mainContent{
  143. margin:0 25px 0 230px;
  144. }
  145. .pageHeader{
  146. margin: 30px 0 20px;
  147. }
  148. .year,.month,.sort{
  149. width:90px;
  150. margin-right: 10px;
  151. }
  152. .tableContent{
  153. margin:20px 0;
  154. }
  155. .breadcrumbNot{
  156. background:none;
  157. margin:0;
  158. padding:0 15px 0 0;
  159. }
  160. .tableContent .userInfo span{
  161. font-size: 16px;
  162. margin-right: 50px;
  163. }
  164. .classList{
  165. margin:25px 0;
  166. border:1px solid #ddd;
  167. }
  168. .classList h5{
  169. position:relative;
  170. margin:0;
  171. padding:0 10px;
  172. height:45px;
  173. line-height: 45px;
  174. background:#f0f0f0;
  175. }
  176. .progressNot{
  177. margin-bottom: 0;
  178. }
  179. .classInfoWrap{
  180. margin:0 0 20px 0;
  181. }
  182. .text-orange{
  183. color:#FF6633;
  184. }
  185. .classInfoWrap .table tr td{
  186. padding:15px 8px;
  187. }
  188. .tableForm tr td{
  189. padding-bottom: 10px;
  190. }
  191. .classInfoWrap p span{
  192. font-size: 16px;
  193. margin-right: 50px;
  194. }
  195. .btn-track{
  196. position:absolute;
  197. right:-1px;
  198. top:-1px;
  199. padding:0 20px;
  200. background:#337ab7;
  201. color:#fff;
  202. border:1px solid #2e6da4;
  203. }
  204. .btn-track:hover{
  205. background:#286090;
  206. color:#fff;
  207. text-decoration: none;
  208. }
  209. .classSection{
  210. margin:20px 0;
  211. }
  212. .classSection dt{
  213. height:50px;
  214. line-height: 50px;
  215. padding:0 20px 0 0;
  216. background:#e7e7e7;
  217. margin-bottom: 5px;
  218. }
  219. .classSection dd{
  220. border-bottom: 1px dashed #ddd;
  221. }
  222. .classSection .chapterName{
  223. width:75px;
  224. text-align: center;
  225. background:#666;
  226. color:#fff;
  227. margin:0 10px 0 0;
  228. /*padding:0 15px;*/
  229. display:inline-block;
  230. }
  231. .sectionTitle{
  232. width:50%;
  233. }
  234. .sectionTitle a{
  235. cursor:pointer;
  236. }
  237. .operateSection{
  238. display:none;
  239. }
  240. .classSection dd .operateNone{
  241. position:absolute;
  242. top:15px;
  243. right:20px;
  244. display:none;
  245. }
  246. .sectionList{
  247. min-height:26px;
  248. line-height: 26px;
  249. padding:10px 20px 10px 20px;
  250. margin:0;
  251. }
  252. .sectionList:hover{
  253. background:#f3f3f3;
  254. }
  255. .videoInfo:hover{
  256. background:none;
  257. }
  258. .sectionListVideo{
  259. position:relative;
  260. padding:5px 20px 5px 20px;
  261. }
  262. /*.num{
  263. background:#bbb;
  264. color:#fff;
  265. margin:0 5px 0 0;
  266. padding:0 15px;
  267. display:inline-block;
  268. }*/
  269. /*.sectionListVideo:hover{
  270. background:#f3f3f3;
  271. }*/
  272. .videoState{
  273. margin:0 20% 0 50%;
  274. padding: 12px 0;
  275. }
  276. .sectionTitle p{
  277. margin:0;
  278. }
  279. .videoInfo{
  280. color:#999;
  281. }
  282. .videoMTB{
  283. margin:10px 0;
  284. }
  285. .mUpload{
  286. position:relative;
  287. }
  288. .uploadVideo{
  289. position:absolute;
  290. top:-5px;
  291. left:5px;
  292. width:70px;
  293. height:30px;
  294. display:inline-block !important;
  295. opacity:0;
  296. filter:alpha(Opacity=0);
  297. cursor: pointer;
  298. }
  299. .videoMT{
  300. margin:0 0 20px 0;
  301. }
  302. .progressInfo{
  303. margin:20px 0;
  304. }
  305. .progressInfo span{
  306. margin:0 15px;
  307. color:#999;
  308. }
  309. .progressInfo .text-danger{
  310. color:#a94442;
  311. }
  312. .cloginWrap{
  313. position:absolute;
  314. left:50%;
  315. top:50%;
  316. margin-left:-210px;
  317. margin-top:-170px;
  318. width:420px;
  319. height:340px;
  320. padding:30px;
  321. border:1px solid #ddd;
  322. border-radius: 5px;
  323. }
  324. .cloginWrap .commonTitle{
  325. margin:20px 0;
  326. text-align: center;
  327. }
  328. .width1000{
  329. width:1000px;
  330. margin:0 auto;
  331. }