select-patient.css 1.3 KB

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