choose-patient.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .bgc-e7f9ff{
  2. background-color: #e7f9ff;
  3. }
  4. .c-17b3ec{
  5. color: #17b3ec;
  6. }
  7. .search-icon{
  8. position: absolute;
  9. top: 50%;
  10. left: 25px;
  11. margin-top: -9px;
  12. }
  13. input.search-input{
  14. width: calc(100% - 47px);
  15. border: none;
  16. border-radius: 23px;
  17. padding-left: 35px;
  18. margin: 0;
  19. background-color: #fff;
  20. text-align: left;
  21. font-size: 14px;
  22. }
  23. .cancel-btn{
  24. display: inline-block;
  25. text-align: right;
  26. width: 28px;
  27. margin-left: 15px;
  28. }
  29. .remind-info{
  30. margin-left: 30px;
  31. font-size: 14px;
  32. color: #ff5e6c;
  33. display: none;
  34. }
  35. .choose-btn{
  36. width: 80px;
  37. height: 30px;
  38. line-height: 30px;
  39. font-size: 14px;
  40. color: #fff;
  41. text-align: center;
  42. background-color: #17b3ec;
  43. border-radius: 15px;
  44. margin: auto;
  45. margin-top: 3px;
  46. }
  47. .choose-btn.bind{
  48. background-color: #ff9526;
  49. }
  50. .search_suggest{
  51. /*background-color: #fff;*/
  52. color: #17B3EC;
  53. font-size: 14px;
  54. padding: 0 15px;
  55. display: none;
  56. }
  57. em{
  58. color: #17b3ec;
  59. }
  60. .w-150{
  61. width: 150px;
  62. }