index.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. padding: 78px 5px 0 0;
  60. height: 100%;
  61. overflow: auto;
  62. box-sizing: border-box;
  63. li{
  64. border-bottom:1px #CECECE solid;
  65. line-height: 30px;
  66. padding-top: 5px;
  67. cursor: pointer;
  68. p{
  69. color:#979797;
  70. font-size: 12px;
  71. margin-bottom: 10px;
  72. line-height: 20px;
  73. }
  74. span{
  75. font-size: 14px;
  76. color: #000;
  77. }
  78. i{
  79. font-size: 12px;
  80. color: #2A9BD5;
  81. }
  82. button{
  83. float: right;
  84. border:1px #2A9BD5 solid;
  85. text-align: center;
  86. width: 56px;
  87. height: 26px;
  88. line-height: 26px;
  89. color: #2A9BD5;
  90. border-radius: 3px;
  91. background: none;
  92. margin-top: 8px;
  93. outline: none;
  94. }
  95. &:hover{
  96. border-bottom:2px solid #3B9ED0;
  97. }
  98. }
  99. }
  100. .no-data{
  101. width: 380px;
  102. color:#979797;
  103. text-align: center;
  104. line-height: 40px;
  105. margin-top: 66px;
  106. }
  107. }