payment.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. .bgc-f2f3f4{
  2. background-color: #f2f3f4;
  3. }
  4. .bgc-000{
  5. background-color: #000000;
  6. }
  7. .c-ff9526{
  8. color: #ff9526;
  9. }
  10. .c-ff5e6c{
  11. color: #ff5e6c;
  12. }
  13. .c-f25{
  14. font-size: 25px;
  15. }
  16. .plr35{
  17. padding-left: 35px;
  18. padding-right: 35px;
  19. }
  20. .plr30{
  21. padding-left: 30px;
  22. padding-right: 30px;
  23. }
  24. .p30{
  25. padding: 30px;
  26. }
  27. .p15{
  28. padding: 15px;
  29. }
  30. .pb25{
  31. padding-bottom: 25px;
  32. }
  33. .c-95{
  34. width: 92%;
  35. }
  36. .c-radius-5{
  37. border-radius: 5px;
  38. }
  39. .c-c8c8c8{
  40. color: #c8c8c8;
  41. }
  42. .c-t-lr-radius-20{
  43. border-top-left-radius: 20px;
  44. border-top-right-radius: 20px;
  45. }
  46. .c-b-lr-radius-20{
  47. border-bottom-left-radius: 20px;
  48. border-bottom-right-radius: 20px;
  49. }
  50. .c-radius-20{
  51. border-radius: 10px;
  52. }
  53. .ptb13{
  54. padding-top: 13px;
  55. padding-bottom: 13px;
  56. }
  57. .mt7{
  58. margin-top: 7px;
  59. }
  60. .pt12{
  61. padding-top: 12px;
  62. }
  63. [v-cloak] {
  64. display: none;
  65. }
  66. /*缺省页*/
  67. .default-div{
  68. text-align: center;
  69. position: relative;
  70. top: 100px;
  71. }
  72. /*缺省页*/
  73. /*缴费查询*/
  74. .qiehuan-txt{
  75. color:#17B3EC;
  76. text-decoration: underline;
  77. /*padding-left: 10px;*/
  78. }
  79. .date-icon{
  80. float: right;
  81. width: 20px;
  82. height: 20px;
  83. margin-top: 3px;
  84. }
  85. .labelIcon{
  86. background-repeat: no-repeat;
  87. background-image: url(../images/weixinzhifu_bg_img.png);
  88. background-size: 100% 100%;
  89. padding:9px 10px 9px 15px;
  90. /*height: 100px;*/
  91. color:#ffffff;
  92. margin-top: 15px;
  93. }
  94. .labelIcon.weixin{
  95. background-image: url(../images/weixinzhifu_bg_img.png);
  96. }
  97. .labelIcon.zhifubao{
  98. background-image: url(../images/zhifubaozhifu_bg_img.png);
  99. }
  100. .labelIcon.yinlian{
  101. background-image: url(../images/yinlianzhifu_bg_img.png);
  102. }
  103. .labelIcon.xianjin{
  104. background-image: url(../images/xianjichongzhi_bg_img.png);
  105. }
  106. .circle-btn{
  107. position: fixed;
  108. bottom: 80px;
  109. right: 20px;
  110. width: 45px;
  111. height: 45px;
  112. border-radius: 50%;
  113. background-color: #4DCD70;
  114. border: 1px solid #12AA3C;
  115. font-size: 12px;
  116. color: #FFFFFF;
  117. text-align: center;
  118. z-index: 2;
  119. }
  120. /*缴费查询*/
  121. /*就诊卡缴费*/
  122. .jiuzhen{
  123. }
  124. .jiuzhen .card-icon{
  125. background-repeat: no-repeat;
  126. background-image: url(../images/biaoqian_lvse_img.png);
  127. background-size: 100% 100%;
  128. padding:1px 10px 1px 18px;
  129. color:#ffffff;
  130. }
  131. .jiuzhen .c-btn-full,.jiuzhen .c-btn-big{
  132. background: #4dcd70;
  133. border-bottom-left-radius: 5px;
  134. border-bottom-right-radius: 5px;
  135. }
  136. .zhuyuan{
  137. }
  138. .zhuyuan .card-icon{
  139. background-repeat: no-repeat;
  140. background-image: url(../images/biaoqian_hongse_img.png);
  141. background-size: 100% 100%;
  142. padding:1px 10px 1px 18px;
  143. color:#ffffff;
  144. }
  145. .zhuyuan .c-btn-full,.zhuyuan .c-btn-big{
  146. background: #FF5E6C;
  147. border-bottom-left-radius: 5px;
  148. border-bottom-right-radius: 5px;
  149. }
  150. .zhuyuan .createdata{
  151. color: transparent;
  152. }
  153. .p-fix-bottom-0{
  154. position: fixed;bottom: 0px;
  155. }
  156. /*就诊卡缴费*/
  157. /*缴费结果页面*/
  158. .success-pay{}
  159. .success-pay .txtColor{
  160. color: #4dcd70;
  161. }
  162. .failure-pay{}
  163. .failure-pay .txtColor{
  164. color: #FF5E6C;
  165. }
  166. .success-pay .failure-btn{display: none;}
  167. .failure-pay .success-list{display: none;}
  168. /*缴费结果页面*/
  169. /*我的就诊卡包*/
  170. .geduan{
  171. background-repeat: no-repeat;
  172. background-image: url(../images/geduan_img.png);
  173. background-size: 100% 100%;
  174. height: 15px;
  175. }
  176. .jiaoyanBtn{
  177. border:1px solid #4dcd70;
  178. border-radius: 15px;
  179. width: 90px;
  180. text-align: center;
  181. color: #4dcd70;
  182. font-size: 14px;
  183. height: 28px;
  184. line-height: 28px;
  185. float: right;
  186. margin-top: 1px;
  187. }
  188. .input-bcard{
  189. font-size: 14px;
  190. padding-left: 20px;
  191. padding-right: 20px;
  192. color:#999999;
  193. line-height: 32px;
  194. width: calc(100vw - 125px);
  195. }
  196. .w-calc-220{
  197. width: calc(100vw - 220px);
  198. }
  199. /*我的就诊卡包*/
  200. /*候诊查询*/
  201. .top-div{
  202. padding: 15px 10px;
  203. }
  204. .jiuzhen .top-div{
  205. background: #4DCD70;
  206. border-top-left-radius: 5px;
  207. border-top-right-radius: 5px;
  208. }
  209. .jiancha{}
  210. .jiancha .top-div{
  211. background: #FF9526;
  212. border-top-left-radius: 5px;
  213. border-top-right-radius: 5px;
  214. }
  215. .waitingDoctorList:after {
  216. content: '';
  217. height:100px;
  218. width: 180px;
  219. background: url(../images/paiduipeitu_img.png) no-repeat;
  220. background-size: 180px 96px;
  221. background-position: 50%;
  222. margin-left: -90px;
  223. position: fixed;
  224. left: 50%;
  225. bottom: 100px;
  226. z-index: -1;
  227. }
  228. /*候诊查询*/