cdssHorizontal.less 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. @import './common.less';
  2. .bodyWrap{
  3. padding: 0 0 0 73px;
  4. position: relative;
  5. min-height: 244px;
  6. border: 1px solid #E6E6E6;
  7. min-width: 1127px;
  8. }
  9. .versionWrapper{
  10. display: inline-block;
  11. width: 43px;
  12. height: 100%;
  13. position: absolute;
  14. background:#E6E6E6;
  15. color:#9C9C9C;
  16. font-size: 12px;
  17. left: 0px;
  18. }
  19. .versionTop{
  20. position: absolute;
  21. width: 100%;
  22. height: 160px;
  23. cursor: pointer;
  24. }
  25. .versionBottom{
  26. position: absolute;
  27. width: 100%;
  28. height: 70px;
  29. bottom: 0;
  30. font-size: 12px;
  31. cursor: pointer;
  32. }
  33. .pushDisclaimer{
  34. display: inline-block;
  35. width: 13px;
  36. position: absolute;
  37. top: 10px;
  38. left: 7px;
  39. font-size: 12px;
  40. }
  41. .logoTxt{
  42. display: inline-block;
  43. width: 10px;
  44. position: absolute;
  45. left: 25px;
  46. top: 10px;
  47. font-size: 12px;
  48. }
  49. .versionTxt{
  50. display: inline-block;
  51. width: 10px;
  52. position: absolute;
  53. font-size: 12px;
  54. left: 7px;
  55. }
  56. .tabList{
  57. position: absolute;
  58. width: 30px;
  59. height: 100%;
  60. left: 43px;
  61. border: 1px solid #3B9ED0;
  62. color: #3B9ED0;
  63. box-sizing: border-box;
  64. }
  65. .tab {
  66. display: inline-block;
  67. cursor: pointer;
  68. width: 100%;
  69. border-bottom: 1px solid #3B9ED0;
  70. }
  71. .tabName{
  72. display:inline-block;
  73. width: 16px;
  74. position: relative;
  75. left: 6px;
  76. text-align: center;
  77. top: 50%;
  78. }
  79. .activeTab{
  80. background: #3B9ED0;
  81. color:#fff;
  82. }
  83. .contentBox{
  84. position: absolute;
  85. height: 100%;
  86. // overflow-y: auto;
  87. }
  88. .moduleWrapper{
  89. position: absolute;
  90. width: 100%;
  91. height: 100%;
  92. }
  93. .leftWrapper,.rightWrapper{
  94. position: relative;
  95. height: 100%;
  96. display: inline-block;
  97. box-sizing: border-box;
  98. overflow-y: auto;
  99. }
  100. .leftWrapper{
  101. width: 60%;
  102. // border-right: 1px solid #E6E6E6;
  103. float: left;
  104. padding: 0 10px 0 10px;
  105. box-sizing: border-box;
  106. }
  107. .rightWrapper{
  108. width: 40%;
  109. padding: 0 20px;
  110. display: none;
  111. }
  112. .leftBox,.rightBox{
  113. position: relative;
  114. }
  115. .moduleWrapper{
  116. display:none;
  117. }
  118. .moduleItem {
  119. padding: 0 0 0 110px;
  120. box-sizing: border-box;
  121. line-height: 27px;
  122. }
  123. .moduleItemTitBox{
  124. display: inline-block;
  125. width: 110px;
  126. height: 27px;
  127. box-sizing: border-box;
  128. position: absolute;
  129. left: 0;
  130. margin-top: -1px;
  131. }
  132. .titleIcon{
  133. width: 20px;
  134. margin: 0px 5px 0 5px;
  135. position: relative;
  136. top: 4px;
  137. }
  138. .treatIcon{
  139. width: 20px;
  140. position: relative;
  141. top: 6px
  142. }
  143. .infoImg{
  144. width: 15px;
  145. }
  146. .moduleTitle{
  147. font-size: 14px;
  148. font-weight: 600;
  149. color: #157FD5;
  150. }
  151. .diag .moduleTitle{
  152. color: #FF656B;
  153. }
  154. .rightBox .moduleTitle{
  155. color: #1E1E1E;
  156. }
  157. .warning .moduleTitle{
  158. color: #fff;
  159. background: #FF7836;
  160. }
  161. .pushItemBox{
  162. padding-right: 18px;
  163. position: relative;
  164. display: inline-block;
  165. }
  166. .infoImg{
  167. width: 15px;
  168. position: absolute;
  169. top: 7px;
  170. cursor: pointer;
  171. display: none;
  172. right: 2px;
  173. }
  174. .pushItemBox:hover{
  175. .infoImg{
  176. display: block;
  177. }
  178. }
  179. .searchBox{
  180. margin: 30px 0 0 30px;
  181. }
  182. .search{
  183. color: #3B9ED0;
  184. border-bottom: 1px solid #3B9ED0;
  185. cursor: pointer;
  186. }
  187. .tips-cont{
  188. position: relative;
  189. background: #FFE8DD;
  190. max-height: 81px;
  191. overflow: hidden;
  192. .moduleTitle{
  193. position: absolute;
  194. top:0;
  195. font-size: 14px;
  196. font-weight: 600;
  197. color:#FF7836;
  198. }
  199. }
  200. .moduleItem.crivalue,.moduleItem.rationali,.moduleItem.highrisk,.moduleItem.otherremind{
  201. max-height: 81px;
  202. overflow-y: hidden;
  203. // background: #FFE8DD;
  204. position: relative;
  205. .moduleTitle{
  206. color: #FF7836;
  207. }
  208. .moduleBox{
  209. padding: 0 0 0 80px;
  210. position: relative;
  211. }
  212. .moduleBoxName{
  213. position: absolute;
  214. left: 0;
  215. font-size: 12px;
  216. color:#FF7836;
  217. display: inline-block;
  218. border: 1px solid #FF7836;
  219. line-height: 18px;
  220. top: 3px;
  221. padding: 0 7px;
  222. border-radius: 9px;
  223. }
  224. }
  225. .showMore,.showLess{
  226. display: inline-block;
  227. cursor: pointer;
  228. float: right;
  229. line-height: 27px;
  230. color: #3B9ED0;
  231. position: relative;
  232. right: 5px;
  233. }
  234. .showMoreNewPage,.showMoreCaseWrite{
  235. display: inline-block;
  236. cursor: pointer;
  237. position: absolute;
  238. line-height: 27px;
  239. color: #3B9ED0;
  240. right: 5px;
  241. bottom: 0;
  242. }
  243. .longStrBox{
  244. position: absolute;
  245. width: 100%;
  246. left: 0;
  247. top: 5px;
  248. background: #fff;
  249. border: 1px solid #3B9ED0;
  250. box-sizing: border-box;
  251. border-radius: 1px;
  252. padding: 0 0 0 80px;
  253. display: none;
  254. z-index: 1;
  255. }
  256. .longStrBoxTitle{
  257. position: absolute;
  258. left: 0;
  259. display: inline-block;
  260. width: 80px;
  261. text-align: right;
  262. font-weight: 600;
  263. }
  264. .diag .moduleBox{
  265. padding: 0 0 0 60px;
  266. position: relative;
  267. }
  268. .diag .moduleBoxName{
  269. position: absolute;
  270. left: 0;
  271. font-size: 12px;
  272. color:#1E1E1E;
  273. background: #E2EAF2;
  274. border: 0px;
  275. display: inline-block;
  276. line-height: 16px;
  277. border-radius: 2px;
  278. top: 4px;
  279. padding: 2px 5px;
  280. }
  281. .rightBoxTitle{
  282. height: 36px;
  283. line-height: 36px;
  284. color: #2FC6C7;
  285. border-bottom: 1px solid #E6E6E6;
  286. font-weight: 600;
  287. }
  288. .versionIcon{
  289. width: 12px;
  290. position: absolute;
  291. left: 25px;
  292. bottom: 8px;
  293. display: none;
  294. }
  295. .new-icon .versionIcon{
  296. display: inline-block;
  297. }
  298. .iconArrowImg{
  299. width: 10px;
  300. }
  301. .showLess .iconArrowImg{
  302. position: relative;
  303. top: -5px;
  304. }
  305. /*.medicine .titleIcon, .operation .titleIcon, .general .titleIcon, .nurse .titleIcon {
  306. width: 13px;
  307. position: relative;
  308. top: 2px;
  309. }*/
  310. .moduleItem.casewriting{
  311. padding: 0 0 0 160px;
  312. // background: rgba(60,172,228,.17);
  313. // filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#333CACE4,endColorstr=#333CACE4);
  314. margin-top: 5px;
  315. max-height: 81px;
  316. overflow-y: hidden;
  317. position: relative;
  318. }
  319. .casewriting .moduleItemTitBox{
  320. width: 160px;
  321. }
  322. .casewriting .moduleTitle{
  323. color: #3B9ED0;
  324. }
  325. .casewriting{
  326. position: relative;
  327. box-sizing: border-box;
  328. max-height: 65px;
  329. overflow: hidden;
  330. }
  331. .isOverFlow{
  332. overflow: hidden;
  333. max-height: 88px;
  334. }
  335. .showMoreGeneralTreat{
  336. position: absolute;
  337. cursor: pointer;
  338. color: #3B9ED0;
  339. right: 0px;
  340. bottom: 0px;
  341. background: #fff;
  342. }
  343. .generalTreatInfo{
  344. position: relative;
  345. padding: 0 40px 0 0;
  346. ol li {
  347. list-style: decimal;
  348. list-style-position:inside;
  349. height: 28px;
  350. line-height: 28px;
  351. }
  352. ul {
  353. padding-left: 15px;
  354. li {
  355. list-style: inside;
  356. list-style-position:inside;
  357. height: 28px;
  358. line-height: 28px;
  359. }
  360. }
  361. }
  362. .disName{
  363. font-size: 14px;
  364. color: #1E1E1E;
  365. margin: 10px 0;
  366. font-weight: 600;
  367. }
  368. .followUpWrap {
  369. position: absolute;
  370. height: 100%;
  371. padding: 0 10px;
  372. box-sizing: border-box;
  373. }
  374. .operaNameBox {
  375. background-color: #EFF1F6;
  376. height: 27px;
  377. line-height: 27px;
  378. color: #777777;
  379. padding-left: 10px;
  380. }
  381. .operaNameBold {
  382. color: #333;
  383. font-weight: bold;
  384. font-size: 12px;
  385. }
  386. .infoWrap {
  387. max-height: 217px;
  388. overflow: auto;
  389. // padding-top: 8px;
  390. box-sizing: border-box;
  391. .infoBox {
  392. padding-left: 10px;
  393. padding-top: 8px;
  394. box-sizing: border-box;
  395. &:hover {
  396. background-color: #fff;
  397. }
  398. }
  399. .infoBox p {
  400. color: #1E1E1E;
  401. font-weight: bold;
  402. margin-bottom: 10px;
  403. }
  404. }
  405. .readMorePlan {
  406. height: 24px;
  407. line-height: 20px;
  408. padding-left: 10px;
  409. a {
  410. display: inline-block;
  411. cursor: pointer;
  412. color: #3B9ED0;
  413. text-decoration: underline;
  414. }
  415. }
  416. .checkFront {
  417. position: relative;
  418. padding-left: 65px;
  419. margin: 5px 0;
  420. .lisStrFront,.pacsStrFront {
  421. position: absolute;
  422. left: 0;
  423. top: 0px;
  424. width: 38px;
  425. height: 18px;
  426. line-height: 18px;
  427. border-radius: 9px;
  428. color: #3B9ED0;
  429. border: 1px solid #3B9ED0;
  430. text-align: center;
  431. font-size: 12px;
  432. }
  433. }
  434. .circle {
  435. display: inline-block;
  436. width: 5px;
  437. height: 5px;
  438. background: #89C5E3;
  439. border-radius: 50%;
  440. position: absolute;
  441. left: -10px;
  442. top: 7px;
  443. }
  444. .lisBox {
  445. // position: absolute;
  446. // left: 50px;
  447. }
  448. /*******中医********/
  449. .tcm-item {
  450. display: none;
  451. .title {
  452. float: left;
  453. height: 30px;
  454. padding: 0 12px;
  455. margin-top: 9px;
  456. border-radius: 8px 8px 0px 0px;
  457. img {
  458. vertical-align: middle;
  459. width: 20px;
  460. height: 20px;
  461. }
  462. .h2 {
  463. font-size: 14px;
  464. color: #267FD7;
  465. }
  466. .go {
  467. margin-right: 10px;
  468. font-size: 14px;
  469. color: #409ED1;
  470. text-decoration: none;
  471. cursor: pointer;
  472. img {
  473. width: 5px;
  474. height: 9px;
  475. vertical-align: inherit;
  476. }
  477. }
  478. }
  479. .go-btn, .go-push {
  480. display: inline-block;
  481. width: 80px;
  482. height: 25px;
  483. line-height: 25px;
  484. border-radius: 4px;
  485. text-align: center;
  486. background: #DEF1FB;
  487. text-decoration: none;
  488. color: #409ED1;
  489. }
  490. .content {
  491. .infos {
  492. .label {
  493. color: #333;
  494. }
  495. .val {
  496. color: #666;
  497. }
  498. li {
  499. float: left;
  500. overflow: hidden;
  501. text-overflow: ellipsis;
  502. white-space: nowrap;
  503. width: 150px;
  504. &:first-child {
  505. width: 262px;
  506. }
  507. }
  508. }
  509. .infos {
  510. height: 24px;
  511. }
  512. .detail {
  513. padding: 0 8px 8px 4px;
  514. margin-right: 20px;
  515. max-height: 125px;
  516. overflow-y: hidden;
  517. position: relative;
  518. .go-push {
  519. cursor: pointer;
  520. width: 60px;
  521. position: absolute;
  522. left: 502px;
  523. bottom: 6px;
  524. }
  525. li {
  526. margin-bottom: 6px;
  527. }
  528. .label {
  529. float: left;
  530. border-left: 2px solid #267FD7;
  531. padding-left: 5px;
  532. line-height: 12px;
  533. margin-top: 4px;
  534. }
  535. .val {
  536. margin-left: 65px;
  537. .name {
  538. color: #333;
  539. }
  540. .desc {
  541. color: #666;
  542. width: 494px;
  543. overflow: hidden;
  544. text-overflow: ellipsis;
  545. white-space: nowrap;
  546. &:nth-child(2) {
  547. width: 442px;
  548. }
  549. }
  550. }
  551. }
  552. .a-link {
  553. display: inline-block;
  554. width: 100%;
  555. border: 1px #3B9ED0 solid;
  556. color: #3B9ED0;
  557. height: 30px;
  558. line-height: 30px;
  559. border-radius: 4px;
  560. cursor: pointer;
  561. background: url("../images/go.png") 94% center no-repeat;
  562. text-indent: -8px;
  563. text-decoration: none;
  564. }
  565. }
  566. }
  567. .recipe {
  568. .title {
  569. width: 124px;
  570. margin-top: 0;
  571. }
  572. .content {
  573. margin-left: 146px;
  574. }
  575. }
  576. .idea {
  577. .val {
  578. border: 1px #3B9ED0 solid;
  579. padding: 1px 4px;
  580. color: #3B9ED0;
  581. border-radius: 2px;
  582. cursor: pointer;
  583. &.active {
  584. background: #3B9ED0;
  585. color: #fff;
  586. }
  587. }
  588. .go-text {
  589. color: #49A3D2;
  590. font-size: 14px;
  591. text-decoration: none;
  592. }
  593. .zhifa {
  594. display: inline-block;
  595. .val {
  596. margin-right: 10px;
  597. }
  598. }
  599. img {
  600. vertical-align: middle;
  601. }
  602. }
  603. .knowledge .content p {
  604. display: inline-block;
  605. width: 88px;
  606. margin-top: 8px;
  607. margin-right: 10px;
  608. text-align: center;
  609. }
  610. .evaluationtitle:hover{
  611. text-decoration: underline;
  612. color: #0000FF;
  613. }