index.less 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. }
  36. .input{
  37. display: inline-block;
  38. width: 300px;
  39. height: 34px;
  40. padding: 5px 25px 5px 5px;
  41. border:1px #CECECE solid;
  42. vertical-align: top
  43. }
  44. button{
  45. display: inline-block;
  46. width: 80px;
  47. height: 34px;
  48. line-height: 34px;
  49. color: #fff;
  50. background: #2A9BD5;
  51. text-align: center;
  52. border: none;
  53. }
  54. .result{
  55. padding: 78px 5px 0 0;
  56. height: 100%;
  57. overflow: auto;
  58. box-sizing: border-box;
  59. li{
  60. border-bottom:1px #CECECE solid;
  61. line-height: 42px;
  62. cursor: pointer;
  63. span{
  64. font-size: 14px;
  65. color: #000;
  66. }
  67. i{
  68. font-size: 12px;
  69. color: #2A9BD5;
  70. }
  71. button{
  72. float: right;
  73. border:1px #2A9BD5 solid;
  74. text-align: center;
  75. width: 56px;
  76. height: 26px;
  77. line-height: 26px;
  78. color: #2A9BD5;
  79. border-radius: 3px;
  80. background: none;
  81. margin-top: 8px;
  82. outline: none;
  83. }
  84. &:hover{
  85. border-bottom:2px solid #3B9ED0;
  86. }
  87. }
  88. }
  89. .no-data{
  90. width: 380px;
  91. color:#979797;
  92. text-align: center;
  93. line-height: 40px;
  94. margin-top: 66px;
  95. }
  96. }