select-patient.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .c-h100 {
  2. height: 100%;
  3. }
  4. .w40 {
  5. width: 40px;
  6. }
  7. .w-100-70 {
  8. width: calc(100% - 70px);
  9. }
  10. .search-input {
  11. border: 0;
  12. outline: none;
  13. height: 34px;
  14. width: calc(100% - 50px);
  15. }
  16. .search-btn {
  17. width: 30px;
  18. height: 34px;
  19. background: url(../../../images/sousuo_icon.png) no-repeat no-repeat center center;
  20. cursor: pointer;
  21. }
  22. .lh34 {
  23. height: 34px;
  24. line-height: 34px;
  25. }
  26. .label-list h4 {
  27. background: url(../../../images/tiaozhuan_icon.png) no-repeat no-repeat calc(100% - 10px) center;
  28. background-size: 5px 9px;
  29. }
  30. .label-list h4.active {
  31. background: url(../../../images/tiaozhuan_xia_icon.png) no-repeat no-repeat calc(100% - 10px) center;
  32. background-size: 9px 5px;
  33. }
  34. .set-img, .set-img img {
  35. width: 40px;
  36. height: 40px;
  37. border-radius: 50%;
  38. }
  39. .lh40 {
  40. height: 40px;
  41. line-height: 40px;
  42. }
  43. .lh22 {
  44. line-height: 22px;
  45. }
  46. .pat-list li:hover {
  47. background-color: #e1e1e1;
  48. }
  49. .set-txt {width: calc(100% - 50px);}
  50. .bgc-12b7f5 {background-color: #12b7f5;}
  51. .c-12b7f5 {color: #12b7f5;}
  52. .txt-underline {
  53. text-decoration: underline;
  54. }
  55. .cur-pit {cursor: pointer;}
  56. .b-r-3 {border-radius: 3px;}
  57. .disease-list li.active {
  58. border: 1px solid #12b7f5;
  59. background: url(../images/jiaobiao_xuanzhe_img.png) no-repeat no-repeat bottom right;
  60. }
  61. .bgc-f2fcfe {background-color: #f2fcfe;}