registration.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. .title {
  2. font-weight: 700;
  3. font-size: 16px !important;
  4. margin-bottom: 20px !important;
  5. margin-left: 20px !important;
  6. margin-top: 20px !important;
  7. }
  8. .clearRegistrationDiv {
  9. margin-right: 10px;
  10. float: right;
  11. }
  12. .clearRegistrationDiv a {
  13. cursor: pointer;
  14. color: #337AB7 !important;
  15. font-size: 14px;
  16. }
  17. .clearRegistrationDiv a{
  18. margin-right: 10px;
  19. }
  20. .clearRegistrationDiv a:last-child{
  21. margin-right: -10px;
  22. }
  23. .total {
  24. float: left;
  25. padding-right: 10px;
  26. margin-left: 14px;
  27. font-weight: 700;
  28. font-size: 20px;
  29. }
  30. .total span {
  31. color: #337AB7 !important;
  32. }
  33. #regi_form {
  34. border-right: 1px solid #DCDCDC;
  35. }
  36. #confirmFee {
  37. width: 100%;
  38. height: 40px;
  39. margin-left: 14px;
  40. margin-right: 10px;
  41. }
  42. #regi_List_btn_group button, #regi_List_type button {
  43. font-size: 14px;
  44. margin-bottom: 20px !important;
  45. }
  46. #regi_List_type {
  47. float: right;
  48. margin-right: 28px;
  49. }
  50. .cardList {
  51. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  52. border: none !important;
  53. background-color: #fff;
  54. transition: .3s;
  55. overflow: hidden;
  56. color: #fff !important;
  57. width: 250px;
  58. height: 190px;
  59. float: left;
  60. margin-right: 20px;
  61. margin-bottom: 20px;
  62. border-radius: 10px 10px 10px 10px !important;
  63. display: block;
  64. font-size: 14px;
  65. font-family: Microsoft YaHei, Arial, wryh, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, sans-serif;
  66. background-color: #fff;
  67. -webkit-border-radius: 2px;
  68. }
  69. .card__body {
  70. padding: 0;
  71. display: block;
  72. color: #fff !important;
  73. font-size: 14px;
  74. font-family: Microsoft YaHei, Arial, wryh, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, sans-serif;
  75. background-color: #fff;
  76. -webkit-border-radius: 2px;
  77. }
  78. .patient-card-main {
  79. height: 140px;
  80. box-sizing: border-box;
  81. position: relative;
  82. display: block;
  83. width: 250px;
  84. margin-left: -10px;
  85. }
  86. .registration-no-color {
  87. background: linear-gradient(130deg, #06c7d6, #26c175) !important;
  88. }
  89. .haveClinical-no-color {
  90. background: linear-gradient(130deg, #41a6f5, #6778ed) !important;
  91. }
  92. .back-no-color {
  93. background: linear-gradient(130deg, #ff9e70, #ff6b91) !important;
  94. }
  95. .patient-card-main-left {
  96. text-align: center;
  97. height: 100%;
  98. width: 33.33333%;
  99. float: left;
  100. box-sizing: border-box;
  101. }
  102. .patient-card-main-right {
  103. text-align: left;
  104. height: 100%;
  105. width: 66.66667%;
  106. float: left;
  107. box-sizing: border-box;
  108. }
  109. .el-row {
  110. height: 25%;
  111. text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
  112. box-sizing: border-box;
  113. }
  114. .img-row {
  115. height: 50%;
  116. padding-top: 20px;
  117. text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
  118. box-sizing: border-box;
  119. text-align: center;
  120. }
  121. .img-row img {
  122. width: 40px;
  123. height: 40px;
  124. border-radius: 50%;
  125. }
  126. .patient-card-main-left div:last-child {
  127. color: #fff !important;
  128. height: calc(25% - 15px);
  129. width: calc(100% - 40px);
  130. margin-left: 20px;
  131. background: rgba(0, 0, 0, .17);
  132. vertical-align: middle;
  133. text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
  134. border-radius: 3px;
  135. }
  136. .patient-card-main-right div:first-child {
  137. height: 14%;
  138. }
  139. .patient-card-main-right div.el-row {
  140. height: 20%;
  141. }
  142. .patient-card-foot {
  143. width: 250px;
  144. height: 50px;
  145. background: #fff;
  146. border-radius: 0 0 10px 10px;
  147. box-sizing: border-box;
  148. margin-left: -10px;
  149. }
  150. .patient-card-foot div {
  151. padding: 0;
  152. margin-top: 12px;
  153. font-size: 16px;
  154. text-align: center;
  155. }
  156. .registration-no-color-foot-button {
  157. width: 25px !important;
  158. height: 25px !important;
  159. border: none !important;
  160. line-height: 1;
  161. cursor: pointer;
  162. background: #fff;
  163. color: #606266;
  164. transition: all .4s;
  165. -moz-transition: all .4s;
  166. -webkit-transition: all .4s;
  167. -o-transition: all .4s;
  168. }
  169. .registration-no-color-foot-button:hover {
  170. -webkit-box-shadow: #999 0px 0px 8px;
  171. -moz-box-shadow: #999 0px 0px 8px;
  172. box-shadow: #999 0px 0px 8px;
  173. border-radius: 5px 5px 5px 5px !important;
  174. transform: scale(1.2);
  175. }
  176. .can-not-used {
  177. cursor: not-allowed;
  178. color: #c0c4cc;
  179. width: 25px !important;
  180. height: 25px !important;
  181. border: none !important;
  182. line-height: 1;
  183. background: #fff;
  184. }
  185. .webui-popover-content {
  186. padding: 0px 0px;
  187. overflow: auto;
  188. }
  189. .list-group {
  190. padding-left: 0;
  191. margin-bottom: 0px;
  192. }
  193. .list-group a {
  194. border: none;
  195. padding: 8px 8px;
  196. height: 60px;
  197. }
  198. .list-group img {
  199. width: 30px;
  200. height: 30px;
  201. border-radius: 50%;
  202. margin-top: 7px;
  203. }
  204. .list-group div {
  205. width: calc(100% - 30px);
  206. float: right;
  207. }
  208. /*!* 设置滚动条的样式 *!*/
  209. /*::-webkit-scrollbar{*/
  210. /*width: 8px;*/
  211. /*}*/
  212. /*!*滚动槽*!*/
  213. /*::-webkit-scrollbar-track{*/
  214. /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3) ;*/
  215. /*border-radius: 10px;*/
  216. /*}*/
  217. /*!* 滚动条滑块 *!*/
  218. /*::-webkit-scrollbar-thumb {*/
  219. /*border-radius: 10px;*/
  220. /*background: rgba(0, 0, 0, 0.1);*/
  221. /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);*/
  222. /*}*/
  223. /*::-webkit-scrollbar-thumb:window-inactive {*/
  224. /*background: rgba(255, 0, 0, 0.4);*/
  225. /*}*/