index.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. @import "~@less/variables.less";
  2. .mefical-info-wrapper {
  3. padding: 0px 15px;
  4. line-height: 20px;
  5. width: @push-width;
  6. overflow: hidden;
  7. position: relative;
  8. }
  9. .search-cont{
  10. padding: 0px 15px;
  11. line-height: 20px;
  12. position: relative;
  13. overflow: hidden;
  14. .search-box{
  15. position: fixed;
  16. z-index: 9;
  17. background: #fff;
  18. width: 430px;
  19. padding: 0 0 15px;
  20. }
  21. .cont{
  22. position: relative;
  23. img{
  24. position: absolute;
  25. width: 15px;
  26. left: 278px;
  27. top: 9px;
  28. cursor: pointer;
  29. }
  30. }
  31. .title{
  32. font-size: 12px;
  33. color:#979797;
  34. margin-bottom: 10px;
  35. /*i {
  36. color: #f93333;
  37. font-size: 12px;
  38. }*/
  39. }
  40. .input{
  41. display: inline-block;
  42. width: 300px;
  43. height: 34px;
  44. padding: 5px 25px 5px 5px;
  45. border:1px #CECECE solid;
  46. vertical-align: top
  47. }
  48. button{
  49. display: inline-block;
  50. width: 80px;
  51. height: 34px;
  52. line-height: 34px;
  53. color: #fff;
  54. background: #2A9BD5;
  55. text-align: center;
  56. border: none;
  57. }
  58. .result{
  59. margin-top:46px;
  60. padding: 0 5px 0 0;
  61. height: 100%;
  62. box-sizing: border-box;
  63. ul{
  64. overflow: auto;
  65. }
  66. li{
  67. border-bottom:1px #CECECE solid;
  68. line-height: 30px;
  69. padding-top: 5px;
  70. cursor: pointer;
  71. p{
  72. color:#979797;
  73. font-size: 12px;
  74. margin-bottom: 10px;
  75. line-height: 20px;
  76. }
  77. span{
  78. font-size: 14px;
  79. color: #000;
  80. }
  81. i{
  82. font-size: 12px;
  83. color: #2A9BD5;
  84. }
  85. button{
  86. float: right;
  87. border:1px #2A9BD5 solid;
  88. text-align: center;
  89. width: 56px;
  90. height: 26px;
  91. line-height: 26px;
  92. color: #2A9BD5;
  93. border-radius: 3px;
  94. background: none;
  95. margin-top: 8px;
  96. outline: none;
  97. }
  98. &:hover{
  99. border-bottom:2px solid #3B9ED0;
  100. }
  101. }
  102. }
  103. .no-data{
  104. width: 380px;
  105. color:#979797;
  106. text-align: center;
  107. line-height: 40px;
  108. margin-top: 66px;
  109. }
  110. }