cdss.less 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819
  1. @import "./common.less";
  2. body {
  3. overflow: hidden;
  4. position: relative;
  5. background: #fff;
  6. }
  7. .bodyWrap {
  8. position: fixed;
  9. width: 100%;
  10. height: 100%;
  11. /*background: @bgcBlue;*/
  12. }
  13. .iframeWrap {
  14. }
  15. .contentWrapper {
  16. margin-left: 40px;
  17. padding: 10px 12px 0;
  18. overflow-y: auto;
  19. }
  20. .responsibility {
  21. text-align: center;
  22. font-size: 12px;
  23. color: #aaa;
  24. padding-bottom: 5px;
  25. position: fixed;
  26. left: 40px;
  27. width: 100%;
  28. bottom: 40px;
  29. background-color: #fff;
  30. z-index: 1;
  31. text-indent: -40px;
  32. }
  33. .disclaimer {
  34. height: 24px;
  35. width: 100%;
  36. line-height: 24px;
  37. position: absolute;
  38. bottom: 0;
  39. background-color: #eff1f6;
  40. left: 40px;
  41. z-index: 98;
  42. .version-tip {
  43. margin-left: 20px;
  44. display: inline-block;
  45. font-size: 12px;
  46. line-height: 12px;
  47. //padding-right: 34px;
  48. cursor: pointer;
  49. &.new-icon {
  50. // background: url(../images/new.png) 100% 0px no-repeat;
  51. // background-size: 27px;
  52. }
  53. }
  54. .version-txt i,
  55. .disclaimerInfoTxt {
  56. font-size: 12px;
  57. color: #777;
  58. border-bottom: 1px solid #777;
  59. }
  60. .logo {
  61. // float: left;
  62. font-size: 12px;
  63. //margin-left: 15px;
  64. color: #333;
  65. }
  66. .disclaimerInfo {
  67. float: right;
  68. font-size: 12px;
  69. margin-right: 60px;
  70. }
  71. }
  72. .disclaimerInfo {
  73. cursor: pointer;
  74. font-size: 12px;
  75. }
  76. .disclaimerInfoTxt:hover {
  77. border-bottom: 1px solid #000;
  78. font-size: 12px;
  79. }
  80. .moreInfo {
  81. display: inline-block;
  82. width: 42px;
  83. height: 20px;
  84. border-radius: 4px;
  85. border: 1px solid #267fd7;
  86. line-height: 20px;
  87. color: #267fd7;
  88. text-align: center;
  89. margin-left: 20px;
  90. cursor: pointer;
  91. }
  92. .staticWin {
  93. color: #040428;
  94. text-decoration: underline;
  95. cursor: pointer;
  96. }
  97. .line {
  98. width: 100%;
  99. height: 1px;
  100. background: #d1d1d1;
  101. }
  102. .empty-box {
  103. position: relative;
  104. top: 172px;
  105. display: none;
  106. }
  107. .empty {
  108. display: block;
  109. }
  110. .emptyImg {
  111. width: 185px;
  112. position: relative;
  113. left: 50%;
  114. margin-left: -93px;
  115. &.small {
  116. width: 90px;
  117. margin-left: -45px;
  118. }
  119. }
  120. .emptyTxt {
  121. text-align: center;
  122. color: #999;
  123. font-size: 14px;
  124. }
  125. .loading {
  126. position: fixed;
  127. width: 100%;
  128. height: 100%;
  129. left: 0;
  130. top: 0;
  131. z-index: 100;
  132. display: none;
  133. }
  134. .loadingMask {
  135. position: absolute;
  136. width: 100%;
  137. height: 100%;
  138. background-color: #fff;
  139. opacity: 0.5;
  140. filter: alpha(opacity=50);
  141. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50);";
  142. }
  143. .loadingImg {
  144. width: 40px;
  145. position: absolute;
  146. left: 50%;
  147. top: 50%;
  148. margin: -20px 0 0 -20px;
  149. }
  150. .emergency {
  151. position: fixed;
  152. right: 20px;
  153. top: 0;
  154. .disPub {
  155. width: 40px;
  156. height: 40px;
  157. line-height: 40px;
  158. position: absolute;
  159. left: 0;
  160. text-align: center;
  161. border-radius: 50%;
  162. color: #fff;
  163. background-color: #f93333;
  164. }
  165. .singleDis {
  166. left: -25px;
  167. display: none;
  168. }
  169. .allDis {
  170. display: none;
  171. z-index: 10;
  172. moz-user-select: -moz-none;
  173. -moz-user-select: none;
  174. -o-user-select: none;
  175. -webkit-user-select: none;
  176. -ms-user-select: none;
  177. user-select: none;
  178. position: fixed;
  179. top: 0;
  180. right: 5px;
  181. width: auto;
  182. height: 40px;
  183. line-height: 40px;
  184. border-radius: 22px;
  185. border: 2px solid #f93333;
  186. background-color: #fff;
  187. padding-left: 50px;
  188. padding-right: 30px;
  189. cursor: pointer;
  190. .right {
  191. position: absolute;
  192. right: 5px;
  193. top: 9px;
  194. }
  195. }
  196. }
  197. // CDSS6.0
  198. .diag {
  199. .longBox,
  200. .shortBox {
  201. padding: 0 10px 8px;
  202. }
  203. }
  204. .longBox {
  205. display: none;
  206. }
  207. .pushItemBox {
  208. position: relative;
  209. cursor: pointer;
  210. /*display: inline-block;*/
  211. }
  212. .warning .pushItemName .item-name {
  213. opacity: 0.8;
  214. filter: alpha(opacity=80);
  215. }
  216. .pushItemName {
  217. position: relative;
  218. /*display: inline;*/
  219. line-height: 21px;
  220. padding-right: 3px;
  221. cursor: pointer;
  222. &.noInfo {
  223. margin-right: 12px;
  224. &.evaluationtitle {
  225. margin-right: 3px;
  226. }
  227. .hidden-i {
  228. visibility: hidden;
  229. }
  230. }
  231. &:hover {
  232. .infoImg + .hidden-i {
  233. visibility: hidden;
  234. }
  235. .infoImg {
  236. visibility: visible;
  237. }
  238. }
  239. .infoImg:hover {
  240. visibility: visible;
  241. }
  242. }
  243. .pushItemBox:hover {
  244. .infoImg {
  245. visibility: visible;
  246. }
  247. }
  248. .infoImg,
  249. .hidden-i {
  250. width: 12px;
  251. /*position: absolute;
  252. top: 5px;
  253. right: 3px;*/
  254. cursor: pointer;
  255. visibility: hidden;
  256. vertical-align: middle;
  257. }
  258. .hidden-i {
  259. display: inline-block;
  260. width: 12px;
  261. }
  262. .showMore,
  263. .showLess {
  264. display: inline-block;
  265. cursor: pointer;
  266. color: #3b9ed0;
  267. position: absolute;
  268. right: 14px;
  269. bottom: 5px;
  270. }
  271. .moduleTitle {
  272. height: 35px;
  273. line-height: 35px;
  274. font-size: 16px;
  275. color: @fontClr;
  276. font-weight: 600;
  277. border-radius: 8px 8px 0 0;
  278. margin-bottom: 10px;
  279. .titleIcon {
  280. width: 24px;
  281. position: relative;
  282. top: 5px;
  283. margin: 0 5px 0 14px;
  284. }
  285. }
  286. .casewriting .titleIcon {
  287. width: 14px;
  288. }
  289. .iconArrowImg {
  290. width: 10px;
  291. // position: relative;
  292. // top: 2px;
  293. }
  294. .moduleBox {
  295. padding: 0;
  296. .longBox,
  297. .shortBox {
  298. border-bottom: 1px #e6e6e6 dashed;
  299. }
  300. &:last-child .longBox,
  301. &:last-child .shortBox {
  302. border-bottom: none;
  303. }
  304. }
  305. .moduleBoxTitle {
  306. color: @fontClr;
  307. line-height: 17px;
  308. font-weight: 600;
  309. padding-left: 3px;
  310. margin: 6px 0 6px 14px;
  311. border-left: 4px solid @suggerColor;
  312. }
  313. .iconMark {
  314. width: 17px;
  315. position: absolute;
  316. left: 10px;
  317. top: 2px;
  318. }
  319. .billingPushItem {
  320. padding: 0 10px 0 24px;
  321. position: relative;
  322. word-wrap: break-word;
  323. word-break: normal;
  324. }
  325. .moduleItem {
  326. position: relative;
  327. border-radius: 8px;
  328. box-shadow: 0px 5px 5px 0px @shadowColor;
  329. margin-bottom: 10px;
  330. padding-bottom: 10px;
  331. border: 1px #d8d8d8 solid;
  332. .longBox,
  333. .shortBox {
  334. padding: 4px 14px;
  335. position: relative; /****bug8454***/
  336. }
  337. }
  338. .tabList {
  339. margin-bottom: 8px;
  340. position: relative;
  341. height: 100%;
  342. background: @bgcBlue;
  343. .numPop {
  344. display: none;
  345. position: absolute;
  346. top: 0;
  347. left: 2px;
  348. border-radius: 8px;
  349. width: 17px;
  350. height: 17px;
  351. background: url("../images/tip-bg.png") no-repeat;
  352. font-size: 12px;
  353. text-align: center;
  354. color: #fff;
  355. }
  356. }
  357. .tab {
  358. width: 10px;
  359. padding: 8px 10px;
  360. font-size: 14px;
  361. cursor: pointer;
  362. color: @tabColor;
  363. margin-left: 10px;
  364. background: @tabBgColor;
  365. border-radius: 8px 0px 0px 8px;
  366. span {
  367. }
  368. }
  369. .activeTab {
  370. color: @fontClr;
  371. font-weight: 600;
  372. font-size: 14px;
  373. background: @mainBg;
  374. }
  375. .moduleWrapper {
  376. display: none;
  377. }
  378. .recommendWrap {
  379. }
  380. .staticSearchB ul {
  381. position: absolute;
  382. height: 480px;
  383. // width: 100%;
  384. /* right: 30px; */
  385. left: 40px;
  386. overflow: auto;
  387. }
  388. .moduleItem.warning {
  389. background: @dangerColor;
  390. color: #fff;
  391. padding: 10px 40px;
  392. box-shadow: 0 2px 4px 0 #f9bc9f;
  393. }
  394. .warningTitImg {
  395. width: 20px;
  396. position: absolute;
  397. left: -28px;
  398. top: -2px;
  399. }
  400. .warningTitle {
  401. position: relative;
  402. margin-right: 15px;
  403. font-weight: bold;
  404. }
  405. .medicalKonwledgeWrap {
  406. }
  407. .newIcon {
  408. width: 27px;
  409. position: relative;
  410. top: 2px;
  411. //left: 15px;
  412. visibility: hidden;
  413. }
  414. .new-icon .newIcon {
  415. visibility: visible;
  416. }
  417. .generalTreatInfo {
  418. padding: 0px 24px 0 10px;
  419. box-sizing: border-box;
  420. position: relative;
  421. margin-top: 4px;
  422. margin-bottom: 4px;
  423. ol li {
  424. list-style: decimal;
  425. list-style-position: inside;
  426. }
  427. ul {
  428. padding-left: 15px;
  429. li {
  430. list-style: inside;
  431. list-style-position: inside;
  432. }
  433. }
  434. }
  435. .isOverFlow {
  436. overflow: hidden;
  437. max-height: 38px;
  438. p {
  439. // height: 20px;
  440. // line-height: 20px;
  441. }
  442. }
  443. .showMoreGeneralTreat {
  444. position: absolute;
  445. cursor: pointer;
  446. color: #3b9ed0;
  447. right: 10px;
  448. bottom: -1px;
  449. background: #fff;
  450. width: 10px;
  451. height: 10px;
  452. box-sizing: border-box;
  453. img.more {
  454. position: absolute;
  455. top: 2px;
  456. right: 3px;
  457. }
  458. }
  459. .showLessGeneralTreat {
  460. display: inline-block;
  461. cursor: pointer;
  462. float: right;
  463. color: #3b9ed0;
  464. }
  465. .tips-cont {
  466. border-radius: 8px;
  467. box-shadow: 0px 5px 5px 0px @shadowColor;
  468. border: 1px #d8d8d8 solid;
  469. margin-bottom: 10px;
  470. .moduleBoxTitle {
  471. border-color: #ff8042;
  472. }
  473. .moduleItem {
  474. box-shadow: none;
  475. border: none;
  476. border-bottom: 1px #e6e6e6 dashed;
  477. &:last-child {
  478. border-bottom: none;
  479. }
  480. }
  481. }
  482. .longStrBox {
  483. display: none;
  484. }
  485. .showMoreCaseWriting,
  486. .showLessCaseWriting {
  487. display: inline-block;
  488. cursor: pointer;
  489. float: right;
  490. color: #3b9ed0;
  491. img {
  492. margin-left: 4px;
  493. }
  494. }
  495. /*******中医********/
  496. .tcmWarp {
  497. box-sizing: border-box;
  498. width: 100%;
  499. height: 100%;
  500. overflow-y: auto;
  501. }
  502. .tcm-item {
  503. display: none;
  504. margin: 0 0 10px;
  505. border: 1px #eef5fd solid;
  506. border-radius: 8px;
  507. box-shadow: 0px 5px 5px 0px #d3d8d9;
  508. &.go-push .title {
  509. border-radius: 8px;
  510. }
  511. .title {
  512. background: @pushBgColor;
  513. height: 35px;
  514. line-height: 35px;
  515. padding: 0 12px;
  516. border-radius: 8px 8px 0px 0px;
  517. img {
  518. vertical-align: middle;
  519. width: 20px;
  520. height: 20px;
  521. margin-right: 3px;
  522. }
  523. .h2 {
  524. font-weight: bold;
  525. font-size: 16px;
  526. color: #333;
  527. }
  528. .go {
  529. float: right;
  530. font-size: 14px;
  531. color: @linkColor;
  532. text-decoration: none;
  533. cursor: pointer;
  534. img {
  535. width: 5px;
  536. height: 9px;
  537. vertical-align: inherit;
  538. }
  539. }
  540. }
  541. .infos {
  542. padding-top: 10px;
  543. li {
  544. margin-bottom: 5px;
  545. padding-left: 18px;
  546. .label {
  547. display: inline-block;
  548. width: 98px;
  549. margin-right: 15px;
  550. font-size: 14px;
  551. color: #333;
  552. }
  553. .val {
  554. color: #666;
  555. }
  556. }
  557. }
  558. .detail {
  559. margin: 0 10px;
  560. border-top: 1px #e6e6e6 dashed;
  561. padding-top: 5px;
  562. /*max-height: 134px;*/
  563. overflow-y: hidden;
  564. li {
  565. margin: 0 34px 6px 10px;
  566. }
  567. .label {
  568. float: left;
  569. border-left: 4px solid #267fd7;
  570. padding-left: 5px;
  571. line-height: 14px;
  572. margin-top: 3px;
  573. color: #333;
  574. }
  575. .go {
  576. float: right;
  577. margin: -25px 0px 10px 0;
  578. font-size: 14px;
  579. color: @linkColor;
  580. text-decoration: none;
  581. cursor: pointer;
  582. }
  583. .val {
  584. margin-left: 65px;
  585. .name {
  586. color: #333;
  587. }
  588. .desc {
  589. color: #666;
  590. overflow-x: hidden;
  591. white-space: nowrap;
  592. width: 100%;
  593. text-overflow: ellipsis;
  594. }
  595. }
  596. }
  597. &.recipe {
  598. display: none;
  599. }
  600. &.knowledge .content {
  601. padding: 8px 10px 12px;
  602. li {
  603. display: inline-block;
  604. width: 29%;
  605. text-align: center;
  606. padding: 0 2%;
  607. margin-top: 8px;
  608. }
  609. .a-link {
  610. display: inline-block;
  611. width: 100%;
  612. border: 1px @linkColor solid;
  613. color: @linkColor;
  614. height: 30px;
  615. line-height: 30px;
  616. border-radius: 4px;
  617. cursor: pointer;
  618. background: url("../images/go.png") 95% center no-repeat;
  619. text-indent: -8px;
  620. text-decoration: none;
  621. }
  622. }
  623. }
  624. .evaluation {
  625. .evaluationtitle {
  626. color: @linkColor;
  627. cursor: pointer;
  628. }
  629. .infoImg,
  630. .hidden-i {
  631. margin-left: -10px;
  632. }
  633. }
  634. .maydiagnose,
  635. .hasdiagnose {
  636. padding-bottom: 0;
  637. .maysymptom,
  638. .hassymptom,
  639. .maypacs,
  640. .haspacs,
  641. .mayvital,
  642. .hasvital,
  643. .medicineItem,
  644. .operationItem,
  645. .nurseItem,
  646. .maylis,
  647. .haslis,
  648. .mayevaluation,
  649. .hasevaluation,
  650. .mayantidias,
  651. .hasantidias {
  652. .shortBox,
  653. .longBox {
  654. padding: 4px 0;
  655. overflow: hidden;
  656. .showMore {
  657. right: 5px;
  658. .iconArrowImg {
  659. margin-right: 0;
  660. margin-top: 0;
  661. float: none;
  662. }
  663. }
  664. }
  665. .evaluationtitle {
  666. color: @linkColor;
  667. cursor: pointer;
  668. }
  669. }
  670. }
  671. .item {
  672. padding: 0 15px;
  673. .box {
  674. overflow: hidden;
  675. position: relative;
  676. .box-p {
  677. height: 29px;
  678. border-bottom: 1px solid #d9d9d9;
  679. cursor: pointer;
  680. }
  681. .box-p:hover {
  682. background: #eff2f4;
  683. }
  684. .box-title {
  685. line-height: 29px;
  686. }
  687. .box-img {
  688. float: right;
  689. margin-top: 11px;
  690. margin-right: 5px;
  691. width: 10px;
  692. }
  693. .moduleCenter {
  694. display: none;
  695. }
  696. }
  697. .box-1 {
  698. display: none;
  699. }
  700. .toogle {
  701. height: 30px;
  702. color: #4f9ff3;
  703. text-align: center;
  704. line-height: 30px;
  705. cursor: pointer;
  706. & img {
  707. width: 8px;
  708. height: 8px;
  709. margin-left: 5px;
  710. }
  711. }
  712. }
  713. .active {
  714. background: #1677ff !important;
  715. color: #ffffff !important;
  716. }
  717. .centerBox {
  718. border-top: 1px dashed #d9d9d9;
  719. ul {
  720. padding: 9px 0;
  721. overflow: hidden;
  722. li {
  723. float: left;
  724. padding: 4px 2px;
  725. background: #ffffff;
  726. border-radius: 4px;
  727. border: 1px solid #1677ff;
  728. font-size: 12px;
  729. font-weight: 400;
  730. color: #1677ff;
  731. line-height: 17px;
  732. margin-right: 8px;
  733. cursor: pointer;
  734. }
  735. }
  736. }
  737. .generalItem,
  738. .medicineItem,
  739. .operationItem,
  740. .nurseItem {
  741. display: none;
  742. }
  743. .onshow {
  744. display: block;
  745. }
  746. .centerBoxItem {
  747. padding-bottom: 4px;
  748. border-bottom: 1px solid #d9d9d9;
  749. }
  750. .toast {
  751. position: absolute;
  752. right: 18px;
  753. top: 0;
  754. height: 30px;
  755. }
  756. .box-title {
  757. color: #000;
  758. }
  759. .shortBox-tit {
  760. color: #333;
  761. float: left;
  762. }
  763. .nurseDetail {
  764. font-size: 14px;
  765. font-weight: 400;
  766. color: #1677ff;
  767. line-height: 20px;
  768. background: #e3f0ff;
  769. margin-left: 5px;
  770. padding: 0 5px;
  771. cursor: pointer;
  772. .nurseImg {
  773. margin-left: 5px;
  774. }
  775. }
  776. .nurseIitle {
  777. border-bottom: 1px solid #d9d9d9;
  778. padding-bottom: 10px;
  779. .title {
  780. padding-left: 5px;
  781. }
  782. &:before {
  783. content: "";
  784. width: 4px;
  785. height: 15px;
  786. background: #1ecebd;
  787. position: absolute;
  788. top: 6.5px;
  789. }
  790. }
  791. .nurseIitle:last-child {
  792. border-bottom: none;
  793. }
  794. .shortBox {
  795. overflow: hidden;
  796. }
  797. .shortBox-tit2 {
  798. float: left;
  799. width: 85%;
  800. }
  801. .shortBox-tit1 {
  802. float: left;
  803. width: 75%;
  804. }
  805. .hasdiagnose,.maydiagnose{
  806. .titleIcon{
  807. width: 20px;
  808. }
  809. }
  810. .nurseIitleItem{
  811. padding-left: 5px;
  812. }