郑州第一人民医院UI

table1.css 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817
  1. body {
  2. font-family: "微软雅黑";
  3. font-size: 14px;
  4. }
  5. ul li {
  6. list-style: none;
  7. /* float: left;*/
  8. }
  9. .fl {
  10. float: left;
  11. }
  12. .fr {
  13. float: right;
  14. }
  15. .tc {
  16. text-align: center;
  17. }
  18. button {
  19. outline: none;
  20. }
  21. /*标头*/
  22. .th-box {
  23. width: 100%;
  24. padding: 5px;
  25. background-color: #ffffff;
  26. margin-bottom: 15px;
  27. }
  28. .th-bar {
  29. /* height: 40px;*/
  30. padding: 3px 15px 0 15px;
  31. }
  32. .sc_btn {
  33. color: rgb(255, 255, 255);
  34. font-size: 12px;
  35. margin-left: 15px;
  36. box-sizing: border-box;
  37. background: #249fea;
  38. padding: 6px 10px;
  39. outline: none;
  40. border-width: 0px;
  41. border-style: initial;
  42. border-color: initial;
  43. border-image: initial;
  44. border-radius: 3px;
  45. }
  46. .btn_gray {
  47. font-size: 14px;
  48. /*margin: 0 3px;*/
  49. box-sizing: border-box;
  50. padding: 6px 10px;
  51. outline: none;
  52. background-color: #ffffff;
  53. color: #249fea;
  54. border: 1px solid #f1f1f1;
  55. border-radius: 4px;
  56. }
  57. .input-group-addon {
  58. color: #249fea;
  59. }
  60. div.form-inline div.form-group {
  61. margin-top: 6px;
  62. margin-bottom: 6px;
  63. }
  64. .seach-box-gray {
  65. padding-top: 5px;
  66. }
  67. .seach-box-gray li {
  68. float: left;
  69. }
  70. .sc_btn:hover {
  71. color: #fff!important;
  72. }
  73. .btn_gray:hover {
  74. color: #808080;
  75. }
  76. .btn_gray:focus {
  77. border-color: #f1f1f1;
  78. }
  79. .Block {
  80. display: block;
  81. }
  82. .seach-box ul {
  83. overflow: hidden;
  84. }
  85. .seach-box ul li {
  86. margin-right: 5px;
  87. }
  88. .photo {
  89. background-color: #FFF;
  90. background-image: none;
  91. border: 1px solid #e5e6e7 !important;
  92. border-radius: 1px;
  93. color: inherit;
  94. padding: 6px 12px;
  95. height: 34px !important;
  96. }
  97. .select {
  98. background-color: #FFF;
  99. background-image: none;
  100. border: 1px solid #e5e6e7;
  101. border-radius: 1px;
  102. color: inherit;
  103. padding: 6px 12px;
  104. }
  105. .select:focus {
  106. outline: none;
  107. border-color: #00BFFF;
  108. }
  109. input:focus {
  110. outline: none;
  111. border-color: #00BFFF;
  112. }
  113. .spiner-example {
  114. position: absolute;
  115. top: 50%;
  116. left: 50%;
  117. z-index: 111;
  118. margin-left: -85px;
  119. margin-top: -100px;
  120. display: none;
  121. }
  122. .sk-spinner-three-bounce {
  123. width: 170px !important;
  124. }
  125. .sk-spinner p {
  126. display: inline-block;
  127. font-size: 18px;
  128. margin-left: 10px;
  129. }
  130. .laydate_body .laydate_bottom,
  131. .laydate_body .laydate_top {
  132. height: 31px !important;
  133. }
  134. .laydate_body .laydate_y .laydate_yms ul li {
  135. width: 59px !important;
  136. }
  137. .max-right {
  138. margin-right: 20px;
  139. }
  140. .add_time {
  141. margin-left: 30px;
  142. margin-top: 20px;
  143. }
  144. .add_time label {
  145. /*margin-right: 5px;*/
  146. /*width: 100px;*/
  147. text-align: right;
  148. text-align: -webkit-right;
  149. line-height: 34px;
  150. }
  151. #Pb,
  152. #editPb {
  153. /*width: 50%;*/
  154. height: 80px;
  155. resize: none;
  156. }
  157. .Pb_sm {
  158. line-height: 82px;
  159. display: -webkit-inline-box;
  160. vertical-align: top;
  161. resize: none;
  162. outline: none;
  163. }
  164. .gjsu ul li {
  165. margin-bottom: 5px;
  166. padding-top: 10px;
  167. }
  168. .gjsu ul li label {
  169. padding-right: 5px;
  170. }
  171. .selects {
  172. width: 200px;
  173. }
  174. .tc {
  175. margin-top: 30px;
  176. text-align: center;
  177. }
  178. .t-shade {
  179. position: fixed;
  180. top: 0;
  181. left: 0;
  182. width: 100%;
  183. height: 100%;
  184. background: rgba(0, 0, 0, 0.48);
  185. z-index: 10004;
  186. display: none;
  187. }
  188. .layui-layer-title {
  189. background-color: #249fea!important;
  190. border-top-left-radius: 5px!important;
  191. border-top-right-radius: 5px!important;
  192. }
  193. .layui-layer-page {
  194. border-radius: 5px!important;
  195. }
  196. .layui-layer-dialog {
  197. border-radius: 5px!important;
  198. }
  199. .layui-layer-setwin a {
  200. color: #fff!important;
  201. }
  202. .search_time {
  203. width: 228px!important;
  204. }
  205. .setwin {
  206. position: absolute;
  207. right: 15px;
  208. top: 5px;
  209. font-size: 20px;
  210. line-height: initial;
  211. }
  212. .setwin a {
  213. font-size: 20px;
  214. color: #fff;
  215. }
  216. .wh_btn {
  217. width: 80%;
  218. text-align: center;
  219. padding-top: 20px;
  220. margin: 0 auto;
  221. margin-bottom: 20px;
  222. }
  223. .wh_btn input {
  224. padding: 7px 20px;
  225. color: #FFF;
  226. border-radius: 5px;
  227. margin-right: 30px;
  228. border: 1px solid #999;
  229. border-color: rgb(26, 179, 148);
  230. }
  231. .cx {
  232. display: block;
  233. }
  234. .imgs {
  235. cursor: pointer;
  236. }
  237. .usercode {
  238. background-color: #FFF;
  239. background-image: none;
  240. border: 1px solid #e5e6e7;
  241. border-radius: 1px;
  242. color: inherit;
  243. padding: 6px 12px;
  244. }
  245. .audiojs {
  246. width: 100%;
  247. }
  248. table td {
  249. word-break: break-all;
  250. word-wrap: break-word;
  251. }
  252. .add_time input {
  253. /*width: 50%;*/
  254. }
  255. a.aBtn {
  256. padding: 0 3px;
  257. color: #249fea;
  258. display: inline-block;
  259. font-size: 12px;
  260. }
  261. a.aBtn:hover {
  262. color: #0088cc;
  263. }
  264. .tab_head {
  265. position: relative;
  266. background-color: #fff;
  267. border-top: 1px solid #e7eaec;
  268. margin-bottom: 15px;
  269. }
  270. .tab_head_left {
  271. padding-left: 0;
  272. margin: 0;
  273. border-bottom: 1px solid #eef0f2;
  274. }
  275. .tab_head li {
  276. float: left;
  277. width: 10.5%;
  278. text-align: center;
  279. padding: 13px 0;
  280. font-size: 16px;
  281. color: #7b8a97;
  282. cursor: pointer;
  283. }
  284. .tab_head .tab_head_active {
  285. border-bottom: 3px solid #249fea;
  286. margin-bottom: -2px;
  287. color: #249fea;
  288. }
  289. .tabs_details {
  290. display: none;
  291. width: 100%;
  292. }
  293. .showtabs {
  294. display: block;
  295. }
  296. .state_audit {
  297. display: inline-block;
  298. width: 60px;
  299. height: 18px;
  300. line-height: 18px;
  301. font-size: 12px;
  302. box-sizing: border-box;
  303. color: #ffffff;
  304. border-radius: 5px;
  305. text-align: center;
  306. cursor: default!important;
  307. }
  308. a.state_audit:hover,
  309. a.state_audit:active,
  310. a.state_audit:focus,
  311. a.state_audit:visited {
  312. color: #FFFFFF;
  313. }
  314. /*待审核 已通过 已拒绝 */
  315. .text-block {
  316. color: #000;
  317. }
  318. .state_audit_other {
  319. background-color: #249fea;
  320. }
  321. .state_audit_hang {
  322. background-color: #E91E63;
  323. }
  324. .state_audit_remission {
  325. background-color: #1a7bb9;
  326. }
  327. .state_audit_wait {
  328. background-color: #febd23;
  329. }
  330. .state_audit_done {
  331. background-color: #5ccb91;
  332. }
  333. .state_audit_refuse {
  334. background-color: #fd7c78;
  335. }
  336. .state_audit_doned {
  337. background-color: #3cd6c9;
  338. }
  339. .state_audit_revoke {
  340. background-color: #fd72b9;
  341. }
  342. .state_audit_termination {
  343. background-color: #fc3d18;
  344. }
  345. .audit_all {
  346. color: #249fea;
  347. }
  348. .audit_wait,
  349. .audit_waitEvaluate,
  350. .audit_yqxcounts {
  351. color: #febd23;
  352. }
  353. .audit_done,
  354. .audit_complete {
  355. color: #5ccb91;
  356. }
  357. .audit_refuse,
  358. .audit_none {
  359. color: #fd7c78;
  360. }
  361. .audit_doned,
  362. .audit_order {
  363. color: #3cd6c9;
  364. }
  365. .audit_revoke {
  366. color: #fd72b9;
  367. }
  368. .audit_termination {
  369. color: #fc3d18;
  370. }
  371. .audit_all::before,
  372. .audit_none::before,
  373. .audit_order::before,
  374. .audit_waitEvaluate::before,
  375. .audit_yqxcounts::before,
  376. .audit_complete::before,
  377. .audit_wait::before,
  378. .audit_done::before,
  379. .audit_refuse::before,
  380. .audit_doned::before,
  381. .audit_revoke::before,
  382. .audit_ygqcounts:before,
  383. .audit_termination::before {
  384. content: '\ff08'
  385. }
  386. .audit_all::after,
  387. .audit_none::after,
  388. .audit_order::after,
  389. .audit_waitEvaluate::after,
  390. .audit_yqxcounts::after,
  391. .audit_complete::after,
  392. .audit_wait::after,
  393. .audit_done::after,
  394. .audit_refuse::after,
  395. .audit_doned::after,
  396. .audit_revoke::after,
  397. .audit_ygqcounts:after,
  398. .audit_termination::after {
  399. content: '\ff09'
  400. }
  401. .pro_allocation .form-group {
  402. margin-right: 0;
  403. }
  404. .seeAccountPro {
  405. width: 95%;
  406. margin: 20px auto;
  407. }
  408. .tool_down:before {
  409. display: block;
  410. content: "";
  411. height: 13px;
  412. width: 13px;
  413. border: 1px solid #e5e5e5;
  414. border-bottom: 0;
  415. border-right: 0;
  416. background: #fff;
  417. position: absolute;
  418. left: 50%;
  419. top: -7px;
  420. -ms-transform: rotate(46deg);
  421. -moz-transform: rotate(46deg);
  422. -webkit-transform: rotate(46deg);
  423. -o-transform: rotate(46deg);
  424. transform: rotate(46deg);
  425. }
  426. .task_tools {
  427. position: relative;
  428. }
  429. .task_tools .tool_down {
  430. position: absolute;
  431. top: 130%;
  432. left: -80px;
  433. z-index: 9999;
  434. display: none;
  435. list-style: none;
  436. margin: 0px;
  437. background: #fff;
  438. border: 1px solid #e5e5e5;
  439. text-align: left;
  440. padding: 5px;
  441. }
  442. .equp_management .tool_down {
  443. left: -19px;
  444. }
  445. .pro_management .tool_down {
  446. left: -30px;
  447. }
  448. .pro_regulatory .tool_down {
  449. left: -22px;
  450. }
  451. .tels_manage .tool_down {
  452. left: -46px;
  453. }
  454. .user_manage .tool_down {
  455. left: -30px;
  456. }
  457. .importNum .tool_down {
  458. left: 20px;
  459. }
  460. .task_tools .tool_down li {
  461. float: none;
  462. position: relative;
  463. }
  464. .task_tools .tool_down li>a {
  465. padding: 6px 6px 6px 30px;
  466. color: #333;
  467. text-decoration: none;
  468. display: block;
  469. clear: both;
  470. font-weight: normal;
  471. /*line-height: 18px;*/
  472. white-space: nowrap;
  473. }
  474. .task_tools .tool_down li:hover {
  475. background: #eee;
  476. }
  477. .task_tools .tool_down .divider {
  478. height: 1px;
  479. margin: 9px 1px;
  480. overflow: hidden;
  481. background-color: #e5e5e5;
  482. border-bottom: 1px solid #e5e5e5;
  483. }
  484. .task_tools .tub {
  485. position: absolute;
  486. left: 10px;
  487. top: 8px;
  488. font-size: 14px;
  489. color: #249fea;
  490. }
  491. .ztc {
  492. background: #fcb322;
  493. }
  494. .clw {
  495. background: #3cc051;
  496. }
  497. .clz {
  498. background: #57b5e3;
  499. }
  500. .dzx {
  501. background: #ed4e2a;
  502. }
  503. .ysc {
  504. background: #ef2e18;
  505. }
  506. /*
  507. * 转移任务
  508. * 奖励处罚
  509. */
  510. .transfer_cont,
  511. .reward_cont {
  512. padding: 30px 20px;
  513. width: 60%;
  514. margin: 0 auto;
  515. }
  516. .reward_cont textarea {
  517. resize: none;
  518. }
  519. li.select2-results__option {
  520. width: 100%;
  521. }
  522. .transfer_select .select2-container {
  523. width: 50%!important;
  524. }
  525. /*.ensureTransfer_btn {
  526. margin-top: 20%;
  527. }*/
  528. .ensureTransfer_btn button.btn {
  529. width: 100px;
  530. }
  531. .proBrief_tables,
  532. .proPredict_tables {
  533. width: 100%;
  534. }
  535. .mbtns .fa-toggle-on {
  536. color: #1ABC9C;
  537. font-size: 13pt;
  538. vertical-align: middle;
  539. margin-top: -1px;
  540. margin-left: -3px;
  541. height: 15px;
  542. }
  543. .mbtns .fa-toggle-off {
  544. color: #aaa;
  545. font-size: 13pt;
  546. vertical-align: middle;
  547. margin-top: -1px;
  548. margin-left: -3px;
  549. height: 15px;
  550. }
  551. .shuju-con {
  552. width: 90%;
  553. height: 600px;
  554. margin: 20px auto;
  555. }
  556. .equipmentRepair .task_tools .tool_down {
  557. left: -22px;
  558. }
  559. @media only screen and (min-width: 1511px) {
  560. .tels_manage div.fixed-table-body,
  561. .equp_management div.fixed-table-body {
  562. overflow-x: inherit;
  563. overflow-y: inherit;
  564. padding-bottom: 0px;
  565. }
  566. }
  567. @media only screen and (min-width: 960px) {
  568. .equipmentRepair div.fixed-table-body {
  569. overflow-x: inherit;
  570. overflow-y: inherit;
  571. padding-bottom: 0px;
  572. }
  573. }
  574. /*1055以下的屏幕会出现滚动条*/
  575. @media only screen and (min-width: 836px) {
  576. .pro_management div.fixed-table-body,
  577. .pro_regulatory div.fixed-table-body,
  578. .user_manage div.fixed-table-body,
  579. .importNum div.fixed-table-body,
  580. .task_management div.fixed-table-body,
  581. .tableCon div.fixed-table-body {
  582. overflow-x: inherit;
  583. overflow-y: inherit;
  584. padding-bottom: 0px;
  585. }
  586. }
  587. .equipmentRepair .fixed-table-body,
  588. .equp_management .fixed-table-body,
  589. .pro_management .fixed-table-body,
  590. .pro_regulatory .fixed-table-body,
  591. .tels_manage .fixed-table-body,
  592. .user_manage .fixed-table-body,
  593. .importNum .fixed-table-body,
  594. .task_management .fixed-table-body,
  595. .tableCon .fixed-table-body {
  596. padding-bottom: 140px;
  597. }
  598. .menu_manage .daoHang {
  599. position: fixed;
  600. left: 0;
  601. top: 0;
  602. z-index: 1;
  603. width: 100%;
  604. }
  605. .menu_manage .th-box {
  606. z-index: 1;
  607. position: fixed;
  608. left: 0;
  609. top: 53px;
  610. margin: 0 15px 15px 15px;
  611. width: 96.1%;
  612. box-shadow: 3px 2px 5px #888888;
  613. }
  614. .menu_manage .wrapper {
  615. margin-top: 102px;
  616. z-index: 0;
  617. }
  618. .radio-inline input[type=radio] {
  619. margin-top: 4px;
  620. }
  621. .trTitle {
  622. width: 100%;
  623. height: 34px;
  624. line-height: 34px;
  625. border-bottom: 1px solid #ebebeb;
  626. color: red;
  627. font-weight: 700;
  628. margin-bottom: 15px;
  629. }
  630. #phoneLists {
  631. display: none;
  632. }
  633. #outcryTable tbody tr{
  634. cursor: pointer;
  635. }
  636. .rating {
  637. margin: 0;
  638. padding: 0;
  639. padding-top: 5px;
  640. height: 18px;
  641. line-height: 18px;
  642. display: inline-block;
  643. vertical-align: middle;
  644. }
  645. .rating-item {
  646. background: url(../../img/certer_stars.png) 0 -36px;
  647. width: 18px;
  648. height: 18px;
  649. list-style: none;
  650. float: left;
  651. margin-right: 8px;
  652. cursor: pointer;
  653. }
  654. .ratingTips {
  655. height: 18px;
  656. line-height: 27px;
  657. margin-left: 20px;
  658. display: inline-block;
  659. vertical-align: middle;
  660. }
  661. .tabs_details table{
  662. width: 100%;
  663. }
  664. .table_con{
  665. cursor: pointer;
  666. }
  667. @media only screen and (max-width: 1180px) {
  668. .tab_head li {
  669. width: 13.5%;
  670. }
  671. }
  672. @media only screen and (max-width: 934px) {
  673. .tab_head li {
  674. width: 14.28%;
  675. }
  676. }