icssIndex.less 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. @import './common.less';
  2. .iframeWrap {
  3. margin: 10px auto 50px;
  4. padding: 0 20px 20px 20px;
  5. min-width: 340px;
  6. }
  7. .recommendInfoWrapper {
  8. border: 1px solid #F2F2F2;
  9. margin-bottom: 15px;
  10. h4 {
  11. color: #000;
  12. // height: 24px;
  13. line-height: 24px;
  14. background-color: #FAEBEC;
  15. font-size: 16px;
  16. font-weight: bold;
  17. }
  18. }
  19. .recommendInfoWrapper h4 i {
  20. content: '';
  21. width: 18px;
  22. height: 18px;
  23. float: left;
  24. position: relative;
  25. top: 3px;
  26. margin: 0 12px;
  27. }
  28. .symptomRecommend,
  29. .physiExamRecommend,
  30. .labAndPacsRecommend {
  31. h4 {
  32. background-color: #ECF4FC;
  33. }
  34. }
  35. .treatRecommend,.knowledgeInfo,.scaleInfo {
  36. h4 {
  37. background-color: #E3FEFE;
  38. }
  39. }
  40. .tipsInfo {
  41. h4 {
  42. background-color: #E3FEFE;
  43. }
  44. }
  45. .conditTips {
  46. h4 {
  47. background-color: #FDF4EE;
  48. }
  49. }
  50. .warning{
  51. background-color: #FF8D54;
  52. font-size: 14px;
  53. h4 {
  54. background-color: #FF8D54;
  55. font-size: 14px;
  56. color: #fff;
  57. line-height: 30px;
  58. display: inline-block;
  59. margin: 0 20px 0 0;
  60. i{
  61. margin: 0 12px 0 0;
  62. }
  63. }
  64. .recommendInfoBox{
  65. display: inline-block;
  66. }
  67. .recommendInfoItem{
  68. display: inline-block;
  69. float: none;
  70. color: #fff;
  71. }
  72. }
  73. .recommendInfoBox {
  74. padding: 4px 17px;
  75. }
  76. .treatRecommend h4 i,.knowledgeInfo h4 i,.scaleInfo h4 i {
  77. background: url(/images/zhiliao.png) center center no-repeat;
  78. }
  79. .tipsInfo h4 i {
  80. background: url(/images/zhiliao.png) center center no-repeat;
  81. }
  82. .conditTips h4 i {
  83. background: url(/images/tips.png) center center no-repeat;
  84. }
  85. .symptomRecommend h4 i {
  86. background: url(/images/inquire.png) center center no-repeat;
  87. }
  88. .physiExamRecommend h4 i {
  89. background: url(/images/tgjc.png) center center no-repeat;
  90. }
  91. .labAndPacsRecommend h4 i {
  92. background: url(/images/inspect.png) center center no-repeat;
  93. }
  94. .warning h4 i {
  95. background: url(/images/warings.png) center center no-repeat;
  96. }
  97. .diagRecommend h4 i {
  98. background: url(/images/yszd.png) center center no-repeat;
  99. }
  100. .recommendInfoItem {
  101. padding-right: 15px;
  102. float: left;
  103. line-height: 21px;
  104. position: relative;
  105. }
  106. .infoMsg,
  107. .infoMsgOn {
  108. position: absolute;
  109. top: 6px;
  110. right: 0;
  111. }
  112. .infoMsg,
  113. .infoMsgOn {
  114. display: none;
  115. cursor: pointer;
  116. }
  117. .recommendInfoItemHasInfo:hover,
  118. .diagNameBox:hover,
  119. .durgNameBox:hover {
  120. color: #267FD7;
  121. .infoMsg {
  122. display: inline-block;
  123. width: 14px;
  124. height: 14px;
  125. background: url(/images/msg1.png) center center no-repeat;
  126. }
  127. .infoMsg:hover {
  128. background: url(/images/msg2.png) center center no-repeat;
  129. }
  130. }
  131. // .diagNameBox:hover {
  132. // color: #267FD7;
  133. // .infoMsg {
  134. // display: inline-block;
  135. // width: 16px;
  136. // height: 16px;
  137. // background: url(/images/msg1.png) center center no-repeat;
  138. // }
  139. // .infoMsg:hover {
  140. // background: url(/images/msg2.png) center center no-repeat;
  141. // }
  142. // }
  143. .diagNameBox,
  144. .durgNameBox {
  145. position: relative;
  146. padding-right: 15px;
  147. display: inline-block;
  148. .infoMsg, .infoMsgOn {
  149. top: 6px;
  150. }
  151. }
  152. .durgName, .diagName{
  153. border-bottom: 1px solid #1E1E1E;
  154. }
  155. .sriticalinfo {
  156. height:30px;
  157. background:#F5F5F5;
  158. line-height: 30px;
  159. margin: 10px 0;
  160. }
  161. .recommendInfoBox p {
  162. line-height: 21px;
  163. }
  164. .commonTreatmentbox {
  165. padding-bottom: 10px;
  166. border-bottom: 1px solid #D1D1D1;
  167. }
  168. .drugTreatmentbox {
  169. padding-top: 10px;
  170. }
  171. .illnessTable {
  172. color: #267FD7;
  173. line-height: 21px;
  174. cursor: pointer;
  175. }
  176. .labAndPacsBox {
  177. position: relative;
  178. line-height: 21px;
  179. }
  180. .alertModal {
  181. position: relative;
  182. .mayResult {
  183. color: #838383;
  184. position: relative;
  185. }
  186. .mayResultSelect {
  187. line-height: 21px;
  188. .makesureResult {
  189. cursor: pointer;
  190. color: @colorBlue;
  191. }
  192. .sanjiao {
  193. width: 18px;
  194. height: 18px;
  195. display: inline-block;
  196. position: relative;
  197. top: 3px;
  198. background: url('../images/select.png') center center no-repeat;
  199. }
  200. }
  201. }
  202. .recommendInfoItemBox {
  203. position: relative;
  204. }
  205. .recommendInfoItemBoxLimit {
  206. height: 21px;
  207. overflow: hidden;
  208. position: relative;
  209. }
  210. .commonTreatmentInfoLimit {
  211. height: 75px;
  212. overflow: hidden;
  213. position: relative;
  214. }
  215. .slideDown {
  216. background-color: #fff;
  217. position: absolute;
  218. bottom: 0px;
  219. right: 0px;
  220. color: @colorBlue;
  221. height: 21px;
  222. line-height: 21px;
  223. box-shadow: -2px 0px 15px 0px #fff;
  224. cursor: pointer;
  225. i {
  226. width: 10px;
  227. height: 7px;
  228. display: inline-block;
  229. position: relative;
  230. // top: -2px;
  231. background: url('../images/down.png') center center no-repeat;
  232. }
  233. }
  234. .slideup {
  235. background-color: #fff;
  236. position: relative;
  237. float: right;
  238. bottom: 0px;
  239. right: 0px;
  240. color: @colorBlue;
  241. cursor: pointer;
  242. height: 21px;
  243. line-height: 21px;
  244. box-shadow: -2px 0px 15px 0px #fff;
  245. i {
  246. width: 10px;
  247. height: 7px;
  248. display: inline-block;
  249. position: relative;
  250. // top: -2px;
  251. background: url('../images/up.png') center center no-repeat;
  252. }
  253. }
  254. .responsibility {
  255. text-align: center;
  256. font-size: 12px;
  257. color: #979797;
  258. padding-top: 15px;
  259. }
  260. .disclaimer {
  261. height: 40px;
  262. width: 100%;
  263. line-height: 40px;
  264. position: fixed;
  265. bottom: 0;
  266. background-color: #ececec;
  267. left: 0;
  268. z-index: 98;
  269. .version-tip{
  270. margin-left: 20px;
  271. font-size: 12px;
  272. padding-right: 34px;
  273. cursor: pointer;
  274. &.new-icon{
  275. background: url(../images/new.png) 100% 0px no-repeat;
  276. }
  277. }
  278. .logo {
  279. float: left;
  280. font-size: 12px;
  281. margin-left: 15px;
  282. }
  283. .disclaimerInfo {
  284. float: right;
  285. font-size: 12px;
  286. margin-right: 15px;
  287. }
  288. }
  289. .labAndPacsTitle {
  290. border-right: 2px solid #ADADAD;
  291. padding-right:5px;
  292. margin-right: 5px;
  293. }
  294. .labAndPacsItem {
  295. display: inline-block;
  296. padding-right: 15px;
  297. }
  298. .recommendNull,.TipsInfoNull {
  299. color: #ADADAD;
  300. }
  301. .treatItemTitle {
  302. font-weight: bold;
  303. padding-bottom: 5px;
  304. }
  305. .disclaimerInfo {
  306. cursor: pointer;
  307. }
  308. .moreInfo {
  309. display: inline-block;
  310. width:42px;
  311. height:20px;
  312. border-radius:4px;
  313. border:1px solid #267FD7;
  314. line-height:20px;
  315. color: #267FD7;
  316. text-align: center;
  317. margin-left: 20px;
  318. cursor: pointer;
  319. }
  320. .durgNameBox {
  321. .medicineWaring {
  322. background-color: #f4c051;
  323. color: #000;
  324. font-size: 12px;
  325. border-radius: 4px;
  326. border: 1px solid #fff;
  327. line-height: 18px;
  328. }
  329. .medicineWaringDisMsg {
  330. background-color: #fff;
  331. color: @grayColor;
  332. font-size: 12px;
  333. border-radius: 4px;
  334. line-height: 18px;
  335. border: 1px solid @grayColor;
  336. }
  337. .medicineWaringDisMsg {
  338. color: @grayColor;
  339. }
  340. }
  341. .medicineWaringDis {
  342. color: @grayColor;
  343. .durgName{
  344. border-bottom: 1px solid @grayColor;
  345. }
  346. }
  347. .medicineWaringDis:hover {
  348. color: @grayColor;
  349. }
  350. .staticWin {
  351. color: #040428;
  352. text-decoration: underline;
  353. cursor: pointer;
  354. }
  355. .line {
  356. width: 100%;
  357. height: 1px;
  358. background: #D1D1D1;
  359. }
  360. .diagTitle {
  361. color: #3b9ed0;
  362. position: relative;
  363. margin: 0 0 10px;
  364. font-weight: 500;
  365. i {
  366. position: relative;
  367. display: inline-block;
  368. width: 4px;
  369. height: 4px;
  370. background: #3b9ed0;
  371. border-radius: 50%;
  372. top: -4px;
  373. margin-right: 6px;
  374. }
  375. }
  376. .diagDescription{
  377. color: #333;
  378. font-weight: 600;
  379. margin: 5px 0 10px;
  380. }
  381. .treatItemTitle {
  382. position: relative;
  383. .slideDown {
  384. font-weight: normal;
  385. bottom: 5px;
  386. }
  387. }