indexVert.less 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  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. .sriticalinfo {
  129. height:30px;
  130. background:#F5F5F5;
  131. line-height: 30px;
  132. margin: 10px 0;
  133. }
  134. .recommendInfoBox p {
  135. line-height: 25px;
  136. }
  137. .commonTreatmentbox {
  138. padding-bottom: 10px;
  139. border-bottom: 1px solid #D1D1D1;
  140. }
  141. .drugTreatmentbox {
  142. padding-top: 10px;
  143. }
  144. .illnessTable {
  145. color: #267FD7;
  146. line-height: 28px;
  147. cursor: pointer;
  148. }
  149. .labAndPacsBox {
  150. line-height: 25px;
  151. }
  152. .alertModal {
  153. position: relative;
  154. .mayResult {
  155. color: #838383;
  156. position: relative;
  157. }
  158. .mayResultSelect {
  159. line-height: 28px;
  160. .makesureResult {
  161. cursor: pointer;
  162. color: @colorBlue;
  163. }
  164. .sanjiao {
  165. width: 18px;
  166. height: 18px;
  167. display: inline-block;
  168. position: relative;
  169. top: 3px;
  170. background: url('../images/select.png') center center no-repeat;
  171. }
  172. }
  173. }
  174. .recommendInfoItemBox {
  175. position: relative;
  176. }
  177. .recommendInfoItemBoxLimit {
  178. height: 25px;
  179. overflow: hidden;
  180. position: relative;
  181. }
  182. .commonTreatmentInfoLimit {
  183. height: 75px;
  184. overflow: hidden;
  185. position: relative;
  186. }
  187. .slideDown {
  188. background-color: #fff;
  189. position: absolute;
  190. bottom: 0px;
  191. right: 0px;
  192. color: @colorBlue;
  193. height: 25px;
  194. line-height: 25px;
  195. box-shadow: -2px 0px 15px 0px #fff;
  196. cursor: pointer;
  197. i {
  198. width: 10px;
  199. height: 7px;
  200. display: inline-block;
  201. position: relative;
  202. top: -2px;
  203. background: url('../images/down.png') center center no-repeat;
  204. }
  205. }
  206. .slideup {
  207. background-color: #fff;
  208. position: relative;
  209. float: right;
  210. bottom: 0px;
  211. right: 0px;
  212. color: @colorBlue;
  213. cursor: pointer;
  214. i {
  215. width: 10px;
  216. height: 7px;
  217. display: inline-block;
  218. position: relative;
  219. top: -2px;
  220. background: url('../images/up.png') center center no-repeat;
  221. }
  222. }
  223. .responsibility {
  224. text-align: center;
  225. font-size: 12px;
  226. color: #979797;
  227. padding-top: 15px;
  228. }
  229. .disclaimer {
  230. height: 40px;
  231. width: 100%;
  232. line-height: 40px;
  233. text-align: center;
  234. position: fixed;
  235. bottom: 0;
  236. background-color: #ececec;
  237. left: 0;
  238. z-index: 98;
  239. .logo {
  240. float: left;
  241. margin-left: 15px;
  242. }
  243. .disclaimerInfo {
  244. float: right;
  245. margin-right: 15px;
  246. }
  247. }
  248. .labRecommend {
  249. border-bottom: 1px solid #D1D1D1;
  250. margin: 5px 0;
  251. }
  252. .labAndPacsTitle {
  253. border-right: 2px solid #ADADAD;
  254. padding-right:5px;
  255. margin-right: 5px;
  256. }
  257. .labAndPacsItem {
  258. display: inline-block;
  259. padding-right: 15px;
  260. }
  261. .recommendNull,.TipsInfoNull {
  262. color: #ADADAD;
  263. }
  264. .treatItemTitle {
  265. font-weight: bold;
  266. padding-bottom: 5px;
  267. }
  268. .disclaimerInfo {
  269. cursor: pointer;
  270. }
  271. .moreInfo {
  272. display: inline-block;
  273. width:42px;
  274. height:20px;
  275. border-radius:4px;
  276. border:1px solid #267FD7;
  277. line-height:20px;
  278. color: #267FD7;
  279. text-align: center;
  280. margin-left: 20px;
  281. cursor: pointer;
  282. }