indexHorizontal.less 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. @import './common.less';
  2. .push .recommendInfoWrapper {
  3. line-height: 25px;
  4. h4 {
  5. float: left;
  6. }
  7. .showTopTitle {
  8. float: none;
  9. }
  10. }
  11. .recommendInfoBox {
  12. margin-left: 100px;
  13. position: relative;
  14. }
  15. .showTopInfo{
  16. margin-left: 100px;
  17. }
  18. .topSmallTitle {
  19. position: absolute;
  20. left: -60px;
  21. }
  22. .recommendWrap {
  23. height: 250px;
  24. }
  25. .labAndPacsWrapper{
  26. line-height: 25px;
  27. }
  28. .labAndPacsItemBox {
  29. float: left;
  30. }
  31. .push {
  32. margin-top: 10px;
  33. width: 52%;
  34. float: left;
  35. position: relative;
  36. padding-right: 2%;
  37. border-right: 1px solid #f0efef;
  38. box-sizing: border-box;
  39. }
  40. .infomationBox {
  41. margin-top: 10px;
  42. width: 38%;
  43. float: left;
  44. position: relative;
  45. margin-left: 2%;
  46. }
  47. .disclaimer {
  48. width: 5%;
  49. min-width: 40px;
  50. float: left;
  51. color: #9C9C9C;
  52. text-align: center;
  53. border-right: 1px solid #f4f3f3;
  54. box-sizing: border-box;
  55. display: table;
  56. p{
  57. width:14px;
  58. display: table-cell;
  59. word-break: break-all;
  60. vertical-align: middle;
  61. font-size: 12px;
  62. }
  63. .version{
  64. font-size: 12px;
  65. line-height: 15px;
  66. span{
  67. color: #267FD7;
  68. line-height: 14px;
  69. }
  70. &.new-icon i{
  71. display: inline-block;
  72. width: 100%;
  73. height: 26px;
  74. background: url("../images/newv.png") -3px -4px no-repeat;
  75. }
  76. }
  77. }
  78. .warning, .diagRecommend {
  79. h4 {
  80. color: #FF545B;
  81. }
  82. }
  83. .symptomRecommend, .physiExamRecommend, .labAndPacsRecommend {
  84. h4 {
  85. color: #157FD5;
  86. }
  87. }
  88. .conditTips {
  89. h4 {
  90. color: #E66225;
  91. }
  92. }
  93. .treatRecommend {
  94. h4 {
  95. color: #1AB3A9;
  96. }
  97. }
  98. .treatRecommend {
  99. position: relative;
  100. }
  101. .icon{
  102. display: block;
  103. width: 20px;
  104. float: left;
  105. position: relative;
  106. top: 3px;
  107. }
  108. .labAndPacsBox, .treatItemBox {
  109. position: relative;
  110. }
  111. .itemAllBox {
  112. background: #fff;
  113. border: 1px solid #3A73E1;
  114. border-radius: 4px;
  115. box-sizing: border-box;
  116. }
  117. .slideDown {
  118. background-color: #fff;
  119. position: absolute;
  120. bottom: 0px;
  121. right: 0px;
  122. height: 20px;
  123. line-height: 20px;
  124. box-shadow: -2px 0px 15px 0px #fff;
  125. cursor: pointer;
  126. img {
  127. display: inline-block;
  128. position: relative;
  129. top: 0px;
  130. }
  131. }
  132. .slideup {
  133. position: absolute;
  134. float: right;
  135. top: 0px;
  136. right: 0px;
  137. cursor: pointer;
  138. line-height: 20px;
  139. box-shadow: -2px 0px 15px 0px #fff;
  140. img {
  141. display: inline-block;
  142. position: relative;
  143. top: 0px;
  144. }
  145. }
  146. .itemAllBox{
  147. position: absolute;
  148. width: 96%;
  149. height: auto;
  150. max-height: 230px;
  151. display: none;
  152. background: #fff;
  153. z-index: 2;
  154. left: 0;
  155. top: 0;
  156. }
  157. .ellipse{
  158. overflow: hidden;
  159. white-space: nowrap;
  160. text-overflow: ellipsis;
  161. }
  162. .conditTipsbox .conditionMain {
  163. height: 25px;
  164. .mayIllness{
  165. float: left;
  166. position: relative;
  167. top: -2px;
  168. }
  169. }
  170. .recommendInfoItem,.diagNameBox {
  171. .infoMsg,
  172. .infoMsgOn {
  173. top: 2px;
  174. }
  175. }
  176. .infoMsg,
  177. .infoMsgOn {
  178. top: 2px;
  179. }
  180. .infoMsg,
  181. .infoMsgOn {
  182. position: relative;
  183. right: 0px;
  184. display: none;
  185. cursor: pointer;
  186. }
  187. .durgNameBox {
  188. position: relative;
  189. padding-right: 15px;
  190. display: inline-block;
  191. }
  192. .recommendInfoItemHasInfo:hover,
  193. .diagNameBox:hover,
  194. .durgNameBox:hover {
  195. color: #267FD7;
  196. padding-right: 0;
  197. .infoMsg {
  198. display: inline-block;
  199. width: 14px;
  200. height: 14px;
  201. background: url(/images/msg1.png) center center no-repeat;
  202. }
  203. .infoMsg:hover {
  204. background: url(/images/msg2.png) center center no-repeat;
  205. }
  206. }
  207. .diagNameBox {
  208. position: relative;
  209. padding-right: 15px;
  210. }
  211. .more {
  212. display: inline-block;
  213. background-color: #fff;
  214. position: absolute;
  215. right: 0px;
  216. color: #267FD7;
  217. height: 20px;
  218. line-height: 24px;
  219. box-shadow: -2px 0px 15px 0px #fff;
  220. cursor: pointer;
  221. }
  222. .conditTipsbox .more {
  223. top: 0px;
  224. }
  225. .push .conditTips {
  226. height: 100%;
  227. max-height: 40px;
  228. }
  229. .diagName {
  230. color: #040428;
  231. }
  232. .treatItemTitle, .tipsTitle {
  233. // font-weight: bold;
  234. font-size: 14px;
  235. color: #000000;
  236. float: left;
  237. width: 60px;
  238. height: 20px;
  239. line-height: 20px;
  240. float: left;
  241. }
  242. .tipsTitle {
  243. margin-top: 10px;
  244. }
  245. .infomationBox .recommendInfoBox {
  246. margin-left: 0px;
  247. }
  248. .infomationBox .treatTextBox {
  249. margin-left: 80px;
  250. line-height: 20px;
  251. max-height: 60px;
  252. overflow:hidden;
  253. // text-overflow:ellipsis;
  254. // display: -webkit-box;
  255. // -webkit-box-orient: vertical;
  256. // -webkit-line-clamp: 3;
  257. }
  258. .infomationBox .treatDrugBox {
  259. margin-left: 80px;
  260. line-height: 20px;
  261. max-height: 120px;
  262. overflow: hidden;
  263. }
  264. .tipsInfoBox {
  265. margin: 10px 0 0 0px;
  266. line-height: 20px;
  267. height: 211px;
  268. overflow-y: auto;
  269. img {
  270. display: none;
  271. }
  272. }
  273. .diagName {
  274. height: 30px;
  275. line-height: 30px;
  276. }
  277. .drugTreatmentInfoItemBox {
  278. .ellipse;
  279. height: 20px;
  280. }
  281. .infomationBox .treatRecommend {
  282. margin-top: 10px;
  283. }
  284. .labAndPacsRecommend .labAndPacsTitle {
  285. padding: 0 5px;
  286. margin-right: 5px;
  287. background: #e2eaf2;
  288. border-radius: 4px;
  289. height: 22px;
  290. line-height: 22px;
  291. top: 1px;
  292. }
  293. .pacsRecommendwrapper {
  294. // margin-top: 10px;
  295. }
  296. .labAndPacsItem {
  297. display: inline-block;
  298. padding-right: 15px;
  299. }
  300. .treatItemBox .more{
  301. bottom: 0;
  302. height: 20px;
  303. line-height: 20px;
  304. }
  305. .itemAllBox h4{
  306. float: left;
  307. margin-right: 10px;
  308. }
  309. .recommendInfoItem {
  310. position: relative;
  311. display: inline-block;
  312. }
  313. .itemAll{
  314. max-height: 230px;
  315. overflow-y: auto;
  316. margin-right: 20px;
  317. }
  318. .recommendInfoItem {
  319. position: relative;
  320. padding-right: 18px;
  321. }
  322. .recommendNull {
  323. color: #ADADAD;
  324. }
  325. .disclaimer, .illnessTable {
  326. cursor: pointer;
  327. }
  328. .illnessTable {
  329. color: #267FD7;
  330. }
  331. .tipsInfoWrapper {
  332. position: relative;
  333. margin: 10px 0 0 0;
  334. }
  335. .infoTab {
  336. margin-right: 15px;
  337. cursor: pointer;
  338. }
  339. .activeTab {
  340. color: #267FD7;
  341. border-bottom: 2px solid #267FD7;
  342. }
  343. .moreInfo {
  344. display: inline-block;
  345. width:42px;
  346. height:20px;
  347. border-radius:4px;
  348. border:1px solid #267FD7;
  349. line-height:20px;
  350. color: #267FD7;
  351. text-align: center;
  352. margin-left: 20px;
  353. cursor: pointer;
  354. }
  355. .durgNameBox {
  356. .medicineWaring {
  357. background-color: #f4c051;
  358. color: #000;
  359. font-size: 12px;
  360. border-radius: 4px;
  361. border: 1px solid #fff;
  362. line-height: 18px;
  363. }
  364. .medicineWaringDisMsg {
  365. background-color: #fff;
  366. color: @grayColor;
  367. font-size: 12px;
  368. border-radius: 4px;
  369. line-height: 18px;
  370. border: 1px solid @grayColor;
  371. }
  372. .medicineWaringDisMsg {
  373. color: @grayColor;
  374. }
  375. }
  376. .medicineWaringDis {
  377. color: @grayColor;
  378. }
  379. .medicineWaringDis:hover {
  380. color: @grayColor;
  381. }
  382. .staticWin {
  383. text-decoration: underline;
  384. cursor: pointer;
  385. position: relative;
  386. margin: 10px 0 0 0;
  387. }
  388. .tipsInfoItem{
  389. position: relative;
  390. // max-height: 60px;
  391. overflow: hidden;
  392. }
  393. .hasMore:after{
  394. content: "...";
  395. position: absolute;
  396. bottom: 0;
  397. right: 0;
  398. padding-left: 20px;
  399. background: -webkit-linear-gradient(left, transparent, #fff 55%);
  400. background: -moz-linear-gradient(left, transparent, #fff 55%);
  401. background: -o-linear-gradient(left, transparent, #fff 55%);
  402. background: linear-gradient(to right, transparent, #fff 55%);
  403. }
  404. .boldFont {
  405. font-weight: bold;
  406. }
  407. .diagTitle {
  408. color: #3b9ed0;
  409. position: relative;
  410. margin: 0 0 10px;
  411. font-weight: 500;
  412. i {
  413. position: relative;
  414. display: inline-block;
  415. width: 4px;
  416. height: 4px;
  417. background: #3b9ed0;
  418. border-radius: 50%;
  419. top: -4px;
  420. margin-right: 6px;
  421. }
  422. }
  423. .diagDescription{
  424. color: #333;
  425. font-weight: 600;
  426. margin: 5px 0 10px;
  427. }
  428. .treatItemTitle {
  429. .more {
  430. background: #fff;
  431. top: 0;
  432. z-index: 2;
  433. }
  434. }