indexHorizontal.less 7.3 KB

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