indexHorizontal.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  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. .labAndPacsWrapper{
  18. height: 20px;
  19. line-height: 20px;
  20. overflow: hidden;
  21. }
  22. .push {
  23. width: 60%;
  24. float: left;
  25. position: relative;
  26. }
  27. .treat {
  28. width: 40%;
  29. float: left;
  30. position: relative;
  31. }
  32. .warning, .diagRecommend {
  33. h4 {
  34. color: #FF545B;
  35. }
  36. }
  37. .symptomRecommend, .physiExamRecommend, .labAndPacsRecommend {
  38. h4 {
  39. color: #157FD5;
  40. }
  41. }
  42. .conditTips {
  43. h4 {
  44. color: #E66225;
  45. }
  46. }
  47. .treatRecommend {
  48. h4 {
  49. color: #1AB3A9;
  50. }
  51. }
  52. .icon{
  53. display: block;
  54. width: 20px;
  55. float: left;
  56. }
  57. .labAndPacsBox, .treatItemBox {
  58. position: relative;
  59. }
  60. .itemAllBox {
  61. padding-right: 40px;
  62. background: #fff;
  63. border: 1px solid #3A73E1;
  64. border-radius: 4px;
  65. box-sizing: border-box;
  66. }
  67. .slideDown {
  68. background-color: #fff;
  69. position: absolute;
  70. top: 0px;
  71. right: 0px;
  72. height: 20px;
  73. line-height: 20px;
  74. box-shadow: -2px 0px 15px 0px #fff;
  75. cursor: pointer;
  76. i {
  77. width: 20px;
  78. height: 20px;
  79. display: inline-block;
  80. position: relative;
  81. top: 0px;
  82. background: url('../images/show.png') center center no-repeat;
  83. }
  84. }
  85. .slideup {
  86. background-color: #fff;
  87. position: absolute;
  88. float: right;
  89. top: 0px;
  90. right: 0px;
  91. cursor: pointer;
  92. line-height: 10px;
  93. box-shadow: -2px 0px 15px 0px #fff;
  94. i {
  95. width: 20px;
  96. height: 2px;
  97. display: inline-block;
  98. position: relative;
  99. top: 0px;
  100. background: url('../images/collapse.png') center center no-repeat;
  101. }
  102. }
  103. .itemAllBox{
  104. position: absolute;
  105. width: 100%;
  106. height: auto;
  107. max-height: 100%;
  108. display: none;
  109. background: #fff;
  110. z-index: 2;
  111. left: 0;
  112. top: 0;
  113. }
  114. .ellipse{
  115. overflow: hidden;
  116. white-space: nowrap;
  117. text-overflow: ellipsis;
  118. }
  119. .conditTipsbox .conditionMain {
  120. height: 20px;
  121. .mayIllness{
  122. float: left;
  123. }
  124. }
  125. .infoMsg,
  126. .infoMsgOn {
  127. position: absolute;
  128. top: 2px;
  129. right: 0px;
  130. }
  131. .infoMsg,
  132. .infoMsgOn {
  133. display: none;
  134. cursor: pointer;
  135. }
  136. .recommendInfoItem:hover,
  137. .diagNameBox:hover,
  138. .durgNameBox:hover {
  139. color: #267FD7;
  140. .infoMsg {
  141. display: inline-block;
  142. width: 14px;
  143. height: 14px;
  144. background: url(/images/msg1.png) center center no-repeat;
  145. }
  146. .infoMsg:hover {
  147. background: url(/images/msg2.png) center center no-repeat;
  148. }
  149. }
  150. .labAndPacsItem:hover{
  151. color: #267FD7;
  152. }
  153. .diagNameBox {
  154. position: relative;
  155. padding-right: 15px;
  156. }
  157. .more {
  158. display: inline-block;
  159. background-color: #fff;
  160. position: absolute;
  161. right: 0px;
  162. color: #267FD7;
  163. height: 20px;
  164. line-height: 20px;
  165. box-shadow: -2px 0px 15px 0px #fff;
  166. cursor: pointer;
  167. }
  168. .conditTipsbox .more {
  169. top: 0px;
  170. }
  171. .diagName {
  172. color: #040428;
  173. }
  174. .treatItemTitle {
  175. font-weight: bold;
  176. font-size: 13px;
  177. color: #7C828E;
  178. float: left;
  179. width: 60px;
  180. height: 30px;
  181. line-height: 30px;
  182. float: left;
  183. }
  184. .treat .recommendInfoBox {
  185. margin-left: 0px;
  186. }
  187. .treat .commonTreatmentInfo {
  188. margin-left: 80px;
  189. line-height: 30px;
  190. height: 90px;
  191. overflow:hidden;
  192. text-overflow:ellipsis;
  193. display: -webkit-box;
  194. -webkit-box-orient: vertical;
  195. -webkit-line-clamp: 3;
  196. }
  197. .treat .drugTreatmentInfo {
  198. margin-left: 80px;
  199. line-height: 30px;
  200. height: 90px;
  201. overflow: hidden;
  202. }
  203. .drugTreatmentInfoItemBox {
  204. .ellipse;
  205. height: 30px;
  206. }
  207. .treat .treatRecommend {
  208. margin-top: 10px;
  209. }
  210. .labAndPacsRecommend .labAndPacsTitle {
  211. padding:5px;
  212. margin-right: 5px;
  213. background: #e2eaf2;
  214. border-radius: 4px;
  215. }
  216. .pacsRecommendwrapper {
  217. margin-top: 10px;
  218. }
  219. .labAndPacsItem {
  220. display: inline-block;
  221. padding-right: 15px;
  222. }
  223. .treatRecommendbox {
  224. margin-top: 10px;
  225. }
  226. .treatItemBox .more{
  227. bottom: 0;
  228. height: 30px;
  229. line-height: 30px;
  230. }
  231. .itemAllBox h4{
  232. float: left;
  233. margin-right: 10px;
  234. }
  235. .recommendInfoItem {
  236. position: relative;
  237. display: inline-block;
  238. }
  239. .itemAll{
  240. height: 100%;
  241. overflow-y: auto
  242. }
  243. .recommendInfoItem {
  244. position: relative;
  245. padding-right: 15px;
  246. }
  247. .recommendNull {
  248. color: #ADADAD;
  249. }