treatPlan.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. .conditionHintZhiliao {
  2. padding: 10px 20px 0;
  3. overflow-y: auto;
  4. h4 {
  5. font-size: 18px;
  6. margin: 15px 0;
  7. }
  8. .diseaseName {
  9. font-size: 18px;
  10. }
  11. }
  12. .diagBox{
  13. border: 1px solid #d2d2d2;
  14. margin: 10px 0;
  15. padding: 10px 10px 0;
  16. }
  17. .treatPlan,.treatDrug{
  18. position: relative;
  19. line-height: 36px;
  20. min-height: 36px;
  21. }
  22. .treatPlanBg,.treatDrugBg {
  23. position: absolute;
  24. width: 100%;
  25. height: 100%;
  26. z-index: 1;
  27. }
  28. .treatPlanBg {
  29. background: #2fc79c;
  30. opacity: 0.1;
  31. filter:alpha(opacity=10);
  32. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10);";
  33. }
  34. .treatDrugBg {
  35. background: #EAF7FA;
  36. }
  37. .treatPlanTitle, .treatDrugTitle {
  38. position: absolute;
  39. width: 100%;
  40. height: 100%;
  41. z-index: 2;
  42. font-weight: 600;
  43. }
  44. .drugCategoryBox {
  45. position: relative;
  46. line-height: 36px;
  47. // border-bottom: 1px dashed #d2d2d2;
  48. }
  49. .drugNameBox {
  50. padding-right: 15px;
  51. position: relative;
  52. display: inline-block;
  53. }
  54. .drugName{
  55. display: inline-block;
  56. text-decoration:underline;
  57. }
  58. .infoMsg {
  59. position: absolute;
  60. right: 1px;
  61. top: 10px;
  62. display: none;
  63. width: 14px;
  64. height: 14px;
  65. background: url(/images/msg1.png) center center no-repeat;
  66. cursor: pointer;
  67. }
  68. .infoMsg:hover {
  69. background: url(/images/msg2.png) center center no-repeat;
  70. }
  71. .drugNameBox:hover {
  72. .infoMsg {
  73. display: inline-block;
  74. }
  75. }
  76. .diagTitle {
  77. color: #3b9ed0;
  78. position: relative;
  79. margin: 10px 0 10px 0;
  80. font-weight: 500;
  81. i {
  82. position: relative;
  83. display: inline-block;
  84. width: 4px;
  85. height: 4px;
  86. background: #3b9ed0;
  87. border-radius: 50%;
  88. top: -4px;
  89. margin-right: 6px;
  90. }
  91. }
  92. .diagDescription{
  93. margin: 5px 0 10px;
  94. line-height: 28px;
  95. background:#F2F2F2;
  96. padding: 5px 10px;
  97. }
  98. .icon {
  99. width: 16px;
  100. float: left;
  101. margin: 10px;
  102. }
  103. .slideImg {
  104. width: 16px;
  105. float: right;
  106. margin: 10px;
  107. }
  108. .commonTreat {
  109. line-height: 36px;
  110. }
  111. .infoFlag {
  112. display: inline-block;
  113. width: 34px;
  114. height: 16px;
  115. line-height: 16px;
  116. border-radius: 4px;
  117. text-align: center;
  118. margin: 0 0 0 5px;
  119. border: 1px solid #000;
  120. position: relative;
  121. top: -1px;
  122. }
  123. .cautious {
  124. border: 1px solid #F4C051;
  125. background: #F4C051;
  126. }
  127. .disUse {
  128. opacity: 0.3;
  129. filter:alpha(opacity=30);
  130. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
  131. }
  132. .treatPlanWrap {
  133. margin: 0 0 10px 0;
  134. }