enrol.css 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. body{
  2. font-size: 18px;
  3. background-color: #FFF;
  4. font-family:"黑体", "Noto Sans CJK SC", "Source Han Sans CN";
  5. }
  6. .main{
  7. width: 1210px;
  8. margin: auto;
  9. }
  10. header{
  11. background-color: #962a2e;
  12. width: 100%;
  13. height: 138px;
  14. }
  15. header .main{
  16. padding-top: 24px;
  17. }
  18. header .main .logo{
  19. height: 70px;
  20. }
  21. header .main .words{
  22. padding-top: 20px;
  23. }
  24. header .main .words span{
  25. font-size: 20px;
  26. color: #FFF;
  27. margin-right: 4px;
  28. }
  29. header .main .title{
  30. margin-left: 30px;
  31. display: inline-block;
  32. padding-left: 30px;
  33. border-left: 1px solid #D3D3D3;
  34. font-size: 20px;
  35. color: #333333;
  36. height: 70px;
  37. line-height: 70px;
  38. }
  39. .content{
  40. min-height: 926px;
  41. }
  42. .content-box .form-control{
  43. border-radius: 0;
  44. border: 1px solid #e5e5e5;
  45. font-size: 15px;
  46. }
  47. .content-box .form-control:disabled{
  48. background-color: #FFF;
  49. }
  50. .container{
  51. padding: 0;
  52. }
  53. .container .box{
  54. height: 415px;
  55. margin: 110px 0 124px 0;
  56. }
  57. .container .box .left{
  58. display: inline-block;
  59. width: 620px;
  60. height: 520px;
  61. overflow: hidden;
  62. text-align: center;
  63. }
  64. .container .box .left img{
  65. display: block;
  66. margin: auto;
  67. }
  68. .container .box .right{
  69. overflow: hidden;
  70. background-color: #FFF;
  71. vertical-align:top;
  72. }
  73. .container .box .right .login-form{
  74. margin: auto;
  75. border:1px solid #eaeaea;
  76. border-top: 4px solid #92272b;
  77. width: 456px;
  78. }
  79. .container .box .right .login-form .title{
  80. font-size: 22px;
  81. color: #666666;
  82. text-align: center;
  83. padding-bottom: 14px;
  84. margin: 20px 30px 0px 30px;
  85. border-bottom: 1px solid #eaeaea;
  86. }
  87. .container .box .right .login-form .input-box{
  88. padding: 16px 30px 40px 30px;
  89. }
  90. .container .box .right .login-form .form-group{
  91. margin: 0;
  92. padding: 0;
  93. font-size: 16px;
  94. }
  95. .container .box .right .login-form .form-group .control-label{
  96. padding-left: 0;
  97. padding-right: 0;
  98. font-weight: normal;
  99. color: #333;
  100. min-width: 64px;
  101. text-align: rigth;
  102. }
  103. .container .box .right .login-form .form-control{
  104. height: 50px;
  105. line-height: 50px;
  106. border-radius: 0;
  107. border: 1px solid #e5e5e5;
  108. font-size: 16px;
  109. margin-top: 10px;
  110. color: #333;
  111. padding-left: 20px;
  112. }
  113. .container .box .right .login-form .has-error .form-control {
  114. border-color: #a94442;
  115. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  116. box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  117. }
  118. .container .box .right .login-form .has-feedback .form-control-feedback{
  119. top: 18px;
  120. }
  121. .container .box .right .login-form .control-label{
  122. font-size: 16px;
  123. color: #666 !important;
  124. margin-top: 20px !important;
  125. }
  126. .container .box .right .login-form .col-md-12{
  127. padding: 0;
  128. margin: 0;
  129. }
  130. .container .box .right .login-form .img-code{
  131. display: inline-block;
  132. border: 1px solid #e5e5e5;
  133. width: 100px;
  134. height: 50px;
  135. line-height: 50px;
  136. vertical-align: middle;;
  137. text-align: center;
  138. }
  139. .container .box .right .login-form .img-code img{
  140. margin-top: 5px;
  141. }
  142. .container .box .right .login-form .form-control.input-sm{
  143. width: 215px;
  144. display: inline-block;
  145. }
  146. .container .box .right .login-form .as-box{
  147. margin-top: 20px;
  148. }
  149. .container .box .right .login-form .as{
  150. font-size: 16px;
  151. }
  152. .container .box .right .login-form .login-btn{
  153. height: 50px;
  154. line-height: 50px;
  155. border-radius: 4px;
  156. background-color: #92272b;
  157. color: #FFF;
  158. font-size: 20px;
  159. border:none;
  160. width: 100%;
  161. }
  162. .container .box .right .login-form .as a,.container .box .right .login-form .as:hover,.container .box .right .login-form .as.active{
  163. color: #962a2e;
  164. }
  165. .container .box .right .login-form .login-btn:hover{
  166. background-color: #7c0709;
  167. }
  168. .container .box .right .login-form .login-btn:active {
  169. background-color: #7C0709;
  170. }
  171. footer{
  172. background-color: #F3F3F3;
  173. margin-top: 30px !important;
  174. }
  175. footer .box{
  176. width: 1180px;
  177. padding: 20px 30px;
  178. color: #333;
  179. font-size: 16px;
  180. line-height: 20px;
  181. }
  182. footer .box .title{
  183. border-bottom: 1px solid #ad3438;
  184. }
  185. footer .box .title ul{
  186. padding: 0;
  187. margin: 0;
  188. }
  189. footer .box .title ul li{
  190. display: inline-block;
  191. list-style: none;
  192. font-size: 20px;
  193. color: #c47476;
  194. padding-bottom: 16px;
  195. margin-bottom: -1px;
  196. }
  197. footer .box ul.items{
  198. margin-top: 14px;
  199. line-height: 28px;
  200. padding: 0;
  201. }
  202. footer .box ul.items li{
  203. color: #666;
  204. float: left;
  205. width: 540px;
  206. list-style: inherit;
  207. margin-left: 14px;
  208. }
  209. .content-box{
  210. min-height: 926px;
  211. margin-bottom: 30px;
  212. }
  213. .content-box .nav{
  214. background-color: #962a2e;
  215. width: 246px;
  216. border-top-left-radius: 4px;
  217. border-bottom-left-radius: 4px;
  218. min-height: 926px;
  219. text-align: center;
  220. color: #FFF;
  221. }
  222. .content-box .nav .logo img{
  223. width: 120px;
  224. margin-top: 30px;
  225. }
  226. .content-box .nav .name{
  227. margin: 20px;
  228. font-size: 20px;
  229. }
  230. .content-box .nav .sys-name{
  231. font-size: 16px;
  232. margin-top: 20px;
  233. }
  234. .content-box .nav .menu{
  235. margin-top: 50px;
  236. width: 246px;
  237. }
  238. .content-box .nav .menu .item{
  239. list-style: none;
  240. border-bottom: 1px solid rgba(255,255,255,0.3);
  241. padding: 20px;
  242. cursor: pointer;
  243. }
  244. .content-box .nav .menu .item.active,.content-box .nav .menu .item:hover{
  245. background-color: #cd4c50;
  246. }
  247. .content-box .nav .menu .item .menu-name{
  248. margin-top: 20px;
  249. }
  250. .content-box .content{
  251. width: 964px;
  252. }
  253. .content-box .content .top{
  254. height: 66px;
  255. line-height: 66px;
  256. background-color: #FFF;
  257. border-top-right-radius: 4px;
  258. }
  259. .content-box .content a{
  260. text-decoration: none;
  261. color: #333;
  262. font-size: 15px;
  263. }
  264. .content-box .content .pull-left{
  265. padding-left: 30px;
  266. }
  267. .content-box .content .pull-left a{
  268. margin-right: 40px;
  269. }
  270. .content-box .content .pull-right{
  271. padding-right: 30px;
  272. }
  273. .content-box .content .pull-right a{
  274. font-size: 14px;
  275. }
  276. .content-box .content .pull-right a.logout{
  277. color: #666;
  278. }
  279. .content-box .content .pull-right a.name{
  280. color: #02abec;
  281. border-right: 1px solid #02abec;
  282. margin-right: 14px;
  283. padding-right: 4px;
  284. }
  285. .content-box .content .pull-right a.name img{
  286. vertical-align: -5px;
  287. margin-right: 6px;
  288. }
  289. .content-box .content .panel{
  290. background-color: #FFF;
  291. margin: 0px 0 0 0px;
  292. padding: 40px;
  293. }
  294. .content-box .content .panel .page-header{
  295. color: #295bb0;
  296. padding-bottom: 10px;
  297. border-bottom: 1px solid #ccc;
  298. margin: 20px 0;
  299. }
  300. .content-box .content .panel .page-header .title{
  301. border-bottom: 2px solid #295bb0 ;
  302. padding-bottom: 13px;
  303. font-weight:bold;
  304. font-size: 115%;
  305. }
  306. .content-box .forget-content .forget-content-padding{
  307. padding: 20px;
  308. }
  309. .content-box .forget-content{
  310. background-color: #FFF;
  311. border-top-right-radius: 4px;
  312. border-bottom-right-radius: 4px;
  313. width: 944px;
  314. min-height: 926px;
  315. }
  316. .content-box .forget-content .title{
  317. color: #295bb0;
  318. padding-bottom: 9px;
  319. border-bottom: 1px solid #ccc;
  320. }
  321. .content-box .forget-content .title span{
  322. border-bottom: 1px solid #295bb0 ;
  323. padding-bottom: 12px;
  324. }
  325. .content-box .std-info-form,.content-box .std-info-upload{
  326. margin-top: 30px;
  327. }
  328. .content-box .std-info-upload .item{
  329. padding: 0;
  330. }
  331. .content-box .std-info-upload .item .title{
  332. color: #666;
  333. margin-top: 10px;
  334. }
  335. .content-box .std-info-upload .item .file{
  336. width: 200px;
  337. height: 200px;
  338. margin-top: 20px;
  339. color: #999;
  340. background-color: #eeeeee;
  341. font-size: 20px;
  342. }
  343. .content-box .tips{
  344. color: #666;
  345. font-size: 16px;
  346. margin-top: 20px;
  347. margin-bottom: 20px;
  348. }
  349. .category-box{
  350. padding: 30px 44px;
  351. }
  352. .category-box .category{
  353. color: #333;
  354. font-size: 15px;
  355. padding: 14px 0;
  356. width: 280px;
  357. margin: auto;
  358. height: 300px;
  359. }
  360. .category-box .category .bk-btns{
  361. margin-top: 10px;
  362. margin-bottom: 40px;
  363. }
  364. .category-box .category .bk-ok{
  365. color: #666;
  366. height: 24px;
  367. line-height: 24px;
  368. }
  369. .category-box .category .bk-btn a{
  370. color: #1b4ea1;
  371. border: 1px solid #1b4ea1;
  372. border-radius: 2px;
  373. -moz-border-radius: 2px;
  374. -webkit-border-radius: 2px;
  375. display: inline-block;
  376. padding: 2px 15px;
  377. font-weight:bold;
  378. }
  379. .category-box .category .bk-btn.bk-btn-danger a{
  380. color: red;
  381. border: 1px solid red;
  382. }
  383. .category-box .col-xs-4{
  384. }
  385. .category-box .category img{
  386. margin: 10px auto 16px auto;
  387. height: 38px;
  388. }
  389. .category-box .category0{
  390. background: url("../image/bm.png") top center no-repeat;
  391. }
  392. .category-box .category1{
  393. background: url("../image/wd.png") top center no-repeat;
  394. }
  395. .category-box .category2{
  396. background: url("../image/by.png") top center no-repeat;
  397. }
  398. .category-box .category3{
  399. background-color: #ed494d;
  400. }
  401. .category-box .category4{
  402. background-color: #555555;
  403. }
  404. .category-box .category5{
  405. background-color: #14b8d4;
  406. }
  407. .category-box .category6{
  408. background-color: #ee4a8e;
  409. }
  410. .search-header{
  411. height: 42px;
  412. line-height: 42px;
  413. }
  414. .search-header.title{
  415. border: none;
  416. }
  417. .search .input-group-btn button{
  418. height: 34px;
  419. line-height: 34px;
  420. }
  421. .guide-table{
  422. border: 2px solid #efefef;
  423. }
  424. .guide-table.table thead th {
  425. background-color: #f5faff;
  426. font-weight: normal;
  427. height: 40px;
  428. line-height: 40px;
  429. border-bottom: none;
  430. }
  431. .guide-table.table th,.guide-table.table td{
  432. text-align: center;
  433. vertical-align:middle;
  434. }
  435. .std-info-table{
  436. border: 2px solid #efefef;
  437. }
  438. .std-info-table th {
  439. background-color: #f5faff;
  440. font-weight: normal;
  441. height: 40px;
  442. line-height: 40px;
  443. border-bottom: none !important;
  444. text-align: right;
  445. }
  446. .std-info-table td{
  447. text-align: left;
  448. }
  449. .page-btn{
  450. margin-left: 10px;
  451. }
  452. .confirm-bg .panel{
  453. margin: 0 !important;
  454. }
  455. .enrol-info-box .panel{
  456. margin: 20px 0 0 0 !important;
  457. }
  458. .ui-dialog-autofocus,.ui-dialog-header{
  459. background-color: #286090 !important;
  460. }
  461. .m-t{
  462. margin-top: 5px;
  463. }