common.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792
  1. /*css reset*/
  2. * {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
  3. html { color: #000; background: #fff; height:100%; font-size:12px; }
  4. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0 }
  5. table { border-collapse: collapse; border-spacing: 0 }
  6. fieldset, img { border: 0 }
  7. address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal }
  8. ol, ul { list-style: none }
  9. caption, th { text-align: left }
  10. h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
  11. q:before, q:after { content: '' }
  12. abbr, acronym { border: 0; font-variant: normal }
  13. sup { vertical-align: text-top }
  14. sub { vertical-align: text-bottom }
  15. input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; outline:none; }
  16. input, textarea, select { *font-size: 100%; }
  17. input[type="submit"],input[type="reset"],input[type="button"]{-webkit-appearance:none;}
  18. legend { color: #000 }
  19. a:link, a:visited, a:active { color: #666; text-decoration: none; outline: none; }
  20. a:hover { text-decoration: none; color: #2aa7e1; }
  21. .cf { display: inline-block; }
  22. * html .cf { height: 1%; }
  23. .cf { display: block; }
  24. .cf:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
  25. input::-webkit-outer-spin-button,
  26. input::-webkit-inner-spin-button {
  27. -webkit-appearance: none;
  28. }
  29. body {
  30. min-width: 1200px;
  31. }
  32. .tar {
  33. text-align: right;
  34. }
  35. /*ui_topbar*/
  36. .ui_topbar {
  37. height: 54px;
  38. background-color: #fff;
  39. padding: 0 30px;
  40. position: relative;
  41. }
  42. .ui_topbar .logo {
  43. text-align: center;
  44. }
  45. .ui_topbar .menu {
  46. position: absolute;
  47. top: 14px;
  48. left: 30px;
  49. height: 26px;
  50. font: 20px/26px "Microsoft Yahei";
  51. padding-left: 30px;
  52. background: url(../images/ico_menu.png) no-repeat 0 50%;
  53. color: #0d278e;
  54. cursor: pointer;
  55. }
  56. .ui_topbar .box {
  57. position: absolute;
  58. top: 12px;
  59. right: 30px;
  60. font: 18px/30px "Microsoft Yahei";
  61. }
  62. .ui_topbar .box p {
  63. float: left;
  64. }
  65. .ui_topbar .box em {
  66. float: left;
  67. margin-left: 20px;
  68. color: #0d278e;
  69. cursor: pointer;
  70. }
  71. .ui_topbar .box a {
  72. float: left;
  73. margin-left: 20px;
  74. color: #0d278e;
  75. }
  76. .ui_topbar .logo img {
  77. vertical-align: middle;
  78. }
  79. .ui_topbar .logo span {
  80. font: 24px/54px "Microsoft Yahei";
  81. vertical-align: middle;
  82. color: #001a93;
  83. }
  84. /*ui_mainbox*/
  85. .ui_mainbox {
  86. margin: 0px auto 0;
  87. background-color: #fff;
  88. position: relative;
  89. border-top: solid 7px #dbb477;
  90. }
  91. .ui_mainbox .title {
  92. position: absolute;
  93. top: 10px;
  94. left: 30px;
  95. right: 30px;
  96. height: 40px;
  97. text-align: center;
  98. color: #fff;
  99. border-bottom: solid 1px #f2f2f2;
  100. z-index: 3;
  101. }
  102. .ui_mainbox .title li {
  103. float: left;
  104. padding: 0 13px;
  105. font: 20px/36px "Microsoft Yahei";
  106. height: 41px;
  107. color: #999;
  108. cursor: pointer;
  109. }
  110. .ui_mainbox .title li a {
  111. color: #999;
  112. }
  113. .ui_mainbox .title li.on {
  114. border-bottom: solid 3px #5e73b2;
  115. color: #333;
  116. }
  117. .ui_mainbox .title li.on a {
  118. color: #333;
  119. }
  120. .ui_mainbox .content {
  121. position: absolute;
  122. top: 80px;
  123. left: 30px;
  124. bottom: 30px;
  125. right: 30px;
  126. background-color: #fdfdfd;
  127. z-index: 2;
  128. padding-top: 12px;
  129. }
  130. .ui_mainbox .content1 {
  131. position: absolute;
  132. top: 0px;
  133. left: 30px;
  134. bottom: 30px;
  135. right: 30px;
  136. background-color: #fdfdfd;
  137. z-index: 2;
  138. padding-top: 12px;
  139. }
  140. .ui_mainbox .form {
  141. padding: 0 60px;
  142. overflow: hidden;
  143. }
  144. .ui_mainbox .form dl {
  145. padding-bottom: 12px;
  146. padding-right: 55px;
  147. height: 56px;
  148. float: left;
  149. width: 42%;
  150. }
  151. .ui_mainbox .form dl.col1 dt {
  152. width: 90px;
  153. }
  154. .ui_mainbox .form dl.col1 dd {
  155. margin-left: 90px;
  156. }
  157. .ui_mainbox .form dl.col2 dt {
  158. width: 120px;
  159. }
  160. .ui_mainbox .form dl.col2 dd {
  161. margin-left: 120px;
  162. }
  163. .ui_mainbox .form dl.col3 {
  164. width: 84%;
  165. }
  166. .ui_mainbox .form dl.col3 dt {
  167. width: 120px;
  168. }
  169. .ui_mainbox .form dl.col3 dd {
  170. margin-left: 120px;
  171. }
  172. .ui_mainbox .form dl.col4 {
  173. width: 84%;
  174. }
  175. .ui_mainbox .form dl.col4 dt {
  176. width: 160px;
  177. }
  178. .ui_mainbox .form dl.col4 dd {
  179. margin-left: 160px;
  180. }
  181. .ui_mainbox .form dt {
  182. float: left;
  183. width: 160px;
  184. font: 16px/44px "Microsoft Yahei";
  185. color: #445a92;
  186. text-align: right;
  187. }
  188. .ui_mainbox .form dd {
  189. margin-left: 160px;
  190. position: relative;
  191. }
  192. .ui_mainbox .form dd select {
  193. width: 100%;
  194. height: 44px;
  195. border: solid 1px #d9deee;
  196. border-radius: 8px;
  197. padding: 6px;
  198. font: 14px/22px "Microsoft Yahei";
  199. }
  200. .ui_mainbox .form dd input.txt1 {
  201. height: 44px;
  202. border-radius: 6px;
  203. border: solid 1px #d9deee;
  204. width: 100%;
  205. padding: 10px;
  206. font: 14px/22px "Microsoft Yahei";
  207. }
  208. .ui_mainbox .form dd input.txt2 {
  209. float: left;
  210. height: 44px;
  211. border-radius: 6px;
  212. border: solid 1px #d9deee;
  213. width: 45%;
  214. padding: 10px;
  215. font: 14px/22px "Microsoft Yahei";
  216. }
  217. .ui_mainbox .form dd input.txt3 {
  218. height: 44px;
  219. border-radius: 6px;
  220. border: solid 1px #d9deee;
  221. width: 50%;
  222. padding: 10px;
  223. font: 14px/22px "Microsoft Yahei";
  224. }
  225. .ui_mainbox .form dd i {
  226. float: left;
  227. width: 10%;
  228. height: 44px;
  229. font: 16px/44px "Microsoft Yahei";
  230. color: #445a92;
  231. text-align: center;
  232. }
  233. .ui_mainbox .form dd p {
  234. float: left;
  235. padding: 10px 20px 10px 0;
  236. white-space: nowrap;
  237. }
  238. .ui_mainbox .form dd input[type="radio"] {
  239. float: left;
  240. width: 24px;
  241. height: 24px;
  242. margin-right: 10px;
  243. }
  244. .ui_mainbox .form dd label {
  245. display: block;
  246. font: 16px/24px "Microsoft Yahei";
  247. padding-left: 36px;
  248. }
  249. .ui_mainbox .form dd span {
  250. position: absolute;
  251. top: 0px;
  252. left: 100%;
  253. padding-left: 10px;
  254. font: 16px/44px "Microsoft Yahei";
  255. }
  256. .ui_mainbox .form dd button {
  257. display: block;
  258. height: 30px;
  259. border: none;
  260. background-color: #5e73b2;
  261. color: #fff;
  262. font: 14px/30px "Microsoft Yahei";
  263. border-radius: 4px;
  264. margin-top: 6px;
  265. padding: 0 10px;
  266. cursor: pointer;
  267. outline: none;
  268. }
  269. .ui_mainbox .form dd ul {
  270. padding: 10px;
  271. height: 44px;
  272. font: 14px/24px "Microsoft Yahei";
  273. }
  274. .ui_mainbox .form dd li {
  275. float: left;
  276. padding: 0 10px;
  277. border-radius: 5px;
  278. background-color: #ddd;
  279. margin-right: 10px;
  280. }
  281. .ui_mainbox .form .btn {
  282. float: right;
  283. }
  284. .ui_mainbox .form button.query {
  285. display: block;
  286. width: 120px;
  287. border: solid 1px #d9deee;
  288. height: 44px;
  289. border-radius: 22px;
  290. cursor: pointer;
  291. font: 16px/24px "Microsoft Yahei";
  292. background-color: #fdfdfd;
  293. color: #445a92;
  294. outline: none;
  295. margin-bottom: 12px;
  296. }
  297. .ui_mainbox .form button.export {
  298. display: block;
  299. width: 120px;
  300. border: solid 1px #d9deee;
  301. height: 44px;
  302. border-radius: 22px;
  303. cursor: pointer;
  304. font: 16px/24px "Microsoft Yahei";
  305. background-color: #fdfdfd;
  306. color: #445a92;
  307. outline: none;
  308. }
  309. .ui_mainbox .form button.start {
  310. float: right;
  311. width: 160px;
  312. border: none;
  313. height: 44px;
  314. border-radius: 10px;
  315. cursor: pointer;
  316. font: 20px/24px "Microsoft Yahei";
  317. background-color: #dbb477;
  318. color: #fff;
  319. outline: none;
  320. margin-top: 56px;
  321. }
  322. .ui_mainbox .form button.save {
  323. float: right;
  324. width: 160px;
  325. border: none;
  326. height: 44px;
  327. border-radius: 10px;
  328. cursor: pointer;
  329. font: 20px/24px "Microsoft Yahei";
  330. background-color: #dbb477;
  331. color: #fff;
  332. outline: none;
  333. margin-top: 56px;
  334. }
  335. .ui_mainbox .control {
  336. padding: 0 60px 12px;
  337. height: 42px;
  338. }
  339. .ui_mainbox .control span {
  340. float: left;
  341. width: 80px;
  342. height: 30px;
  343. border: solid 1px #d9deee;
  344. border-radius: 15px;
  345. margin-right: 15px;
  346. text-align: center;
  347. font: 14px/28px "Microsoft Yahei";
  348. color: #445a92;
  349. cursor: pointer;
  350. }
  351. .ui_mainbox .ctitle {
  352. padding: 0 60px;
  353. }
  354. .ui_mainbox .ctitle span.total {
  355. float: right;
  356. font: 16px/24px "Microsoft Yahei";
  357. }
  358. .ui_mainbox .ctitle h2 {
  359. font: 16px/24px "Microsoft Yahei";
  360. color: #445a92;
  361. margin-bottom: 12px;
  362. }
  363. .ui_mainbox .table {
  364. padding: 0 60px;
  365. max-height: 596px;
  366. min-height: 144px;
  367. overflow: auto;
  368. }
  369. .ui_mainbox .table table {
  370. width: 100%;
  371. }
  372. .ui_mainbox .table th {
  373. font: 16px/36px "Microsoft Yahei";
  374. background-color: #e3e8f4;
  375. padding: 0 25px;
  376. color:#445a92;
  377. }
  378. .ui_mainbox .table input[type="checkbox"] {
  379. width: 16px;
  380. height: 16px;
  381. margin-right: 6px;
  382. border: solid 1px #e1e5f1;
  383. background-color: #fff;
  384. vertical-align: middle;
  385. }
  386. .ui_mainbox .table td {
  387. padding: 6px 25px;
  388. background-color: #fff;
  389. height: 36px;
  390. font: 14px/24px "Microsoft Yahei";
  391. color: #2a3d75;
  392. }
  393. .ui_mainbox .table td
  394. .ui_mainbox .table td select {
  395. height: 24px;
  396. width: 60%;
  397. border: solid 1px #e1e5f1;
  398. border-radius: 3px;
  399. padding: 0 10px;
  400. }
  401. .ui_mainbox .table td label {
  402. display: block;
  403. width: 48px;
  404. height: 24px;
  405. background: url(../images/ico_status.png) no-repeat 0 100%;
  406. }
  407. .ui_mainbox .table td label.on {
  408. background-position: 0 0;
  409. }
  410. .ui_mainbox .table td label input {
  411. opacity: 0;
  412. filter: alpha(opacity=0);
  413. }
  414. .ui_mainbox .table td a {
  415. display: inline-block;
  416. padding: 0 10px;
  417. border: solid 1px #e1e5f1;
  418. height: 24px;
  419. font: 14px/22px "Microsoft Yahei";
  420. text-align: center;
  421. border-radius: 12px;
  422. color: #445a92;
  423. }
  424. .ui_mainbox .table tr:nth-child(2n) td {
  425. background-color: #f6f7f8;
  426. }
  427. .ui_mainbox .detail {
  428. padding: 20px;
  429. }
  430. .ui_mainbox .detail .table1 {
  431. margin-right: 160px;
  432. min-height: 829px;
  433. overflow: hidden;
  434. /*overflow-y: auto;*/
  435. overflow-x:auto;
  436. }
  437. .ui_mainbox .detail table {
  438. width: 100%;
  439. }
  440. .ui_mainbox .detail thead th {
  441. background-color: #bbc6e1;
  442. height: 36px;
  443. text-align: center;
  444. color: #445a92;
  445. font: 16px/36px "Microsoft Yahei";
  446. border-bottom: solid 1px #fff;
  447. }
  448. .ui_mainbox .detail thead th:nth-child(1) {
  449. border-right: solid 1px #fff;
  450. }
  451. .ui_mainbox .detail tbody th {
  452. background-color: #e3e8f4;
  453. font: 16px/24px "Microsoft Yahei";
  454. padding: 0 15px;
  455. height: 36px;
  456. color: #445a92;
  457. }
  458. .ui_mainbox .detail tbody th:nth-child(2) {
  459. border-right: solid 1px #fff;
  460. }
  461. .ui_mainbox .detail td {
  462. padding: 6px 15px;
  463. font: 14px/24px "Microsoft Yahei";
  464. color: #23396f;
  465. height: 36px;
  466. background-color: #fff;
  467. }
  468. .ui_mainbox .content1 .detail table.data thead td {
  469. padding: 0;
  470. text-align: center;
  471. }
  472. .ui_mainbox .content1 .detail table.data tbody td {
  473. text-align: center;
  474. padding: 0;
  475. }
  476. .ui_mainbox .detail tr:nth-child(2n) td {
  477. background-color: #f6f7f8;
  478. }
  479. .ui_mainbox .detail table.data thead td {
  480. background-color: #e3e8f4;
  481. font: 14px/24px "Microsoft Yahei";
  482. padding: 0 15px;
  483. height: 36px;
  484. color: #445a92;
  485. text-align: center;
  486. border-right: solid 1px #fff;
  487. border-bottom: solid 1px #fff;
  488. }
  489. .ui_mainbox .detail td:nth-child(2) {
  490. border-right: solid 1px #fff;
  491. }
  492. .ui_mainbox .detail .grade {
  493. float: right;
  494. width: 150px;
  495. overflow: hidden;
  496. }
  497. .ui_mainbox .detail .grade img {
  498. width: 100%;
  499. border: solid 1px #f6f7f8;
  500. }
  501. .ui_mainbox .detail .grade ul {
  502. width: 150px;
  503. padding-bottom: 10px;
  504. }
  505. .ui_mainbox .detail .grade li {
  506. float: left;
  507. border: solid 1px #bbc6e1;
  508. margin-right: 10px;
  509. margin-top: 10px;
  510. width: 40px;
  511. height: 40px;
  512. text-align: center;
  513. font: 16px/38px "Microsoft Yahei";
  514. border-radius: 10px;
  515. color: #5e73b2;
  516. cursor: pointer;
  517. }
  518. .ui_mainbox .detail .grade .score {
  519. padding-top: 0;
  520. }
  521. .ui_mainbox .detail .grade .score h5 {
  522. height: 60px;
  523. text-align: center;
  524. margin-bottom: 5px;
  525. font: 20px/60px "Microsoft Yahei";
  526. color: #5e73b2;
  527. }
  528. .ui_mainbox .detail .grade .score h5 span {
  529. display: inline-block;
  530. width: 60px;
  531. height: 60px;
  532. border: solid 1px #bbc6e1;
  533. border-radius: 10px;
  534. text-align: center;
  535. font-size: 32px;
  536. font-family: "Arial";
  537. }
  538. .ui_mainbox .detail .grade .score p {
  539. height: 54px;
  540. font: 18px/54px "Microsoft Yahei";
  541. color: #5e73b2;
  542. text-align: center;
  543. border-top: solid 1px #bbc6e1;
  544. }
  545. .ui_mainbox .detail .grade .score p strong {
  546. display: inline-block;
  547. font-size: 40px;
  548. color: #e51616;
  549. font-family: "Arial";
  550. font-weight: normal;
  551. vertical-align: middle;
  552. margin-right: 8px;
  553. }
  554. .ui_mainbox .detail .button {
  555. position: fixed;
  556. bottom: 0;
  557. left: 0;
  558. right: 0;
  559. text-align: center;
  560. padding: 10px 0;
  561. border-top:solid 5px #dbb477;
  562. background-color: #fff;
  563. }
  564. .ui_mainbox .detail .button button {
  565. width: 135px;
  566. border-radius: 10px;
  567. background-color: #dbb477;
  568. height: 44px;
  569. border: none;
  570. font: 20px/24px "Microsoft Yahei";
  571. margin-left: 12px;
  572. color: #fff;
  573. cursor: pointer;
  574. outline: none;
  575. }
  576. .ui_mainbox .page {
  577. text-align: center;
  578. padding: 15px;
  579. font: 14px/28px "Microsoft Yahei";
  580. }
  581. .ui_mainbox .page span {
  582. margin: 0 5px;
  583. color: #23396f;
  584. vertical-align: middle;
  585. }
  586. .ui_mainbox .page a {
  587. display: inline-block;
  588. width: 80px;
  589. height: 30px;
  590. text-align: center;
  591. border: solid 1px #d9deee;
  592. border-radius: 15px;
  593. margin: 0 5px;
  594. color: #23396f;
  595. vertical-align: middle;
  596. }
  597. .ui_mainbox .detail .data {
  598. }
  599. /*pop_stdBm*/
  600. .pop_stdBm {
  601. display: none;
  602. }
  603. .pop_stdBm dl {
  604. padding: 8px 85px 8px 0;
  605. height: 58px;
  606. overflow: hidden;
  607. }
  608. .pop_stdBm dt {
  609. float: left;
  610. width: 140px;
  611. font: 16px/42px "Microsoft Yahei";
  612. color: #333;
  613. text-align: right;
  614. }
  615. .pop_stdBm dd {
  616. margin-left: 150px;
  617. }
  618. .pop_stdBm dd select {
  619. width: 100%;
  620. box-sizing: border-box;
  621. padding: 0 5px;
  622. height: 42px;
  623. border-radius: 6px;
  624. font: 16px/30px "Microsoft Yahei";
  625. border: solid 1px #ddd;
  626. }
  627. .pop_stdBm dd input {
  628. width: 100%;
  629. padding: 10px;
  630. height: 42px;
  631. border: solid 1px #ddd;
  632. font: 16px/20px "Microsoft Yahei";
  633. border-radius: 6px;
  634. }
  635. .pop_dblist {
  636. display: none;
  637. }
  638. .pop_dblist ul.list {
  639. overflow: hidden;
  640. height: 180px;
  641. overflow: auto;
  642. }
  643. .pop_dblist ul.list li {
  644. float: left;
  645. width: 25%;
  646. font: 16px/26px "Microsoft Yahei";
  647. text-align: left;
  648. padding: 5px 0;
  649. }
  650. .pop_dblist ul.list li label {
  651. display: inline-block;
  652. padding: 0 10px;
  653. cursor: pointer;
  654. }
  655. .pop_dblist ul.list li label:hover {
  656. border-radius: 5px;
  657. background-color: #5e73b2;
  658. color: #fff;
  659. }
  660. .pop_dblist ul.group {
  661. font: 14px/24px "Microsoft Yahei";
  662. text-align: left;
  663. border: solid 1px #ddd;
  664. padding: 10px;
  665. overflow: hidden;
  666. height: 46px;
  667. }
  668. .pop_dblist ul.group li {
  669. float: left;
  670. padding: 0 10px;
  671. margin-right: 10px;
  672. border-radius: 4px;
  673. text-align: center;
  674. background-color: #eee;
  675. }
  676. /*pop_schoolarea*/
  677. .pop_schoolarea {
  678. display: none;
  679. }
  680. .pop_schoolarea ul {
  681. padding: 10px 5px 0;
  682. overflow: hidden;
  683. }
  684. .pop_schoolarea ul li {
  685. float: left;
  686. padding: 0 10px;
  687. font: 14px/30px "Microsoft Yahei";
  688. margin: 0 5px 10px;
  689. background-color: #eee;
  690. border-radius: 4px;
  691. cursor: pointer;
  692. }
  693. .pop_schoolarea ul li:hover,.pop_schoolarea ul li.on {
  694. color: #fff;
  695. background-color: #5e73b2;
  696. }
  697. /*pop_calibrationDetail*/
  698. .pop_calibrationDetail {
  699. display: none;
  700. width: 1150px;
  701. }
  702. .pop_scoreRemark {
  703. display: none;
  704. width: 300px;
  705. }
  706. /*pop_realEvalMaxGap*/
  707. .pop_realEvalMaxGap {
  708. display: none;
  709. width: 300px;
  710. }
  711. /*pop_simplestype*/
  712. .pop_simplestype {
  713. display: none;
  714. width: 180px;
  715. }
  716. .pop_simplestype li {
  717. display: inline-block;
  718. width: 60px;
  719. height: 60px;
  720. border: solid 1px #ccc;
  721. margin: 5px 10px;
  722. border-radius: 10px;
  723. font: 30px/60px "Arial";
  724. cursor: pointer;
  725. }
  726. .pop_simplestype li.on {
  727. background-color: #5e73b2;
  728. color: #fff;
  729. border-color: #5e73b2;
  730. }
  731. .menu a.active{
  732. background-color: #dbb477;
  733. }
  734. .scoreTbl{
  735. width: 100%
  736. }
  737. .scoreTbl th{border:solid #5e73b2 1px;padding:2px 3px 2px 3px;font-weight: bold;text-align: center;}
  738. .scoreTbl td{border:solid #5e73b2 1px;padding:2px 3px 2px 3px;text-align: left;}
  739. .scoreType1{color: #009933}
  740. .scoreType2{color: #330099}
  741. .scoreType3{color: #990099}
  742. .marked-module a{background-color: #adf1f2;}
  743. .biaoben-btn-a {
  744. background-color: #83EB77 !important;
  745. width: 70px !important;
  746. }
  747. .biaoben-btn-b {
  748. background-color: #83DB77 !important;
  749. width: 70px !important;
  750. }
  751. .biaoben-btn-c {
  752. background-color: #83CB77 !important;
  753. width: 70px !important;
  754. }
  755. .biaoben-btn-d {
  756. background-color: #83BB77 !important;
  757. width: 70px !important;
  758. }
  759. .alert.auto-score{
  760. font-size: 15px;
  761. padding: 5px;
  762. }
  763. .auto-score .auto-score-remark{
  764. margin-top: 5px;
  765. line-height: 25px;
  766. }
  767. .score .btn-primary {
  768. height: 52px;
  769. line-height: 45px;
  770. }
  771. .score table tbody tr td{
  772. width:75px !important;
  773. }