index.less 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. color: #2A9BD5;
  69. font-size: 12px;
  70. }
  71. .scale-name{
  72. display: inline-block;
  73. max-width: 320px;
  74. line-height: 22px;
  75. }
  76. button{
  77. float: right;
  78. border:1px #2A9BD5 solid;
  79. text-align: center;
  80. width: 56px;
  81. height: 26px;
  82. line-height: 26px;
  83. color: #2A9BD5;
  84. border-radius: 3px;
  85. background: none;
  86. margin-top: 8px;
  87. outline: none;
  88. }
  89. }
  90. }
  91. .no-data{
  92. width: 380px;
  93. color:#979797;
  94. text-align: center;
  95. line-height: 40px;
  96. margin-top: 66px;
  97. }
  98. }