icssIndex.less 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. @import './common.less';
  2. .iframeWrap {
  3. margin: 10px auto 50px;
  4. padding: 0 20px 20px 20px;
  5. min-width: 340px;
  6. overflow-y: auto;
  7. }
  8. .recommendInfoWrapper {
  9. border: 1px solid #F2F2F2;
  10. margin-bottom: 5px;
  11. h4 {
  12. color: #000;
  13. // height: 24px;
  14. line-height: 24px;
  15. background-color: #FAEBEC;
  16. font-size: 16px;
  17. font-weight: bold;
  18. }
  19. }
  20. .recommendInfoWrapper h4 i {
  21. content: '';
  22. width: 18px;
  23. height: 18px;
  24. float: left;
  25. position: relative;
  26. top: 3px;
  27. margin: 0 12px;
  28. }
  29. .symptomRecommend,
  30. .physiExamRecommend,
  31. .labAndPacsRecommend {
  32. h4 {
  33. background-color: #ECF4FC;
  34. }
  35. }
  36. .treatRecommend,.knowledgeInfo,.scaleInfo {
  37. h4 {
  38. background-color: #E3FEFE;
  39. }
  40. }
  41. .tipsInfo {
  42. h4 {
  43. background-color: #E3FEFE;
  44. }
  45. }
  46. .conditTips {
  47. h4 {
  48. background-color: #FDF4EE;
  49. }
  50. }
  51. .warning{
  52. background-color: #FF8D54;
  53. font-size: 14px;
  54. h4 {
  55. background-color: #FF8D54;
  56. font-size: 14px;
  57. color: #fff;
  58. line-height: 30px;
  59. display: inline-block;
  60. margin: 0 20px 0 0;
  61. i{
  62. margin: 0 12px 0 0;
  63. }
  64. }
  65. .recommendInfoBox{
  66. display: inline-block;
  67. }
  68. .recommendInfoItem{
  69. display: inline-block;
  70. float: none;
  71. color: #fff;
  72. }
  73. }
  74. .recommendInfoBox {
  75. padding: 4px 17px;
  76. }
  77. .treatRecommend h4 i,.knowledgeInfo h4 i,.scaleInfo h4 i {
  78. background: url(/images/zhiliao.png) center center no-repeat;
  79. }
  80. .tipsInfo h4 i {
  81. background: url(/images/zhiliao.png) center center no-repeat;
  82. }
  83. .conditTips h4 i {
  84. background: url(/images/tips.png) center center no-repeat;
  85. }
  86. .symptomRecommend h4 i {
  87. background: url(/images/inquire.png) center center no-repeat;
  88. }
  89. .physiExamRecommend h4 i {
  90. background: url(/images/tgjc.png) center center no-repeat;
  91. }
  92. .labAndPacsRecommend h4 i {
  93. background: url(/images/inspect.png) center center no-repeat;
  94. }
  95. .warning h4 i {
  96. background: url(/images/warings.png) center center no-repeat;
  97. }
  98. .diagRecommend h4 i {
  99. background: url(/images/yszd.png) center center no-repeat;
  100. }
  101. .recommendInfoItem {
  102. padding-right: 15px;
  103. float: left;
  104. line-height: 21px;
  105. position: relative;
  106. }
  107. .infoMsg,
  108. .infoMsgOn {
  109. position: absolute;
  110. top: 5px;
  111. right: 0;
  112. }
  113. .infoMsg,
  114. .infoMsgOn {
  115. display: none;
  116. cursor: pointer;
  117. }
  118. .recommendInfoItemHasInfo:hover,
  119. .diagNameBox:hover,
  120. .durgNameBox:hover {
  121. color: #267FD7;
  122. .infoMsg {
  123. display: inline-block;
  124. width: 14px;
  125. height: 14px;
  126. background: url(/images/msg1.png) center center no-repeat;
  127. }
  128. .infoMsg:hover {
  129. background: url(/images/msg2.png) center center no-repeat;
  130. }
  131. }
  132. // .diagNameBox:hover {
  133. // color: #267FD7;
  134. // .infoMsg {
  135. // display: inline-block;
  136. // width: 16px;
  137. // height: 16px;
  138. // background: url(/images/msg1.png) center center no-repeat;
  139. // }
  140. // .infoMsg:hover {
  141. // background: url(/images/msg2.png) center center no-repeat;
  142. // }
  143. // }
  144. .diagNameBox,
  145. .durgNameBox {
  146. position: relative;
  147. padding-right: 15px;
  148. display: inline-block;
  149. .infoMsg, .infoMsgOn {
  150. top: 6px;
  151. }
  152. }
  153. .durgName, .diagName{
  154. border-bottom: 1px solid #1E1E1E;
  155. }
  156. .sriticalinfo {
  157. height:30px;
  158. background:#F5F5F5;
  159. line-height: 30px;
  160. margin: 10px 0;
  161. }
  162. .recommendInfoBox p {
  163. line-height: 21px;
  164. }
  165. .commonTreatmentbox {
  166. padding-bottom: 10px;
  167. border-bottom: 1px solid #D1D1D1;
  168. }
  169. .drugTreatmentbox {
  170. padding-top: 10px;
  171. }
  172. .illnessTable {
  173. color: #267FD7;
  174. line-height: 21px;
  175. cursor: pointer;
  176. }
  177. .labAndPacsBox {
  178. position: relative;
  179. line-height: 21px;
  180. }
  181. .alertModal {
  182. position: relative;
  183. .mayResult {
  184. color: #838383;
  185. position: relative;
  186. }
  187. .mayResultSelect {
  188. line-height: 21px;
  189. .makesureResult {
  190. cursor: pointer;
  191. color: @colorBlue;
  192. }
  193. .sanjiao {
  194. width: 18px;
  195. height: 18px;
  196. display: inline-block;
  197. position: relative;
  198. top: 3px;
  199. background: url('../images/select.png') center center no-repeat;
  200. }
  201. }
  202. }
  203. .recommendInfoItemBox {
  204. position: relative;
  205. }
  206. .recommendInfoItemBoxLimit {
  207. height: 21px;
  208. overflow: hidden;
  209. position: relative;
  210. }
  211. .commonTreatmentInfoLimit {
  212. height: 75px;
  213. overflow: hidden;
  214. position: relative;
  215. }
  216. .slideDown {
  217. background-color: #fff;
  218. position: absolute;
  219. bottom: 0px;
  220. right: 0px;
  221. color: @colorBlue;
  222. height: 21px;
  223. line-height: 21px;
  224. box-shadow: -2px 0px 15px 0px #fff;
  225. cursor: pointer;
  226. i {
  227. width: 10px;
  228. height: 7px;
  229. display: inline-block;
  230. position: relative;
  231. // top: -2px;
  232. background: url('../images/down.png') center center no-repeat;
  233. }
  234. }
  235. .slideup {
  236. background-color: #fff;
  237. position: relative;
  238. float: right;
  239. bottom: 0px;
  240. right: 0px;
  241. color: @colorBlue;
  242. cursor: pointer;
  243. height: 21px;
  244. line-height: 21px;
  245. box-shadow: -2px 0px 15px 0px #fff;
  246. i {
  247. width: 10px;
  248. height: 7px;
  249. display: inline-block;
  250. position: relative;
  251. // top: -2px;
  252. background: url('../images/up.png') center center no-repeat;
  253. }
  254. }
  255. .responsibility {
  256. text-align: center;
  257. font-size: 12px;
  258. color: #979797;
  259. padding-top: 15px;
  260. position: fixed;
  261. width: 100%;
  262. bottom: 30px;
  263. background-color: #fff;
  264. }
  265. .disclaimer {
  266. height: 26px;
  267. width: 100%;
  268. line-height: 26px;
  269. position: fixed;
  270. bottom: 0;
  271. background-color: #fff;
  272. left: 0;
  273. z-index: 98;
  274. .version-tip{
  275. margin-left: 20px;
  276. font-size: 12px;
  277. padding-right: 34px;
  278. cursor: pointer;
  279. &.new-icon{
  280. background: url(../images/new.png) 100% 0px no-repeat;
  281. }
  282. }
  283. .logo {
  284. // float: left;
  285. font-size: 12px;
  286. margin-left: 15px;
  287. }
  288. .disclaimerInfo {
  289. float: right;
  290. font-size: 12px;
  291. margin-right: 15px;
  292. }
  293. }
  294. .labAndPacsTitle {
  295. border-right: 2px solid #ADADAD;
  296. padding-right:5px;
  297. margin-right: 5px;
  298. }
  299. .labAndPacsItem {
  300. display: inline-block;
  301. padding-right: 15px;
  302. }
  303. .recommendNull,.TipsInfoNull {
  304. color: #ADADAD;
  305. }
  306. .treatItemTitle {
  307. font-weight: bold;
  308. padding-bottom: 5px;
  309. }
  310. .disclaimerInfo {
  311. cursor: pointer;
  312. }
  313. .moreInfo {
  314. display: inline-block;
  315. width:42px;
  316. height:20px;
  317. border-radius:4px;
  318. border:1px solid #267FD7;
  319. line-height:20px;
  320. color: #267FD7;
  321. text-align: center;
  322. margin-left: 20px;
  323. cursor: pointer;
  324. }
  325. .durgNameBox {
  326. .medicineWaring {
  327. background-color: #f4c051;
  328. color: #000;
  329. font-size: 12px;
  330. border-radius: 4px;
  331. border: 1px solid #fff;
  332. line-height: 18px;
  333. }
  334. .medicineWaringDisMsg {
  335. background-color: #fff;
  336. color: @grayColor;
  337. font-size: 12px;
  338. border-radius: 4px;
  339. line-height: 18px;
  340. border: 1px solid @grayColor;
  341. }
  342. .medicineWaringDisMsg {
  343. color: @grayColor;
  344. }
  345. }
  346. .medicineWaringDis {
  347. color: @grayColor;
  348. .durgName{
  349. border-bottom: 1px solid @grayColor;
  350. }
  351. }
  352. .medicineWaringDis:hover {
  353. color: @grayColor;
  354. }
  355. .staticWin {
  356. color: #040428;
  357. text-decoration: underline;
  358. cursor: pointer;
  359. }
  360. .line {
  361. width: 100%;
  362. height: 1px;
  363. background: #D1D1D1;
  364. }
  365. .diagTitle {
  366. color: #3b9ed0;
  367. position: relative;
  368. margin: 0 0 10px;
  369. font-weight: 500;
  370. i {
  371. position: relative;
  372. display: inline-block;
  373. width: 4px;
  374. height: 4px;
  375. background: #3b9ed0;
  376. border-radius: 50%;
  377. top: -4px;
  378. margin-right: 6px;
  379. }
  380. }
  381. .diagDescription{
  382. color: #333;
  383. font-weight: 600;
  384. margin: 5px 0 10px;
  385. }
  386. .treatItemTitle {
  387. position: relative;
  388. .slideDown {
  389. font-weight: normal;
  390. bottom: 5px;
  391. }
  392. }
  393. .empty{
  394. position: relative;
  395. top: 200px;
  396. }
  397. .emptyImg{
  398. width: 100px;
  399. position: relative;
  400. left: 50%;
  401. margin-left: -50px;
  402. }
  403. .emptyTxt{
  404. text-align: center;
  405. color: #AAA;
  406. font-size: 12px;
  407. }
  408. .titleIcon{
  409. width: 16px;
  410. margin: 0px 12px 0 12px;
  411. position: relative;
  412. top: 2px;
  413. }
  414. .warningbox{
  415. .titleIcon{
  416. width: 16px;
  417. margin: 0px 12px 0 -5px;
  418. position: relative;
  419. top: 2px;
  420. }
  421. }
  422. .loading{
  423. position: fixed;
  424. width: 100%;
  425. height: 100%;
  426. left: 0;
  427. top: 0;
  428. z-index: 100;
  429. display: none;
  430. }
  431. .loadingMask{
  432. position: absolute;
  433. width: 100%;
  434. height: 100%;
  435. background-color: #000;
  436. opacity: 0.5;
  437. filter:alpha(opacity=50);
  438. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50);";
  439. }
  440. .loadingImg{
  441. width: 40px;
  442. position: absolute;
  443. left: 50%;
  444. top: 50%;
  445. margin: -20px 0 0 -20px;
  446. }
  447. .emergency {
  448. position: fixed;
  449. right: 20px;
  450. top: 0;
  451. .disPub {
  452. width: 40px;
  453. height: 40px;
  454. line-height: 40px;
  455. position: absolute;
  456. left: 0;
  457. text-align: center;
  458. border-radius: 50%;
  459. color: #fff;
  460. background-color: #f93333;
  461. }
  462. .singleDis {
  463. left: -25px;
  464. display: none;
  465. }
  466. .allDis {
  467. display: none;
  468. z-index: 10;
  469. moz-user-select: -moz-none;
  470. -moz-user-select: none;
  471. -o-user-select: none;
  472. -webkit-user-select: none;
  473. -ms-user-select: none;
  474. user-select: none;
  475. position: fixed;
  476. top: 0;
  477. right: 5px;
  478. width: auto;
  479. height: 40px;
  480. line-height: 40px;
  481. border-radius: 22px;
  482. border: 2px solid #f93333;
  483. background-color: #fff;
  484. padding-left: 50px;
  485. padding-right: 30px;
  486. cursor: pointer;
  487. .right {
  488. position: absolute;
  489. right: 5px;
  490. top: 9px;
  491. }
  492. }
  493. }