index.less 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. .cont{
  11. position: relative;
  12. img{
  13. position: absolute;
  14. width: 15px;
  15. left: 266px;
  16. top: 9px;
  17. cursor: pointer;
  18. }
  19. }
  20. .title{
  21. font-size: 12px;
  22. color:#979797;
  23. margin-bottom: 10px;
  24. }
  25. .input{
  26. display: inline-block;
  27. width: 300px;
  28. height: 34px;
  29. padding: 5px;
  30. border:1px #CECECE solid;
  31. vertical-align: top
  32. }
  33. button{
  34. display: inline-block;
  35. width: 80px;
  36. height: 34px;
  37. line-height: 34px;
  38. color: #fff;
  39. background: #2A9BD5;
  40. border:1px #2A9BD5 solid;
  41. text-align: center;
  42. border: none;
  43. }
  44. .result{
  45. margin-top: 15px;
  46. li{
  47. border-bottom:1px #CECECE solid;
  48. line-height: 42px;
  49. cursor: pointer;
  50. span{
  51. font-size: 14px;
  52. color: #000;
  53. }
  54. i{
  55. font-size: 12px;
  56. color: #2A9BD5;
  57. }
  58. button{
  59. float: right;
  60. border:1px #2A9BD5 solid;
  61. text-align: center;
  62. width: 56px;
  63. height: 26px;
  64. line-height: 26px;
  65. color: #2A9BD5;
  66. border-radius: 3px;
  67. background: none;
  68. margin-top: 8px;
  69. outline: none;
  70. }
  71. }
  72. }
  73. .no-data{
  74. width: 380px;
  75. color:#979797;
  76. text-align: center;
  77. line-height: 40px;
  78. }
  79. }