index.less 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. @import "~@less/variables.less";
  2. .drug-info-wrapper {
  3. .maskContentZIndex2;
  4. position: fixed;
  5. overflow: hidden;
  6. width: 950px;
  7. height: 80%;
  8. left: 50%;
  9. top: 10%;
  10. margin-left: -475px;
  11. background: #fff;
  12. padding: 110px 0 50px 0;
  13. box-shadow: 0px 0px 5px -2px #7d7c7c;
  14. word-break: break-all;
  15. max-width: 100%;
  16. line-height: 20px;
  17. ul li {
  18. list-style: disc;
  19. list-style-position: inside;
  20. }
  21. ol li{
  22. list-style: decimal;
  23. list-style-position: inside;
  24. }
  25. }
  26. .drug-desc-wrapper {
  27. height: 100%;
  28. overflow-y: auto;
  29. padding: 0 40px;
  30. }
  31. .drug-title {
  32. position: absolute;
  33. top: 43px;
  34. width: 100%;
  35. height: 37px;
  36. line-height: 37px;
  37. font-size: 28px;
  38. font-weight: bold;
  39. padding: 0 40px;
  40. color: #1E1E1E;
  41. cursor: move;
  42. moz-user-select: -moz-none;
  43. -moz-user-select: none;
  44. -o-user-select:none;
  45. -khtml-user-select:none;
  46. -webkit-user-select:none;
  47. -ms-user-select:none;
  48. user-select:none;
  49. }
  50. .close-drug-desc {
  51. .contentZIndex1;
  52. position: absolute;
  53. right: 0;
  54. top: 0;
  55. width: 40px;
  56. cursor: pointer;
  57. }
  58. .drug-desc-item {
  59. zoom: 1;
  60. border-left: 1px solid #969C9F;
  61. padding: 0 0 0 33px;
  62. &:after{
  63. content: "";
  64. display: block;
  65. height: 0;
  66. clear: both;
  67. visibility: hidden;
  68. }
  69. }
  70. .drug-desc-title {
  71. display: inline-block;
  72. font-weight: bold;
  73. font-size: 22px;
  74. // height: 100%;
  75. // float: left;
  76. // width: 190px;
  77. // text-align-last:justify; /*chrome*/
  78. // text-justify: distribute; /*ff*/
  79. }
  80. .drug-title1 {
  81. height: 60px;
  82. line-height: 60px;
  83. font-size: 32px;
  84. color: #1E1E1E;
  85. text-align: center;
  86. }
  87. .drug-desc-content {
  88. /*width: 100%;*/
  89. margin: 10px 200px 10px 10px;
  90. }
  91. .content-menu-box {
  92. position: absolute;
  93. top: 110px;
  94. right: 20px;
  95. width: 200px;
  96. height: 80%;
  97. overflow: hidden;
  98. }
  99. .content-menu-wrapper {
  100. width: 240px;
  101. height: 100%;
  102. overflow-y: auto;
  103. }
  104. .content-menu-border{
  105. border-left: 2px solid #E0E2E3;
  106. padding: 0 4px 0 20px;
  107. }
  108. .content-menu {
  109. background: #F5F6F7;
  110. border: 1px solid #F5F6F7;
  111. width: 200px;
  112. padding: 15px 20px;
  113. }
  114. .details-content-menu-line {
  115. height: 20px;
  116. width: 0;
  117. margin-left: 4px
  118. }
  119. .details-content-menu-name {
  120. position: relative;
  121. color: #777777;
  122. font-size: 14px;
  123. cursor: pointer;
  124. line-height: 19px;
  125. }
  126. .details-content-menu-circle-box {
  127. display:inline-block;
  128. position: absolute;
  129. left: -25px;
  130. background: #F5F6F7;
  131. }
  132. .details-content-menu-circle {
  133. position: relative;
  134. display: inline-block;
  135. width: 8px;
  136. height: 8px;
  137. border-radius: 5px;
  138. margin-top: 5px;
  139. background-color: #E0E2E3;
  140. margin-right: 10px;
  141. }
  142. .details-content-menu-img {
  143. position: relative;
  144. z-index: 20;
  145. left: -3px;
  146. top: 0;
  147. }
  148. .details-content-title-circle-box {
  149. position: absolute;
  150. z-index: 10;
  151. background: #fff;
  152. left: -40px;
  153. height: 32px;
  154. top: 0px;
  155. }
  156. .details-content-title-circle {
  157. display: inline-block;
  158. width: 12px;
  159. height: 12px;
  160. border-radius: 50%;
  161. background: #3B9ED0;
  162. position: relative;
  163. top: 2px;
  164. }
  165. .details-content-title-box {
  166. position: relative;
  167. line-height: 40px;
  168. margin: 0 180px 0 0;
  169. font-size: 20px;
  170. }
  171. .details-content-title-name {
  172. position: relative;
  173. font-weight: bold;
  174. background: #fff;
  175. padding-right: 5px;
  176. font-size: 22px;
  177. line-height: 30px;
  178. display: inline-block;
  179. z-index: 10;
  180. color: #1E1E1E;
  181. }
  182. pre {
  183. white-space: pre-wrap;
  184. word-wrap: break-word;
  185. font-family: inherit;
  186. color: #1E1E1E;
  187. line-height: 21px;
  188. }