index.less 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .treat-desc-box{
  2. float: left;
  3. width: 0;
  4. overflow: hidden;
  5. }
  6. .drug-desc-wrapper {
  7. height: 100%;
  8. overflow-y: auto
  9. }
  10. .drug-desc-title {
  11. height: 40px;
  12. line-height: 40px;
  13. border-bottom: 1px solid #e0e2e4;
  14. padding-left: 20px;
  15. width: 260px;
  16. position: absolute;
  17. background: #fff;
  18. top: 0px;
  19. margin-left: -20px;
  20. }
  21. .recommend-title, .drug-title {
  22. padding: 30px 0 15px 20px;
  23. width: 240px;
  24. }
  25. .drug-desc-item {
  26. padding: 0 0 0 20px;
  27. line-height: 26px;
  28. width: 240px;
  29. }
  30. .close-drug-desc {
  31. position: absolute;
  32. right: 0px;
  33. }
  34. .similar-drug-box {
  35. display: none;
  36. }
  37. .similar-drug {
  38. position: absolute;
  39. padding-top: 40px;
  40. overflow-y: auto;
  41. width: 260px;
  42. left: 680px;
  43. height: 100%;
  44. top: 0;
  45. background: #fff;
  46. padding: 60px 20px 80px;
  47. }
  48. .drug-name-box {
  49. display: inline-block;
  50. height: 30px;
  51. }
  52. .drug-name {
  53. border-bottom: 1px solid #666;
  54. display: inline-block;
  55. cursor: pointer;
  56. }
  57. .info-img {
  58. width: 12px;
  59. margin: 0 3px -1px;
  60. }
  61. .info-flag {
  62. display: inline-block;
  63. width: 34px;
  64. height: 16px;
  65. line-height: 16px;
  66. border-radius: 4px;
  67. text-align: center;
  68. }
  69. .drug-desc-class-title {
  70. display: inline-block;
  71. width: 210px;
  72. overflow: hidden;
  73. text-overflow: ellipsis;
  74. white-space: nowrap;
  75. }