indexHorizontal.less 7.2 KB

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