prescription-records.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. .bgc-f2f2f2{
  2. background-color: #f2f2f2;
  3. }
  4. .c-DBDBDB{
  5. color: #DBDBDB;
  6. }
  7. .c-999{
  8. color: #999;
  9. }
  10. .search-input{
  11. background-color: #f2f2f2;
  12. height: 27px;
  13. line-height: 27px;
  14. width: 100%;
  15. border-radius: 4px;
  16. }
  17. .area-panel{
  18. background-color: #fff;
  19. height: 280px;
  20. position: relative;
  21. }
  22. .district-panel{
  23. background-color: #f2f4f6;
  24. font-size: 14px;
  25. color: #333;
  26. width: 80px;
  27. }
  28. .district-panel li{
  29. height: 40px;
  30. line-height: 40px;
  31. /*padding-left: 10px;*/
  32. border-top: 1px solid #e1e1e1;
  33. text-align: center;
  34. }
  35. .district-panel li:first-child{
  36. border-top: 0;
  37. }
  38. .district-panel li.active{
  39. background-color: #fff;
  40. }
  41. .community-panel li{
  42. height: 40px;
  43. padding: 10px;
  44. text-align: center;
  45. font-size: 14px;
  46. color: #333;
  47. }
  48. .community-panel li.active{
  49. color: #17b3ec;
  50. }
  51. .panel-btns{
  52. width: 100%;
  53. border-top: 1px solid #17b3ec;
  54. border-bottom: 1px solid #17b3ec;
  55. background-color: #fff;
  56. height: 45px;
  57. line-height: 45px;
  58. text-align: center;
  59. display: -webkit-box;
  60. font-size: 16px;
  61. box-shadow: 0 2px 5px #ccc;
  62. }
  63. .panel-btns .reset-btn{
  64. -webkit-box-flex: 0;
  65. width: 50%;
  66. color: #17b3ec;
  67. border-right: 1px solid #17b3ec;
  68. }
  69. .panel-btns .confirm-btn{
  70. -webkit-box-flex: 1;
  71. background-color: #17b3ec;
  72. color: #fff;
  73. }
  74. .tag{
  75. display: inline-block;
  76. padding: 5px 10px;
  77. border: 1px solid #e1e1e1;
  78. border-radius: 5px;
  79. }
  80. .tag.active{
  81. color: #fff;
  82. background-color: #17b3ec;
  83. border-color: #17b3ec;
  84. }
  85. input.date-input{
  86. height: 29px;
  87. width: 110px;
  88. padding: 0;
  89. margin: 0;
  90. color: #909090;
  91. font-size: 14px;
  92. padding-left: 10px;
  93. }
  94. .j-tag{
  95. display: inline-block;
  96. max-width: calc(100% - 25px);
  97. }
  98. .fa-sort-desc{
  99. position: relative;
  100. top: 50%;
  101. -webkit-transform: translateY(-50%);
  102. -o-transform: translateY(-50%);
  103. transform: translateY(-50%);
  104. }
  105. .c-panels{
  106. top: 48px;
  107. }
  108. .ui-grid-end{
  109. -webkit-box-pack: end;
  110. -webkit-box-align: end;
  111. }
  112. .c-btn-blue{
  113. background-color: #17b3ec;
  114. font-size: 14px;
  115. padding: 5px 10px;
  116. border-radius: 5px;
  117. min-width: 80px;
  118. }
  119. em{color: #17b3ec;}