patients-record.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .lin-search {
  2. position: relative;
  3. padding: 8px 10px;
  4. background-color: #fff;
  5. }
  6. .lin-search img {
  7. width: 29px;
  8. }
  9. .lin-search .search-input {
  10. text-align: right;
  11. border-radius: 5px;
  12. background-color: #f2f4f6;
  13. color: #999;
  14. }
  15. .lin-search .icon-box,
  16. .lin-search input {
  17. /*display: inline-block;
  18. width: 50%;*/
  19. }
  20. .lin-search input {
  21. margin: 0;
  22. height: 29px;
  23. line-height: 29px;
  24. border: none;
  25. background-color: #f2f4f6;
  26. color: #ccc;
  27. font-size: 14px;
  28. padding: 0 10px 0 0;
  29. width: 55%;
  30. }
  31. .lin-search label img {
  32. position: absolute;
  33. top: 8px;
  34. right: 55%;
  35. }
  36. .load-more {
  37. background-color: #FFF;
  38. text-align: center;
  39. font-size: 14px;
  40. color: #909090;
  41. padding: 8px 0px;
  42. }
  43. .c-main {
  44. position: relative;
  45. }
  46. .mb-noman {
  47. font-size: 14px;
  48. color: #333;
  49. text-align: center;
  50. }
  51. .no-result-img {
  52. margin-top: 120px;
  53. }
  54. .c-lab-les {
  55. border: 0;
  56. border-top: 1px solid #e1e1e1;
  57. border-bottom: 1px solid #e1e1e1;
  58. }
  59. .c-lab-les li {
  60. padding: 10px 0;
  61. height: 50px;
  62. border-left: 0;
  63. }
  64. .c-lab-les li.curr {
  65. border-bottom: 2px solid #17b3ec;
  66. }
  67. .c-lab-les li a {
  68. color: #333333;
  69. border-left: 1px solid #e1e1e1;
  70. }
  71. .c-lab-les li.curr a {
  72. color: #17b3ec;
  73. }
  74. .option-card li p {
  75. border: 1px solid #17b3ec;
  76. border-radius: 1em;
  77. color: #17b3ec;
  78. }
  79. .option-card li.curr p {
  80. background-color: #17b3ec;
  81. color: #fff;
  82. }
  83. #xuetangView,
  84. #xueyaView {
  85. overflow: hidden;
  86. height: calc(100% - 152px);
  87. background: #fff;
  88. }
  89. #wrapper8,
  90. #wrapper9 {
  91. position: fixed;
  92. overflow: hidden;
  93. width: 100%;
  94. height: calc(100% - 201px);
  95. bottom: 0;
  96. z-index: 1;
  97. }
  98. .c-list li {
  99. background: #f3f3f3;
  100. border-radius: 5px;
  101. }
  102. .c-list>.c-list-cover {
  103. padding-left: 10px !important;
  104. }
  105. .c-list .c-avatar-m {
  106. width: 50px;
  107. height: 50px;
  108. border-radius: 50%;
  109. margin: 15px 15px 15px 0;
  110. }