payment.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  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: absolute;
  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. }
  119. /*缴费查询*/
  120. /*就诊卡缴费*/
  121. .jiuzhen{
  122. }
  123. .jiuzhen .card-icon{
  124. background-repeat: no-repeat;
  125. background-image: url(../images/biaoqian_lvse_img.png);
  126. background-size: 100% 100%;
  127. padding:1px 10px 1px 18px;
  128. color:#ffffff;
  129. }
  130. .jiuzhen .c-btn-full,.jiuzhen .c-btn-big{
  131. background: #4dcd70;
  132. border-bottom-left-radius: 5px;
  133. border-bottom-right-radius: 5px;
  134. }
  135. .zhuyuan{
  136. }
  137. .zhuyuan .card-icon{
  138. background-repeat: no-repeat;
  139. background-image: url(../images/biaoqian_hongse_img.png);
  140. background-size: 100% 100%;
  141. padding:1px 10px 1px 18px;
  142. color:#ffffff;
  143. }
  144. .zhuyuan .c-btn-full,.zhuyuan .c-btn-big{
  145. background: #FF5E6C;
  146. border-bottom-left-radius: 5px;
  147. border-bottom-right-radius: 5px;
  148. }
  149. .zhuyuan .createdata{
  150. color: transparent;
  151. }
  152. .p-fix-bottom-0{
  153. position: fixed;bottom: 0px;
  154. }
  155. /*就诊卡缴费*/
  156. /*缴费结果页面*/
  157. .success-pay{}
  158. .success-pay .txtColor{
  159. color: #4dcd70;
  160. }
  161. .failure-pay{}
  162. .failure-pay .txtColor{
  163. color: #FF5E6C;
  164. }
  165. .success-pay .failure-btn{display: none;}
  166. .failure-pay .success-list{display: none;}
  167. /*缴费结果页面*/
  168. /*我的就诊卡包*/
  169. .geduan{
  170. background-repeat: no-repeat;
  171. background-image: url(../images/geduan_img.png);
  172. background-size: 100% 100%;
  173. height: 15px;
  174. }
  175. .jiaoyanBtn{
  176. border:1px solid #4dcd70;
  177. border-radius: 15px;
  178. width: 90px;
  179. text-align: center;
  180. color: #4dcd70;
  181. font-size: 14px;
  182. height: 28px;
  183. line-height: 28px;
  184. float: right;
  185. margin-top: 1px;
  186. }
  187. .input-bcard{
  188. font-size: 14px;
  189. padding-left: 20px;
  190. padding-right: 20px;
  191. color:#999999;
  192. line-height: 32px;
  193. width: calc(100vw - 125px);
  194. }
  195. .w-calc-220{
  196. width: calc(100vw - 220px);
  197. }
  198. /*我的就诊卡包*/
  199. /*候诊查询*/
  200. .top-div{
  201. padding: 15px 10px;
  202. }
  203. .jiuzhen .top-div{
  204. background: #4DCD70;
  205. border-top-left-radius: 5px;
  206. border-top-right-radius: 5px;
  207. }
  208. .jiancha{}
  209. .jiancha .top-div{
  210. background: #FF9526;
  211. border-top-left-radius: 5px;
  212. border-top-right-radius: 5px;
  213. }
  214. .waitingDoctorList:after {
  215. content: '';
  216. height:100px;
  217. width: 180px;
  218. background: url(../images/paiduipeitu_img.png) no-repeat;
  219. background-size: 180px 96px;
  220. background-position: 50%;
  221. margin-left: -90px;
  222. position: fixed;
  223. left: 50%;
  224. bottom: 100px;
  225. z-index: -1;
  226. }
  227. /*候诊查询*/