indexVert.less 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. @import './common.less';
  2. .iframeWrap {
  3. margin: 10px auto 50px;
  4. padding: 20px;
  5. min-width: 340px;
  6. }
  7. .recommendInfoWrapper {
  8. border: 1px solid #F2F2F2;
  9. margin-bottom: 15px;
  10. h4 {
  11. color: #000;
  12. height: 40px;
  13. line-height: 40px;
  14. background-color: #FAEBEC;
  15. font-size: 16px;
  16. font-weight: bold;
  17. }
  18. }
  19. .recommendInfoWrapper h4 i {
  20. content: '';
  21. width: 40px;
  22. height: 40px;
  23. float: left;
  24. }
  25. .symptomRecommend,
  26. .physiExamRecommend,
  27. .labAndPacsRecommend {
  28. h4 {
  29. background-color: #ECF4FC;
  30. }
  31. }
  32. .treatRecommend {
  33. h4 {
  34. background-color: #E3FEFE;
  35. }
  36. }
  37. .tipsInfo {
  38. h4 {
  39. background-color: #E3FEFE;
  40. }
  41. }
  42. .conditTips {
  43. h4 {
  44. background-color: #FDF4EE;
  45. }
  46. }
  47. .recommendInfoBox {
  48. padding: 17px;
  49. }
  50. .treatRecommend h4 i {
  51. background: url(/images/zhiliao.png) center center no-repeat;
  52. }
  53. .tipsInfo h4 i {
  54. background: url(/images/zhiliao.png) center center no-repeat;
  55. }
  56. .conditTips h4 i {
  57. background: url(/images/tips.png) center center no-repeat;
  58. }
  59. .symptomRecommend h4 i {
  60. background: url(/images/inquire.png) center center no-repeat;
  61. }
  62. .physiExamRecommend h4 i {
  63. background: url(/images/tgjc.png) center center no-repeat;
  64. }
  65. .labAndPacsRecommend h4 i {
  66. background: url(/images/inspect.png) center center no-repeat;
  67. }
  68. .warning h4 i {
  69. background: url(/images/warings.png) center center no-repeat;
  70. }
  71. .diagRecommend h4 i {
  72. background: url(/images/yszd.png) center center no-repeat;
  73. }
  74. .recommendInfoItem {
  75. padding-right: 15px;
  76. float: left;
  77. line-height: 25px;
  78. position: relative;
  79. }
  80. .infoMsg,
  81. .infoMsgOn {
  82. position: absolute;
  83. top: 6px;
  84. right: 0;
  85. }
  86. .infoMsg,
  87. .infoMsgOn {
  88. display: none;
  89. cursor: pointer;
  90. }
  91. .recommendInfoItemHasInfo:hover,
  92. .diagNameBox:hover,
  93. .durgNameBox:hover {
  94. color: #267FD7;
  95. .infoMsg {
  96. display: inline-block;
  97. width: 14px;
  98. height: 14px;
  99. background: url(/images/msg1.png) center center no-repeat;
  100. }
  101. .infoMsg:hover {
  102. background: url(/images/msg2.png) center center no-repeat;
  103. }
  104. }
  105. // .diagNameBox:hover {
  106. // color: #267FD7;
  107. // .infoMsg {
  108. // display: inline-block;
  109. // width: 16px;
  110. // height: 16px;
  111. // background: url(/images/msg1.png) center center no-repeat;
  112. // }
  113. // .infoMsg:hover {
  114. // background: url(/images/msg2.png) center center no-repeat;
  115. // }
  116. // }
  117. .diagNameBox,
  118. .durgNameBox {
  119. position: relative;
  120. padding-right: 15px;
  121. .infoMsg, .infoMsgOn {
  122. top: 4px;
  123. }
  124. }
  125. .durgName, .diagName {
  126. border-bottom: 1px solid #1E1E1E;
  127. }
  128. .recommendInfoBox p {
  129. line-height: 25px;
  130. }
  131. .commonTreatmentbox {
  132. padding-bottom: 10px;
  133. border-bottom: 1px solid #D1D1D1;
  134. }
  135. .drugTreatmentbox {
  136. padding-top: 10px;
  137. }
  138. .illnessTable {
  139. color: #267FD7;
  140. line-height: 28px;
  141. cursor: pointer;
  142. }
  143. .labAndPacsBox {
  144. line-height: 25px;
  145. }
  146. .alertModal {
  147. position: relative;
  148. .mayResult {
  149. color: #838383;
  150. position: relative;
  151. }
  152. .mayResultSelect {
  153. line-height: 28px;
  154. .makesureResult {
  155. cursor: pointer;
  156. color: @colorBlue;
  157. }
  158. .sanjiao {
  159. width: 18px;
  160. height: 18px;
  161. display: inline-block;
  162. position: relative;
  163. top: 3px;
  164. background: url('../images/select.png') center center no-repeat;
  165. }
  166. }
  167. }
  168. .recommendInfoItemBox {
  169. position: relative;
  170. }
  171. .recommendInfoItemBoxLimit {
  172. height: 25px;
  173. overflow: hidden;
  174. position: relative;
  175. }
  176. .commonTreatmentInfoLimit {
  177. height: 75px;
  178. overflow: hidden;
  179. position: relative;
  180. }
  181. .slideDown {
  182. background-color: #fff;
  183. position: absolute;
  184. bottom: 0px;
  185. right: 0px;
  186. color: @colorBlue;
  187. height: 25px;
  188. line-height: 25px;
  189. box-shadow: -2px 0px 15px 0px #fff;
  190. cursor: pointer;
  191. i {
  192. width: 10px;
  193. height: 7px;
  194. display: inline-block;
  195. position: relative;
  196. top: -2px;
  197. background: url('../images/down.png') center center no-repeat;
  198. }
  199. }
  200. .slideup {
  201. background-color: #fff;
  202. position: relative;
  203. float: right;
  204. bottom: 0px;
  205. right: 0px;
  206. color: @colorBlue;
  207. cursor: pointer;
  208. i {
  209. width: 10px;
  210. height: 7px;
  211. display: inline-block;
  212. position: relative;
  213. top: -2px;
  214. background: url('../images/up.png') center center no-repeat;
  215. }
  216. }
  217. .responsibility {
  218. text-align: center;
  219. font-size: 12px;
  220. color: #979797;
  221. padding-top: 15px;
  222. }
  223. .disclaimer {
  224. height: 40px;
  225. width: 100%;
  226. line-height: 40px;
  227. text-align: center;
  228. position: fixed;
  229. bottom: 0;
  230. background-color: #ececec;
  231. left: 0;
  232. z-index: 98;
  233. .logo {
  234. float: left;
  235. margin-left: 15px;
  236. }
  237. .disclaimerInfo {
  238. float: right;
  239. margin-right: 15px;
  240. }
  241. }
  242. .labRecommend {
  243. border-bottom: 1px solid #D1D1D1;
  244. margin: 5px 0;
  245. }
  246. .labAndPacsTitle {
  247. border-right: 2px solid #ADADAD;
  248. padding-right:5px;
  249. margin-right: 5px;
  250. }
  251. .labAndPacsItem {
  252. display: inline-block;
  253. padding-right: 15px;
  254. }
  255. .recommendNull,.TipsInfoNull {
  256. color: #ADADAD;
  257. }
  258. .treatItemTitle {
  259. font-weight: bold;
  260. padding-bottom: 5px;
  261. }
  262. .disclaimerInfo {
  263. cursor: pointer;
  264. }
  265. .moreInfo {
  266. display: inline-block;
  267. width:42px;
  268. height:20px;
  269. border-radius:4px;
  270. border:1px solid #267FD7;
  271. line-height:20px;
  272. color: #267FD7;
  273. text-align: center;
  274. margin-left: 20px;
  275. cursor: pointer;
  276. }