indexHorizontal.less 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  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. .treat {
  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. .icon{
  70. display: block;
  71. width: 20px;
  72. float: left;
  73. }
  74. .labAndPacsBox, .treatItemBox {
  75. position: relative;
  76. }
  77. .itemAllBox {
  78. padding-right: 40px;
  79. background: #fff;
  80. border: 1px solid #3A73E1;
  81. border-radius: 4px;
  82. box-sizing: border-box;
  83. }
  84. .slideDown {
  85. background-color: #fff;
  86. position: absolute;
  87. top: 0px;
  88. right: 0px;
  89. height: 20px;
  90. line-height: 20px;
  91. box-shadow: -2px 0px 15px 0px #fff;
  92. cursor: pointer;
  93. i {
  94. width: 20px;
  95. height: 20px;
  96. display: inline-block;
  97. position: relative;
  98. top: 0px;
  99. background: url('../images/show.png') center center no-repeat;
  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: 10px;
  110. box-shadow: -2px 0px 15px 0px #fff;
  111. i {
  112. width: 20px;
  113. height: 2px;
  114. display: inline-block;
  115. position: relative;
  116. top: 0px;
  117. background: url('../images/collapse.png') center center no-repeat;
  118. }
  119. }
  120. .itemAllBox{
  121. position: absolute;
  122. width: 96%;
  123. height: auto;
  124. max-height: 230px;
  125. display: none;
  126. background: #fff;
  127. z-index: 2;
  128. left: 0;
  129. top: 0;
  130. margin: 10px 0;
  131. }
  132. .ellipse{
  133. overflow: hidden;
  134. white-space: nowrap;
  135. text-overflow: ellipsis;
  136. }
  137. .conditTipsbox .conditionMain {
  138. height: 20px;
  139. .mayIllness{
  140. float: left;
  141. }
  142. }
  143. .infoMsg,
  144. .infoMsgOn {
  145. position: absolute;
  146. top: 2px;
  147. right: 0px;
  148. }
  149. .infoMsg,
  150. .infoMsgOn {
  151. display: none;
  152. cursor: pointer;
  153. }
  154. .durgNameBox {
  155. position: relative;
  156. padding-right: 15px;
  157. }
  158. .recommendInfoItemHasInfo:hover,
  159. .diagNameBox:hover,
  160. .durgNameBox:hover {
  161. color: #267FD7;
  162. .infoMsg {
  163. display: inline-block;
  164. width: 14px;
  165. height: 14px;
  166. background: url(/images/msg1.png) center center no-repeat;
  167. }
  168. .infoMsg:hover {
  169. background: url(/images/msg2.png) center center no-repeat;
  170. }
  171. }
  172. .diagNameBox {
  173. position: relative;
  174. padding-right: 15px;
  175. }
  176. .more {
  177. display: inline-block;
  178. background-color: #fff;
  179. position: absolute;
  180. right: 0px;
  181. color: #267FD7;
  182. height: 20px;
  183. line-height: 20px;
  184. box-shadow: -2px 0px 15px 0px #fff;
  185. cursor: pointer;
  186. }
  187. .conditTipsbox .more {
  188. top: 0px;
  189. }
  190. .diagName {
  191. color: #040428;
  192. }
  193. .treatItemTitle {
  194. font-weight: bold;
  195. font-size: 13px;
  196. color: #7C828E;
  197. float: left;
  198. width: 60px;
  199. height: 30px;
  200. line-height: 30px;
  201. float: left;
  202. }
  203. .treat .recommendInfoBox {
  204. margin-left: 0px;
  205. }
  206. .treat .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. .treat .treatDrugBox {
  217. margin-left: 80px;
  218. line-height: 30px;
  219. height: 90px;
  220. overflow: hidden;
  221. }
  222. .drugTreatmentInfoItemBox {
  223. .ellipse;
  224. height: 30px;
  225. }
  226. .treat .treatRecommend {
  227. margin-top: 10px;
  228. }
  229. .labAndPacsRecommend .labAndPacsTitle {
  230. padding:5px;
  231. margin-right: 5px;
  232. background: #e2eaf2;
  233. border-radius: 4px;
  234. }
  235. .pacsRecommendwrapper {
  236. margin-top: 10px;
  237. }
  238. .labAndPacsItem {
  239. display: inline-block;
  240. padding-right: 15px;
  241. }
  242. .treatRecommendbox {
  243. margin-top: 10px;
  244. }
  245. .treatItemBox .more{
  246. bottom: 0;
  247. height: 30px;
  248. line-height: 30px;
  249. }
  250. .itemAllBox h4{
  251. float: left;
  252. margin-right: 10px;
  253. }
  254. .recommendInfoItem {
  255. position: relative;
  256. display: inline-block;
  257. }
  258. .itemAll{
  259. max-height: 230px;
  260. overflow-y: auto
  261. }
  262. .recommendInfoItem {
  263. position: relative;
  264. padding-right: 15px;
  265. }
  266. .recommendNull {
  267. color: #ADADAD;
  268. }
  269. .disclaimer {
  270. cursor: pointer;
  271. }