cdssHorizontal.less 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785
  1. @import "./common.less";
  2. .bodyWrap {
  3. position: relative;
  4. min-height: 100px;
  5. border-bottom: 1px solid #ebebeb;
  6. box-shadow: 1px 1px 5px 2px #ebebeb;
  7. }
  8. .versionWrapper {
  9. position: absolute;
  10. top:0;
  11. right: 0;
  12. width: 45px;
  13. height: 100px;
  14. background: url("../images/bg.png");
  15. color: #fff;
  16. font-size: 12px;
  17. }
  18. .versionTop {
  19. display: inline-block;
  20. width: 10px;
  21. height: 49px;
  22. background: url("../images/copy.png");
  23. cursor: pointer;
  24. margin: 3px 0 0 2px;
  25. }
  26. .versionBottom {
  27. display: inline-block;
  28. width: 40px;
  29. height: 10px;
  30. background: url("../images/vs.png");
  31. cursor: pointer;
  32. margin: 29px 0 0 3px;
  33. }
  34. .versionNew{
  35. width: 24px;
  36. height: 12px;
  37. background: url("../images/new1.png");
  38. position: absolute;
  39. top: 70px;
  40. left: 19px;
  41. }
  42. .pushDisclaimer {
  43. display: inline-block;
  44. width: 13px;
  45. position: absolute;
  46. top: 10px;
  47. left: 7px;
  48. font-size: 12px;
  49. }
  50. .logoTxt {
  51. display: inline-block;
  52. width: 10px;
  53. position: absolute;
  54. left: 25px;
  55. top: 10px;
  56. font-size: 12px;
  57. }
  58. .versionTxt {
  59. display: inline-block;
  60. width: 10px;
  61. position: absolute;
  62. font-size: 12px;
  63. left: 7px;
  64. }
  65. .tabList {
  66. float: left;
  67. width: 70px;
  68. height: 100%;
  69. min-height: 100px;
  70. text-align: center;
  71. color: #333333;
  72. // box-sizing: border-box;
  73. z-index: 99;
  74. border-right: 1px solid @bgcBlue;
  75. }
  76. .tab {
  77. width: 60px;
  78. height: 20px;
  79. font-size:12px;
  80. cursor: pointer;
  81. text-align: center;
  82. margin:4px 5px;
  83. }
  84. .tabName {
  85. text-align: center;
  86. }
  87. .activeTab {
  88. font-weight: 500;
  89. color: @bgcBlue;
  90. background:@pushBgColor;
  91. position: relative;
  92. &:after{
  93. content: '';
  94. width: 5px;
  95. height: 11px;
  96. background: url("../images/ar.png") no-repeat;
  97. display: block;
  98. position: absolute;
  99. top: 4px;
  100. left: 60px;
  101. }
  102. }
  103. .contentBox {
  104. margin:0 46px 0 72px;
  105. }
  106. .moduleWrapper {
  107. /*position: absolute;
  108. width: 100%;
  109. height: 202px;*/
  110. }
  111. .leftWrapper,
  112. .rightWrapper {
  113. position: relative;
  114. height: 100px;
  115. display: inline-block;
  116. box-sizing: border-box;
  117. overflow-y: auto;
  118. }
  119. .leftWrapper {
  120. width: 60%;
  121. // border-right: 1px solid #E6E6E6;
  122. float: left;
  123. padding: 2px 10px 0 10px;
  124. box-sizing: border-box;
  125. }
  126. .rightWrapper {
  127. width: 40%;
  128. padding: 0px 20px;
  129. display: none;
  130. // margin: 0 10px;
  131. // border-left: 1px solid #e6e6e6;
  132. }
  133. .leftBox,
  134. .rightBox {
  135. position: relative;
  136. p{
  137. font-size: 12px;
  138. }
  139. }
  140. .moduleWrapper {
  141. display: none;
  142. }
  143. .moduleItem {
  144. padding: 0 0 0 110px;
  145. box-sizing: border-box;
  146. line-height: 21px;
  147. span,div{
  148. font-size: 12px;
  149. }
  150. &:hover {
  151. background: #f6f6f6;
  152. }
  153. }
  154. .moduleItemTitBox {
  155. display: inline-block;
  156. width: 110px;
  157. height: 21px;
  158. box-sizing: border-box;
  159. position: absolute;
  160. left: 0;
  161. margin-top: -2px;
  162. }
  163. .casewriting .moduleItemTitBox .moduleTitle {
  164. color: @colorWaring;
  165. }
  166. .titleIcon {
  167. width: 18px;
  168. margin: 0px 0px 0 5px;
  169. position: relative;
  170. top: 4px;
  171. }
  172. .treatIcon {
  173. width: 14px;
  174. position: relative;
  175. top: 2px;
  176. margin-right: 6px;
  177. }
  178. .moduleTitle {
  179. font-size: 14px;
  180. font-weight: 500;
  181. color: @bgcBlue;
  182. }
  183. .diag .moduleTitle {
  184. // color: #ff656b;
  185. }
  186. .rightBox .moduleTitle {
  187. color: #1e1e1e;
  188. }
  189. .warning .moduleTitle {
  190. color: #fff;
  191. background: #ff7f5b;
  192. width: 62px;
  193. height: 17px;
  194. line-height: 17px;
  195. margin-top: 4px;
  196. img {
  197. width: 12px;
  198. vertical-align: top;
  199. margin-top: -1.5px;
  200. margin-right: 7px;
  201. }
  202. }
  203. .warning .moduleItemTitBox {
  204. width: 83px;
  205. }
  206. .pushItemBox {
  207. padding-right: 18px;
  208. position: relative;
  209. display: inline-block;
  210. // color: #1677FF;
  211. }
  212. .infoImg {
  213. width: 11px;
  214. position: absolute;
  215. top: 5px;
  216. cursor: pointer;
  217. display: none;
  218. right: 4px;
  219. }
  220. .pushItemBox:hover {
  221. .infoImg {
  222. display: block;
  223. }
  224. }
  225. .searchBox {
  226. margin: 38px 0 0 30px;
  227. }
  228. .search {
  229. color: @bgcBlue;
  230. border-bottom: 1px solid @bgcBlue;
  231. cursor: pointer;
  232. }
  233. .tips-cont {
  234. position: relative;
  235. background: #fff7f2;
  236. max-height: 63px;
  237. overflow: hidden;
  238. .moduleTitle {
  239. position: absolute;
  240. top: 0;
  241. font-size: 12px;
  242. /*font-weight: 600;*/
  243. color: @colorWaring;
  244. left: -4px;
  245. }
  246. }
  247. .moduleItem.crivalue,
  248. .moduleItem.rationali,
  249. .moduleItem.highrisk,
  250. .moduleItem.otherremind {
  251. max-height: 81px;
  252. overflow-y: hidden;
  253. // background: #FFE8DD;
  254. position: relative;
  255. .moduleTitle {
  256. color: @colorWaring;
  257. }
  258. .moduleBox {
  259. padding: 0 0 0 90px;
  260. position: relative;
  261. }
  262. .moduleBoxName {
  263. position: absolute;
  264. left: 0;
  265. font-size: 12px;
  266. color: @colorWaring;
  267. display: inline-block;
  268. border: 1px solid @colorWaring;
  269. line-height: 16px;
  270. top: 5px;
  271. padding: 0 7px;
  272. border-radius: 9px;
  273. }
  274. }
  275. .billingPushItem {
  276. color: @fontColor;
  277. }
  278. .shortBox {
  279. color: @fontColor;
  280. }
  281. .showMore,
  282. .showLess {
  283. display: inline-block;
  284. cursor: pointer;
  285. float: right;
  286. line-height: 21px;
  287. color: #3b9ed0;
  288. position: relative;
  289. right: 5px;
  290. }
  291. .showMoreNewPage,
  292. .showMoreCaseWrite {
  293. display: inline-block;
  294. cursor: pointer;
  295. position: absolute;
  296. line-height: 21px;
  297. color: @bgcBlue;
  298. right: 5px;
  299. bottom: -1px;
  300. font-size: 12px;
  301. }
  302. .longStrBox {
  303. max-height: 180px;
  304. position: absolute;
  305. width: 100%;
  306. left: 0;
  307. top: 5px;
  308. background: #fff;
  309. border: 1px solid @bgcBlue;
  310. box-sizing: border-box;
  311. border-radius: 1px;
  312. padding: 0 0 0 80px;
  313. display: none;
  314. z-index: 1;
  315. overflow: auto;
  316. }
  317. .longStrBoxTitle {
  318. position: absolute;
  319. left: 0;
  320. display: inline-block;
  321. width: 80px;
  322. text-align: right;
  323. font-weight: 600;
  324. }
  325. .diag .moduleBox {
  326. padding: 0 0 0 78px;
  327. position: relative;
  328. }
  329. .diag .moduleBoxName {
  330. position: absolute;
  331. left: 0;
  332. font-size: 12px;
  333. color: @bgcBlue;
  334. display: inline-block;
  335. line-height: 16px;
  336. top: 4px;
  337. padding: 0px 5px;
  338. border-radius: 9px;
  339. border: 1px solid @bgcBlue;
  340. }
  341. .rightBoxTitle {
  342. height: 22px;
  343. line-height: 22px;
  344. color: #2fc6c7;
  345. border-bottom: 1px solid #e6e6e6;
  346. font-weight: 600;
  347. span{
  348. font-size: 12px;
  349. }
  350. }
  351. .versionIcon {
  352. width: 12px;
  353. position: absolute;
  354. left: 25px;
  355. bottom: 8px;
  356. display: none;
  357. }
  358. .new-icon .versionIcon {
  359. display: inline-block;
  360. }
  361. .iconArrowImg {
  362. width: 10px;
  363. }
  364. .showLess .iconArrowImg {
  365. position: relative;
  366. top: -5px;
  367. }
  368. .moduleItem.casewriting {
  369. padding: 0 0 0 160px;
  370. // background: rgba(60,172,228,.17);
  371. // filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#333CACE4,endColorstr=#333CACE4);
  372. background: #fff7f2;
  373. margin-top: 7px;
  374. max-height: 63px;
  375. overflow-y: hidden;
  376. position: relative;
  377. }
  378. .casewriting .moduleItemTitBox {
  379. width: 160px;
  380. color: @colorWaring;
  381. }
  382. // .casewriting .moduleTitle {
  383. // color: @colorWaring;
  384. // }
  385. .casewriting {
  386. position: relative;
  387. box-sizing: border-box;
  388. max-height: 65px;
  389. overflow: hidden;
  390. }
  391. .isOverFlow {
  392. overflow: hidden;
  393. max-height: 41px;
  394. }
  395. .showMoreGeneralTreat {
  396. position: absolute;
  397. cursor: pointer;
  398. color: @bgcBlue;
  399. right: 0px;
  400. bottom: 0;
  401. background: #fff;
  402. }
  403. .generalTreatInfo {
  404. position: relative;
  405. padding: 0 28px 0 0;
  406. color: @fontColor;
  407. display: -webkit-box;
  408. -webkit-box-orient: vertical;
  409. -webkit-line-clamp: 4;
  410. overflow: hidden;
  411. ol li {
  412. list-style: decimal;
  413. list-style-position: inside;
  414. height: 28px;
  415. line-height: 28px;
  416. }
  417. ul {
  418. padding-left: 15px;
  419. li {
  420. list-style: inside;
  421. list-style-position: inside;
  422. height: 28px;
  423. line-height: 28px;
  424. }
  425. }
  426. }
  427. .disName {
  428. font-size: 12px;
  429. color: #1e1e1e;
  430. margin: 3px 0 0;
  431. font-weight: 600;
  432. }
  433. .followUpWrap {
  434. /*position: absolute;*/
  435. width: 100%;
  436. height: 100px;
  437. padding: 0 20px;
  438. box-sizing: border-box;
  439. overflow-y: auto;
  440. }
  441. .operaNameBox {
  442. background-color: #eff1f6;
  443. height: 21px;
  444. line-height: 21px;
  445. color: #777777;
  446. padding-left: 10px;
  447. }
  448. .operaNameBold {
  449. color: #333;
  450. font-weight: bold;
  451. font-size: 12px;
  452. }
  453. .infoWrap {
  454. // max-height: 175px;
  455. // overflow: auto;
  456. // padding-top: 8px;
  457. box-sizing: border-box;
  458. color: @fontColor;
  459. .infoBox {
  460. padding-left: 10px;
  461. padding-top: 3px;
  462. box-sizing: border-box;
  463. &:hover {
  464. background-color: #fff;
  465. }
  466. }
  467. .infoBox p {
  468. color: #1e1e1e;
  469. font-weight: bold;
  470. font-size: 12px;
  471. margin-bottom: 5px;
  472. }
  473. }
  474. .medicalKonwledgeWrap {
  475. height: 100px;
  476. overflow: auto;
  477. }
  478. .readMorePlan {
  479. margin-top: 10px;
  480. padding-left: 10px;
  481. width: 98px;
  482. height: 21px;
  483. line-height: 21px;
  484. background: #e7f1ff;
  485. border-radius: 2px;
  486. cursor: pointer;
  487. a {
  488. list-style: none;
  489. display: inline-block;
  490. font-size: 12px;
  491. color: @bgcBlue;
  492. }
  493. img {
  494. width: 5px;
  495. height: 9px;
  496. margin-left: 7px;
  497. }
  498. }
  499. .checkFront {
  500. position: relative;
  501. padding-left: 92px;
  502. margin: 5px 0;
  503. .lisStrFront,
  504. .pacsStrFront {
  505. position: absolute;
  506. left: 0;
  507. top: 0px;
  508. width: 50px;
  509. height: 18px;
  510. line-height: 18px;
  511. border-radius: 4px;
  512. color: @bgcBlue;
  513. border: 1px solid @bgcBlue;
  514. text-align: center;
  515. font-size: 12px;
  516. img {
  517. width: 12px;
  518. height: 12px;
  519. margin-bottom: -1px;
  520. }
  521. span{
  522. font-size: 12px;
  523. }
  524. }
  525. }
  526. .circle {
  527. display: inline-block;
  528. width: 5px;
  529. height: 5px;
  530. background: @bgcBlue;
  531. border-radius: 50%;
  532. position: absolute;
  533. left: -10px;
  534. top: 7px;
  535. }
  536. .lisBox {
  537. // position: absolute;
  538. // left: 50px;
  539. }
  540. .qcWrap {
  541. overflow-y: auto;
  542. }
  543. /*******中医********/
  544. .tcm-item {
  545. display: none;
  546. .title {
  547. float: left;
  548. height: 20px;
  549. padding: 0 12px;
  550. margin-top: 3px;
  551. border-radius: 8px 8px 0px 0px;
  552. img {
  553. vertical-align: middle;
  554. width: 14px;
  555. height: 14px;
  556. margin-top: -1.5px;
  557. }
  558. .h2 {
  559. font-size: 12px;
  560. color: @bgcBlue;
  561. }
  562. .go {
  563. margin-right: 10px;
  564. font-size: 12px;
  565. color: #1677ff;
  566. text-decoration: none;
  567. cursor: pointer;
  568. img {
  569. width: 5px;
  570. height: 9px;
  571. vertical-align: middle;
  572. }
  573. }
  574. }
  575. .go-btn,
  576. .go-push {
  577. display: inline-block;
  578. width: 60px;
  579. height: 17px;
  580. line-height: 17px;
  581. border-radius: 4px;
  582. text-align: center;
  583. background: #e7f1ff;
  584. text-decoration: none;
  585. color: #1677ff;
  586. }
  587. .content {
  588. .infos {
  589. .label {
  590. color: #333;
  591. font-size: 12px;
  592. }
  593. .val {
  594. color: #666;
  595. }
  596. li {
  597. float: left;
  598. overflow: hidden;
  599. text-overflow: ellipsis;
  600. white-space: nowrap;
  601. width: 150px;
  602. &:first-child {
  603. width: 262px;
  604. }
  605. }
  606. }
  607. .infos {
  608. height: 20px;
  609. }
  610. .detail {
  611. padding: 0 8px 0 4px;
  612. margin-right: 20px;
  613. max-height: 125px;
  614. overflow-y: hidden;
  615. position: relative;
  616. .go-push {
  617. cursor: pointer;
  618. width: 60px;
  619. position: absolute;
  620. left: 502px;
  621. bottom: 0;
  622. font-size: 12px;
  623. background: none;
  624. }
  625. li {
  626. margin-bottom: 2px;
  627. &:hover {
  628. background: #f6f6f6;
  629. }
  630. }
  631. .label {
  632. float: left;
  633. border-left: 4px solid #267fd7;
  634. padding-left: 5px;
  635. line-height: 12px;
  636. margin-top: 4px;
  637. font-size: 12px;
  638. }
  639. .val {
  640. margin-left: 65px;
  641. .name {
  642. color: #333;
  643. font-size: 12px;
  644. }
  645. .desc {
  646. color: #666;
  647. width: 494px;
  648. overflow: hidden;
  649. text-overflow: ellipsis;
  650. white-space: nowrap;
  651. font-size: 12px;
  652. /*&:nth-child(2) { //ie8不兼容,用jquery
  653. width: 420px;
  654. }*/
  655. }
  656. }
  657. }
  658. .a-link {
  659. display: inline-block;
  660. width: 100%;
  661. border: 1px @bgcBlue solid;
  662. color: @bgcBlue;
  663. font-size: 12px;
  664. height: 21px;
  665. line-height: 21px;
  666. border-radius: 4px;
  667. cursor: pointer;
  668. background: url("../images/go.png") 92% center no-repeat;
  669. text-indent: -8px;
  670. text-decoration: none;
  671. }
  672. }
  673. }
  674. .recipe {
  675. .title {
  676. width: 124px;
  677. }
  678. .content {
  679. margin-left: 146px;
  680. }
  681. }
  682. .idea {
  683. .val {
  684. border: 1px #3b9ed0 solid;
  685. padding: 1px 4px;
  686. color: #3b9ed0;
  687. border-radius: 2px;
  688. cursor: pointer;
  689. &.active {
  690. background: #3b9ed0;
  691. color: #fff;
  692. }
  693. }
  694. .go-text {
  695. color: #49a3d2;
  696. font-size: 14px;
  697. text-decoration: none;
  698. }
  699. .zhifa {
  700. display: inline-block;
  701. .val {
  702. margin-right: 10px;
  703. }
  704. }
  705. img {
  706. vertical-align: middle;
  707. }
  708. }
  709. .knowledge .content p {
  710. display: inline-block;
  711. width: 83px;
  712. margin-right: 10px;
  713. text-align: center;
  714. }
  715. .evaluationtitle {
  716. color: #1677ff;
  717. }
  718. .evaluationtitle:hover {
  719. // text-decoration: underline;
  720. // color: #0000ff;
  721. cursor: pointer;
  722. }
  723. .rightBox .moduleTitle {
  724. color: #333333;
  725. font-weight: 500;
  726. }
  727. .tcmWarp {
  728. box-sizing: border-box;
  729. overflow: auto;
  730. }
  731. .empty-box{
  732. text-align: center;
  733. display: none;
  734. padding-top: 8px;
  735. .emptyImg{
  736. width: 100px;
  737. }
  738. .emptyTxt{
  739. font-size: 12px;
  740. }
  741. }
  742. .loading{
  743. position: fixed;
  744. width: 100%;
  745. left: 0;
  746. top: 44px;
  747. z-index: 100;
  748. display: none;
  749. }
  750. .loadingMask{
  751. position: absolute;
  752. width: 100%;
  753. height: 100%;
  754. background-color: #fff;
  755. opacity: 0.5;
  756. filter:alpha(opacity=50);
  757. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50);";
  758. }
  759. .loadingImg{
  760. width: 30px;
  761. position: absolute;
  762. left: 50%;
  763. top: 50%;
  764. margin: -15px 0 0 -15px;
  765. }
  766. .bodyWrapHorizontal ::-webkit-scrollbar{
  767. /*滚动条整体样式*/
  768. width: 4px;
  769. /*高宽分别对应横竖滚动条的尺寸*/
  770. height: 4px;
  771. background: #fff;
  772. -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.2);
  773. }
  774. .bodyWrapHorizontal ::-webkit-scrollbar-thumb{
  775. /*滚动条里面小方块*/
  776. width: 4px;
  777. height: 4px;
  778. border-radius: 3px;
  779. background: #ccc;
  780. }