index.less 904 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .drug-info-wrapper {
  2. position: fixed;
  3. width: 850px;
  4. height: 680px;
  5. left: 50%;
  6. top: 50%;
  7. margin-left: -425px;
  8. margin-top: -340px;
  9. background: #fff;
  10. z-index: 103;
  11. }
  12. .drug-desc-wrapper {
  13. height: 640px;
  14. overflow-y: auto;
  15. padding: 0 40px;
  16. }
  17. .drug-title {
  18. width: 100%;
  19. height: 40px;
  20. line-height: 40px;
  21. padding: 0 40px;
  22. border-bottom: 1px solid #979797;
  23. }
  24. .close-drug-desc {
  25. position: absolute;
  26. right: 0;
  27. width: 30px;
  28. }
  29. .drug-desc-item {
  30. padding: 5px 0;
  31. }
  32. .drug-desc-title {
  33. display: inline-block;
  34. font-weight: bold;
  35. font-size: 14px;
  36. height: 100%;
  37. float: left;
  38. }
  39. .drug-desc-title::before {
  40. content: '【'
  41. }
  42. .drug-desc-title::after {
  43. content: '】'
  44. }
  45. .drug-title1 {
  46. height: 60px;
  47. line-height: 60px;
  48. font-size: 32px;
  49. color: #000000;
  50. text-align: center;
  51. }
  52. .drug-desc-content {}