index.less 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. cursor: pointer;
  34. }
  35. .similar-drug-box {
  36. display: none;
  37. }
  38. .similar-drug-wrapper {
  39. position: absolute;
  40. width: 260px;
  41. left: 680px;
  42. height: 100%;
  43. top: 0;
  44. background: #fff;
  45. padding: 40px 0px 20px 20px;
  46. box-shadow: 2px 0px 5px -2px #7d7c7c;
  47. }
  48. .similar-drug {
  49. padding: 20px 20px 0 0;
  50. height: 100%;
  51. overflow-y: auto;
  52. }
  53. .drug-name-box {
  54. display: inline-block;
  55. height: 30px;
  56. position: relative;
  57. }
  58. .drug-name {
  59. border-bottom: 1px solid #666;
  60. display: inline-block;
  61. cursor: pointer;
  62. }
  63. .info-img {
  64. width: 15px;
  65. position: absolute;
  66. top: -15px;
  67. left: 50%;
  68. margin-left: -7px;
  69. cursor: pointer;
  70. }
  71. .info-flag {
  72. display: inline-block;
  73. width: 34px;
  74. height: 16px;
  75. line-height: 16px;
  76. border-radius: 4px;
  77. text-align: center;
  78. }
  79. .drug-desc-class-title {
  80. display: inline-block;
  81. width: 210px;
  82. overflow: hidden;
  83. text-overflow: ellipsis;
  84. white-space: nowrap;
  85. }