cdssHorizontal.less 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  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. }
  70. .tabName{
  71. display:inline-block;
  72. width: 16px;
  73. position: relative;
  74. left: 6px;
  75. text-align: center;
  76. top: 50%;
  77. }
  78. .activeTab{
  79. background: #3B9ED0;
  80. color:#fff;
  81. }
  82. .contentBox{
  83. position: absolute;
  84. height: 100%;
  85. // overflow-y: auto;
  86. }
  87. .moduleWrapper{
  88. position: absolute;
  89. width: 100%;
  90. height: 100%;
  91. }
  92. .leftWrapper,.rightWrapper{
  93. position: relative;
  94. height: 100%;
  95. display: inline-block;
  96. box-sizing: border-box;
  97. overflow-y: auto;
  98. }
  99. .leftWrapper{
  100. width: 60%;
  101. // border-right: 1px solid #E6E6E6;
  102. float: left;
  103. padding: 0 20px 0 10px;
  104. box-sizing: border-box;
  105. }
  106. .rightWrapper{
  107. width: 40%;
  108. padding: 0 20px;
  109. display: none;
  110. }
  111. .leftBox,.rightBox{
  112. position: relative;
  113. }
  114. .moduleWrapper{
  115. display:none;
  116. }
  117. .moduleItem {
  118. padding: 0 0 0 110px;
  119. box-sizing: border-box;
  120. line-height: 27px;
  121. }
  122. .moduleItemTitBox{
  123. display: inline-block;
  124. width: 110px;
  125. height: 27px;
  126. box-sizing: border-box;
  127. position: absolute;
  128. left: 0;
  129. margin-top: -1px;
  130. }
  131. .titleIcon{
  132. width: 20px;
  133. margin: 0px 5px 0 5px;
  134. position: relative;
  135. top: 4px;
  136. }
  137. .treatIcon{
  138. width: 20px;
  139. position: relative;
  140. top: 6px
  141. }
  142. .infoImg{
  143. width: 15px;
  144. }
  145. .moduleTitle{
  146. font-size: 14px;
  147. font-weight: 600;
  148. color: #157FD5;
  149. }
  150. .diag .moduleTitle{
  151. color: #FF656B;
  152. }
  153. .rightBox .moduleTitle{
  154. color: #1E1E1E;
  155. }
  156. .warning .moduleTitle{
  157. color: #fff;
  158. background: #FF7836;
  159. }
  160. .pushItemBox{
  161. padding-right: 18px;
  162. position: relative;
  163. display: inline-block;
  164. }
  165. .infoImg{
  166. width: 15px;
  167. position: absolute;
  168. top: 7px;
  169. cursor: pointer;
  170. display: none;
  171. right: 2px;
  172. }
  173. .pushItemBox:hover{
  174. .infoImg{
  175. display: block;
  176. }
  177. }
  178. .searchBox{
  179. margin: 30px 0 0 30px;
  180. }
  181. .search{
  182. color: #3B9ED0;
  183. border-bottom: 1px solid #3B9ED0;
  184. cursor: pointer;
  185. }
  186. .moduleItem.tips{
  187. max-height: 81px;
  188. overflow-y: hidden;
  189. background: #FFE8DD;
  190. position: relative;
  191. }
  192. .moduleItem.tips .moduleTitle{
  193. color: #FF7836;
  194. }
  195. .showMore,.showLess{
  196. display: inline-block;
  197. cursor: pointer;
  198. float: right;
  199. line-height: 27px;
  200. color: #3B9ED0;
  201. position: relative;
  202. right: 5px;
  203. }
  204. .showMoreNewPage,.showMoreCaseWrite{
  205. display: inline-block;
  206. cursor: pointer;
  207. position: absolute;
  208. line-height: 27px;
  209. color: #3B9ED0;
  210. right: 5px;
  211. bottom: 0;
  212. }
  213. .longStrBox{
  214. position: absolute;
  215. width: 100%;
  216. left: 0;
  217. top: 5px;
  218. background: #fff;
  219. border: 1px solid #3B9ED0;
  220. box-sizing: border-box;
  221. border-radius: 1px;
  222. padding: 0 0 0 80px;
  223. display: none;
  224. }
  225. .longStrBoxTitle{
  226. position: absolute;
  227. left: 0;
  228. display: inline-block;
  229. width: 80px;
  230. text-align: right;
  231. font-weight: 600;
  232. }
  233. .tips .moduleBox{
  234. padding: 0 0 0 80px;
  235. position: relative;
  236. }
  237. .tips .moduleBoxName{
  238. position: absolute;
  239. left: 0;
  240. font-size: 12px;
  241. color:#FF7836;
  242. display: inline-block;
  243. border: 1px solid #FF7836;
  244. line-height: 16px;
  245. top: 5px;
  246. padding: 0 7px;
  247. border-radius: 9px;
  248. }
  249. .diag .moduleBox{
  250. padding: 0 0 0 60px;
  251. position: relative;
  252. }
  253. .diag .moduleBoxName{
  254. position: absolute;
  255. left: 0;
  256. font-size: 12px;
  257. color:#1E1E1E;
  258. background: #E2EAF2;
  259. border: 0px;
  260. display: inline-block;
  261. line-height: 16px;
  262. border-radius: 2px;
  263. top: 4px;
  264. padding: 2px 5px;
  265. }
  266. .rightBoxTitle{
  267. height: 36px;
  268. line-height: 36px;
  269. color: #2FC6C7;
  270. border-bottom: 1px solid #E6E6E6;
  271. font-weight: 600;
  272. }
  273. .versionIcon{
  274. width: 12px;
  275. position: absolute;
  276. left: 25px;
  277. bottom: 8px;
  278. display: none;
  279. }
  280. .new-icon .versionIcon{
  281. display: inline-block;
  282. }
  283. .iconArrowImg{
  284. width: 10px;
  285. }
  286. .showLess .iconArrowImg{
  287. position: relative;
  288. top: -5px;
  289. }
  290. .medicine .titleIcon, .operation .titleIcon, .general .titleIcon{
  291. width: 13px;
  292. position: relative;
  293. top: 2px;
  294. }
  295. .moduleItem.casewriting{
  296. padding: 0 0 0 160px;
  297. background: rgba(60,172,228,.17);
  298. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#333CACE4,endColorstr=#333CACE4);
  299. margin-top: 5px;
  300. max-height: 81px;
  301. overflow-y: hidden;
  302. position: relative;
  303. }
  304. .casewriting .moduleItemTitBox{
  305. width: 160px;
  306. }
  307. .casewriting .moduleTitle{
  308. color: #3B9ED0;
  309. }
  310. .casewriting{
  311. position: relative;
  312. box-sizing: border-box;
  313. max-height: 65px;
  314. overflow: hidden;
  315. }
  316. .isOverFlow{
  317. overflow: hidden;
  318. max-height: 81px;
  319. }
  320. .showMoreGeneralTreat{
  321. position: absolute;
  322. cursor: pointer;
  323. color: #3B9ED0;
  324. right: 0px;
  325. bottom: 0px;
  326. background: #fff;
  327. }
  328. .generalTreatInfo{
  329. position: relative;
  330. padding: 0 40px 0 0;
  331. }
  332. .disName{
  333. font-size: 14px;
  334. color: #1E1E1E;
  335. margin: 10px 0;
  336. font-weight: 600;
  337. }
  338. .followUpWrap {
  339. position: absolute;
  340. height: 100%;
  341. padding: 10px;
  342. box-sizing: border-box;
  343. }
  344. .operaNameBox {
  345. background-color: #EFF1F6;
  346. height: 27px;
  347. line-height: 27px;
  348. color: #777777;
  349. margin-bottom: 10px;
  350. padding-left: 10px;
  351. }
  352. .operaNameBold {
  353. color: #333;
  354. font-weight: bold;
  355. }
  356. .infoWrap {
  357. max-height: 186px;
  358. overflow: auto;
  359. .infoBox {
  360. padding-left: 10px;
  361. }
  362. .infoBox p {
  363. color: #1E1E1E;
  364. font-weight: bold;
  365. margin-bottom: 10px;
  366. }
  367. }
  368. .readMorePlan {
  369. height: 30px;
  370. line-height: 30px;
  371. color: #3B9ED0;
  372. cursor: pointer;
  373. text-decoration: underline;
  374. padding-left: 10px;
  375. }
  376. .checkFront {
  377. position: relative;
  378. padding-left: 65px;
  379. margin: 5px 0;
  380. .lisStrFront,.pacsStrFront {
  381. position: absolute;
  382. left: 0;
  383. top: 0px;
  384. width: 38px;
  385. height: 18px;
  386. line-height: 18px;
  387. border-radius: 9px;
  388. color: #3B9ED0;
  389. border: 1px solid #3B9ED0;
  390. text-align: center;
  391. font-size: 12px;
  392. }
  393. }
  394. .circle {
  395. display: inline-block;
  396. width: 5px;
  397. height: 5px;
  398. background: #89C5E3;
  399. border-radius: 50%;
  400. position: absolute;
  401. left: -10px;
  402. top: 7px;
  403. }
  404. .lisBox {
  405. // position: absolute;
  406. // left: 50px;
  407. }