indexHorizontal.less 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. .push .recommendInfoWrapper {
  2. height: 20px;
  3. line-height: 20px;
  4. overflow: hidden;
  5. margin-top: 10px;
  6. h4 {
  7. float: left;
  8. }
  9. }
  10. .push .labAndPacsRecommend {
  11. height: 50px;
  12. }
  13. .recommendInfoBox {
  14. margin-left: 100px;
  15. position: relative;
  16. }
  17. .recommendWrap {
  18. height: 250px;
  19. }
  20. .labAndPacsWrapper{
  21. height: 20px;
  22. line-height: 20px;
  23. overflow: hidden;
  24. }
  25. .push {
  26. margin-top: 10px;
  27. width: 53%;
  28. float: left;
  29. position: relative;
  30. padding-right: 2%;
  31. border-right: 1px solid #f0efef;
  32. box-sizing: border-box;
  33. }
  34. .infomationBox {
  35. margin-top: 10px;
  36. width: 38%;
  37. float: left;
  38. position: relative;
  39. margin-left: 2%;
  40. }
  41. .disclaimer {
  42. width: 5%;
  43. float: left;
  44. color: #d7d7d7;
  45. text-align: center;
  46. border-right: 1px solid #f4f3f3;
  47. box-sizing: border-box;
  48. }
  49. .warning, .diagRecommend {
  50. h4 {
  51. color: #FF545B;
  52. }
  53. }
  54. .symptomRecommend, .physiExamRecommend, .labAndPacsRecommend {
  55. h4 {
  56. color: #157FD5;
  57. }
  58. }
  59. .conditTips {
  60. h4 {
  61. color: #E66225;
  62. }
  63. }
  64. .treatRecommend {
  65. h4 {
  66. color: #1AB3A9;
  67. }
  68. }
  69. .treatRecommend {
  70. position: absolute;
  71. }
  72. .icon{
  73. display: block;
  74. width: 20px;
  75. float: left;
  76. }
  77. .labAndPacsBox, .treatItemBox {
  78. position: relative;
  79. }
  80. .itemAllBox {
  81. padding-right: 40px;
  82. background: #fff;
  83. border: 1px solid #3A73E1;
  84. border-radius: 4px;
  85. box-sizing: border-box;
  86. }
  87. .slideDown {
  88. background-color: #fff;
  89. position: absolute;
  90. top: 0px;
  91. right: 0px;
  92. height: 20px;
  93. line-height: 20px;
  94. box-shadow: -2px 0px 15px 0px #fff;
  95. cursor: pointer;
  96. img {
  97. display: inline-block;
  98. position: relative;
  99. top: 2px;
  100. }
  101. }
  102. .slideup {
  103. background-color: #fff;
  104. position: absolute;
  105. float: right;
  106. top: 0px;
  107. right: 0px;
  108. cursor: pointer;
  109. line-height: 20px;
  110. box-shadow: -2px 0px 15px 0px #fff;
  111. img {
  112. display: inline-block;
  113. position: relative;
  114. top: 2px;
  115. }
  116. }
  117. .itemAllBox{
  118. position: absolute;
  119. width: 96%;
  120. height: auto;
  121. max-height: 230px;
  122. display: none;
  123. background: #fff;
  124. z-index: 2;
  125. left: 0;
  126. top: 0;
  127. margin: 10px 0;
  128. }
  129. .ellipse{
  130. overflow: hidden;
  131. white-space: nowrap;
  132. text-overflow: ellipsis;
  133. }
  134. .conditTipsbox .conditionMain {
  135. height: 20px;
  136. .mayIllness{
  137. float: left;
  138. }
  139. }
  140. .infoMsg,
  141. .infoMsgOn {
  142. position: absolute;
  143. top: 2px;
  144. right: 0px;
  145. }
  146. .infoMsg,
  147. .infoMsgOn {
  148. display: none;
  149. cursor: pointer;
  150. }
  151. .durgNameBox {
  152. position: relative;
  153. padding-right: 15px;
  154. }
  155. .recommendInfoItemHasInfo:hover,
  156. .diagNameBox:hover,
  157. .durgNameBox:hover {
  158. color: #267FD7;
  159. .infoMsg {
  160. display: inline-block;
  161. width: 14px;
  162. height: 14px;
  163. background: url(/images/msg1.png) center center no-repeat;
  164. }
  165. .infoMsg:hover {
  166. background: url(/images/msg2.png) center center no-repeat;
  167. }
  168. }
  169. .diagNameBox {
  170. position: relative;
  171. padding-right: 15px;
  172. }
  173. .more {
  174. display: inline-block;
  175. background-color: #fff;
  176. position: absolute;
  177. right: 0px;
  178. color: #267FD7;
  179. height: 20px;
  180. line-height: 20px;
  181. box-shadow: -2px 0px 15px 0px #fff;
  182. cursor: pointer;
  183. }
  184. .conditTipsbox .more {
  185. top: 0px;
  186. }
  187. .diagName {
  188. color: #040428;
  189. }
  190. .treatItemTitle, .tipsTitle {
  191. // font-weight: bold;
  192. font-size: 14px;
  193. color: #000000;
  194. float: left;
  195. width: 60px;
  196. height: 30px;
  197. line-height: 30px;
  198. float: left;
  199. }
  200. .tipsTitle {
  201. margin-top: 10px;
  202. }
  203. .infomationBox .recommendInfoBox {
  204. margin-left: 0px;
  205. }
  206. .infomationBox .treatTextBox {
  207. margin-left: 80px;
  208. line-height: 30px;
  209. height: 90px;
  210. overflow:hidden;
  211. // text-overflow:ellipsis;
  212. // display: -webkit-box;
  213. // -webkit-box-orient: vertical;
  214. // -webkit-line-clamp: 3;
  215. }
  216. .infomationBox .treatDrugBox {
  217. margin-left: 80px;
  218. line-height: 30px;
  219. height: 90px;
  220. overflow: hidden;
  221. }
  222. .tipsInfoBox {
  223. margin: 10px 0 0 80px;
  224. line-height: 30px;
  225. height: 180px;
  226. overflow-y: auto;
  227. img {
  228. display: none;
  229. }
  230. }
  231. .drugTreatmentInfoItemBox {
  232. .ellipse;
  233. height: 30px;
  234. }
  235. .infomationBox .treatRecommend {
  236. margin-top: 10px;
  237. }
  238. .labAndPacsRecommend .labAndPacsTitle {
  239. padding:5px;
  240. margin-right: 5px;
  241. background: #e2eaf2;
  242. border-radius: 4px;
  243. }
  244. .pacsRecommendwrapper {
  245. margin-top: 10px;
  246. }
  247. .labAndPacsItem {
  248. display: inline-block;
  249. padding-right: 15px;
  250. }
  251. .treatRecommendbox {
  252. margin-top: 10px;
  253. }
  254. .treatItemBox .more{
  255. bottom: 0;
  256. height: 30px;
  257. line-height: 30px;
  258. }
  259. .itemAllBox h4{
  260. float: left;
  261. margin-right: 10px;
  262. }
  263. .recommendInfoItem {
  264. position: relative;
  265. display: inline-block;
  266. }
  267. .itemAll{
  268. max-height: 230px;
  269. overflow-y: auto
  270. }
  271. .recommendInfoItem {
  272. position: relative;
  273. padding-right: 15px;
  274. }
  275. .recommendNull {
  276. color: #ADADAD;
  277. }
  278. .disclaimer, .illnessTable {
  279. cursor: pointer;
  280. }
  281. .tipsInfoWrapper {
  282. position: absolute;
  283. top: 30px;
  284. }
  285. .infoTab {
  286. margin-right: 15px;
  287. }
  288. .activeTab {
  289. color: #267FD7;
  290. border-bottom: 2px solid #267FD7;
  291. }
  292. .moreInfo {
  293. display: inline-block;
  294. width:42px;
  295. height:20px;
  296. border-radius:4px;
  297. border:1px solid #267FD7;
  298. line-height:20px;
  299. color: #267FD7;
  300. text-align: center;
  301. margin-left: 20px;
  302. }