prescription_records.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .bgc-f2f4f6{
  2. background-color: #f2f4f6;
  3. }
  4. .bgc-ff9526{
  5. background-color: #ff9526;
  6. }
  7. .bgc-74bf00{
  8. background-color: #74bf00;
  9. }
  10. .c-ff9526{
  11. color: #ff9526;
  12. }
  13. .c-a8a8a8{
  14. color: #a8a8a8;
  15. }
  16. .c-radius-8{
  17. border-radius: 8px;
  18. }
  19. .h30{height: 30px;}
  20. .lh30{line-height: 30px;}
  21. .mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item{
  22. color: #323232;
  23. display: inline-table;
  24. line-height: 43px;
  25. }
  26. .mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
  27. color: #75bf00;
  28. border-bottom: 2px solid #75bf00;
  29. }
  30. .mui-fullscreen .mui-segmented-control~.mui-slider-group{
  31. top: 45px;
  32. }
  33. .mui-slider .mui-slider-group .mui-slider-item img{
  34. width: auto;
  35. }
  36. .straight-line{
  37. position: absolute;
  38. width: 1px;
  39. height: calc(100% - 40px);
  40. left: 60px;
  41. top: 0;
  42. background-color: #a8a8a8;
  43. z-index: -1;
  44. }
  45. .year-flag{
  46. display: inline-block;
  47. width: 35px;
  48. height: 35px;
  49. line-height: 35px;
  50. text-align: center;
  51. background-color: #fff;
  52. border: 1px solid #a8a8a8;
  53. border-radius: 50%;
  54. margin-left: 42px;
  55. }
  56. .ui-col-0{
  57. width: 56px;
  58. }
  59. .dot-box{
  60. display: inline-block;
  61. width: 12px;
  62. height: 16px;
  63. line-height: 16px;
  64. background-color: #f2f4f6;
  65. margin-top: 7px; /*与右边的card的对齐*/
  66. float: right;
  67. }
  68. .dot{
  69. display: inline-block;
  70. width: 12px;
  71. height: 12px;
  72. background-color: #ff9526;
  73. border-radius: 50%;
  74. margin-bottom: 1px;
  75. }
  76. .card-header-bar{
  77. padding: 0 10px;
  78. border-top-left-radius: 8px;
  79. border-top-right-radius: 8px;
  80. }
  81. .btn{
  82. display: inline-block;
  83. zoom: 1;
  84. vertical-align: baseline;
  85. outline: none;
  86. cursor: pointer;
  87. border: 0;
  88. background: none;
  89. text-align: center;
  90. text-decoration: none;
  91. position: relative;
  92. color: #75bf00;
  93. width: 70px;
  94. border: 1px solid #75bf00;
  95. border-radius: 10px;
  96. float: right;
  97. padding: 2px 0;
  98. }
  99. .disease-label{
  100. display: inline-block;
  101. width: calc(100% - 90px);
  102. width: -webkit-calc(100% - 90px);
  103. width: -moz-calc(100% - 90px);
  104. overflow: hidden;
  105. text-overflow: ellipsis;
  106. white-space: nowrap;
  107. }
  108. .status-icon{
  109. position: absolute;
  110. right: 5px;
  111. top: 50%;
  112. width:60px;
  113. height: 60px;
  114. margin-top: -30px;
  115. }
  116. .pill-label{
  117. display: inline-block;
  118. width: calc(100% - 70px);
  119. width: -webkit-calc(100% - 70px);
  120. width: -moz-calc(100% - 70px);
  121. overflow: hidden;
  122. text-overflow: ellipsis;
  123. white-space: nowrap;
  124. }
  125. input[type="checkbox"], input[type="radio"] {
  126. box-sizing: border-box;
  127. padding: 0;
  128. cursor: pointer;
  129. position: relative;
  130. }
  131. .icon-checkbox[type=radio]:before{
  132. content: '';
  133. background-image:url(../images/dianxuan_btn.png);
  134. background-size: 20px 20px;
  135. position: absolute;
  136. top:-3px;
  137. left:-3px;
  138. height: 20px;
  139. width: 20px;
  140. -webkit-font-smoothing: antialiased;
  141. }
  142. .icon-checkbox[type=radio]:checked:before {
  143. content: '';
  144. background-image:url(../images/dianxuan_pre.png);
  145. }
  146. .icon-checkbox[type=checkbox]:before{
  147. content: '';
  148. background-image:url(../images/gouxuan_btn.png);
  149. background-size: 20px 20px;
  150. position: absolute;
  151. top:-3px;
  152. left:-3px;
  153. height: 20px;
  154. width: 20px;
  155. -webkit-font-smoothing: antialiased;
  156. }
  157. .icon-checkbox[type=checkbox]:checked:before {
  158. content: '';
  159. background-image:url(../images/gouxuan_btn_pre.png);
  160. }
  161. #viewXFOnly{
  162. position: absolute;
  163. top: 5px;
  164. right: 10px;
  165. }
  166. .small-dot{
  167. display: inline-block;
  168. width: 5px;
  169. height: 5px;
  170. background-color: #fff;
  171. border-radius: 50%;
  172. vertical-align: baseline;
  173. margin-bottom: 2px;
  174. }
  175. .div-no-info{
  176. position: relative;
  177. top: 50%;
  178. -webkit-transform: translateY(-50%);
  179. -o-transform: translateY(-50%);
  180. transform: translateY(-50%);
  181. text-align: center;
  182. }
  183. .div-no-info img{
  184. width: 100%;
  185. }
  186. .next-btn{
  187. background-color: #74bf00;
  188. text-align: center;
  189. height: 34px;
  190. line-height: 34px;
  191. font-size: 14px;
  192. color: #fff;
  193. border-radius: 5px;
  194. }
  195. .next-btn.disabled{
  196. background-color: #C0C0C0;
  197. }